Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 522 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 522 Bytes

PySCF-ITA

2023-11-11

  • Version 0.1.0

Install

  • Install to python site-packages folder
pip install git+https://github.com/ZhaoYiliin/pyscf-ita
  • Install in a custom folder for development
git clone https://github.com/ZhaoYiliin/pyscf-ita /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 pyscf-ita