| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
MoHa is abbreviation of Molecular&Model Hamiltonian, it is a quantum chemistry program written in python. This is a particularly naive implementation in python: little attempt is made to conserve memory or CPU time. Nevertheless, it is useful for small test calculations, in particular for investigating ideas quantum chemistry.
Prerequisties:
Compile from source
git clone https://github.com/ZhaoYilin/moha.git cd moha python setup.py install --user
From pypi
pip install moha
Using pip to install python package on GitHub
pip install git+https://github.com/ZhaoYilin/moha
For more information, visit MOHA's website: https://zhaoyilin.github.io/moha/
| Back | FazBrowse Home | New Git URL |