Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pyscf/naive-hci

A naive implementation of heat-bath selected CI
https://github.com/pyscf/naive-hci

Last synced: about 2 months ago
JSON representation

A naive implementation of heat-bath selected CI

Awesome Lists containing this project

README

        

HCI module for PySCF
====================

2021-02-23

* Version 0.1

Install
-------
* Install to python site-packages folder
```
pip install git+https://github.com/pyscf/naive-hci
```

* Install in a custom folder for development
```
git clone https://github.com/pyscf/naive-hci /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](http://pyscf.org/pyscf/install.html#extension-modules)