sunqm / semiempirical

Semi-empirical methods for PySCF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semiempirical module for PySCF

2021-02-12

  • Version 0.1

Install

  • Install to python site-packages folder
pip install git+https://github.com/pyscf/semiempirical
  • Install in a custom folder for development
git clone https://github.com/pyscf/semiempirical /home/abc/local/path

# Set pyscf extended module path
echo 'export PYSCF_EXT_PATH=/home/abc/local/path:$PYSCF_EXT_PATH' >> ~/.bashrc

You can find more details of extended modules in the document extension modules

About

Semi-empirical methods for PySCF

License:Apache License 2.0


Languages

Language:Python 64.3%Language:C 35.7%