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

https://github.com/rcoteru/pyscf

A basic Python-based implementation of the closed-shell Hartree Fock SCF algorithm, supporting s-type orbitals only.
https://github.com/rcoteru/pyscf

cli master-project python quantum-chemistry

Last synced: about 1 year ago
JSON representation

A basic Python-based implementation of the closed-shell Hartree Fock SCF algorithm, supporting s-type orbitals only.

Awesome Lists containing this project

README

          

# pySCF

A basic, single-file Python-based implementation of the closed-shell Hartree Fock SCF algorithm, supporting s-type orbitals only. Example input files are provided, alongside some basis sets and their respective references.

- Single-point energy calculations with orbital population analysis (Mulliken, Löwdin)
- Calculates, reads and writes one and two-electron matrix elements.
- Supports [Gaussian](https://gaussian.com/) (.gbs) basis sets from [BSE](https://www.basissetexchange.org/)

## Usage
In order to use the script, just open a terminal (Linux) in the repo folder and run:
```bash
pySCF.py [options] [input_file] > [output_file]
```

#


pySCF logo