Skip to content
/ pySCF Public

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

License

Notifications You must be signed in to change notification settings

rcoteru/pySCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (.gbs) basis sets from BSE

Usage

In order to use the script, just open a terminal (Linux) in the repo folder and run:

pySCF.py [options] [input_file] > [output_file]

pySCF logo

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages