Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.5 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.5 KB

MagPy

License GitHub Actions Build Status codecov

A Python reference implementation for including explicit magnetic fields in quantum chemical calculations. Current capabilities include:

  • Complex Hartree-Fock (HF), Second-Order Møller-Plesset (MP2), and Configuration Interaction Doubles (CID)
  • Atomic axial tensors via numerical derivatives of wave functions
  • Vibrational Circular Dichroism spectra for (very) small molecules using HF, MP2 and CID wave functions

This repository is currently under development. To do a developmental install, download this repository and type pip install -e . in the repository directory.

This package requires the following:

Copyright

Copyright (c) 2024, T. Daniel Crawford

Acknowledgements

Project structure based on the MolSSI's Computational Molecular Science Python Cookiecutter version 1.1.