A Simple restricted Hartree-Fock code
Project description
SCFpy
SCFpy is a simple restricted Hartree-Fock code for small molecules and small basis sets. The purpose of this program is for computational chemistry beginner students to understand the concept of RHF and SCF procedure and how they works in the code.
You can use SCFpy to calculate small molecule energy:
$SCFpy -c 0 -b sto-3g h2.xyz >Total SCF energy = -1.06609574024
Installation
pip install SCFpy
or
git clone https://github.com/ipudu/SCFpy.git python setup.py install
Usage
usage: scfpy [-h] [-c CHARGE] [-b BASIS] [-v] [input] SCFpy: simple restricted Hartree-Fock code positional arguments: input xyz file of molecule optional arguments: -h, --help show this help message and exit -c CHARGE, --charge CHARGE specify total charge of the molecule (default: 0) -b BASIS, --basis BASIS specify basis set (default: sto-3g) -v, --version displays the current version of SCFpy
Notes
You have to have NWChem package installed on your machine.
SCFpy get the total number of electrons, kinetic, potential, overlap, two electrons integrals from NWChem output.
Tested small molecules like H2, CH4, H2O…..
It may very slow for large molecules and large basis sets since SCFpy is single-core based program.
Acknowledgement
This little program got inspired by Pyquante 2 and Joshua Goings’s HeH+ SCF code. I also got a lot of help from Dr. Kenneth Lopata.
News
0.1
first version of SCFpy!!!!
0.2
fixed python2 and 3 compatible problems.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file SCFpy-0.2.tar.gz
.
File metadata
- Download URL: SCFpy-0.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 160b75d50dd68d4c1f39eed4bd2551ddca9abc82381d4f909b7006f96f12de47 |
|
MD5 | c1703e32f447e4fe2f8e1afa6bb3dbd0 |
|
BLAKE2b-256 | 7f95a95326c075d543016ef31b938cced4db78517e0639585b0f2fe2f34e16ca |
File details
Details for the file SCFpy-0.2-py3-none-any.whl
.
File metadata
- Download URL: SCFpy-0.2-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5197afb363a9c92d41fe6cbaad3f75d1261fcc08e0bf15f3ad1a0d905fcc84a |
|
MD5 | 1771366f316fd0ae13295ce1ff8c0c4f |
|
BLAKE2b-256 | f301e613cc83a4534b8afcca2913ccb617304b8148781b6dcc2cbf2507be5b35 |