Skip to content
/ shciscf Public

An interface to SHCI program Dice developed by Sharma group

License

Notifications You must be signed in to change notification settings

pyscf/shciscf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHCI-SCF module for PySCF

2021-06-22

  • Version 0.1

Install

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

C_INCLUDE_PATH=$C_INCLUDE_PATH:/path_to_pyscf/pyscf/pyscf/lib/build/ python -m pip install .

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

# Setup settings file
cp shciscf/pyscf/shciscf/settings.py.example shciscf/pyscf/shciscf/settings.py
  • Modify shciscf/pyscf/shciscf/settings.py
SHCIEXE = "/your_path_to_Dice/Dice/Dice"
SHCISCRATCHDIR = "/path_your_tmp_dir"
SHCILIB = "/your_path_to_shciscf/shciscf/pyscf/shciscf/libSHCITools.so" 

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

About

An interface to SHCI program Dice developed by Sharma group

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published