Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 990 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 990 Bytes

Programs in this repository work with basis set files in the Priroda format (description) with some limitations. In this directory one can find basis sets used to generate all the examples provided:

  • L1_b2.in – the L1 set taken from [2]
  • L1_b2u.in – the L1 set taken from [3]

If you want to generate starting orbitals for some other basis set:

For example, to use STO-3G one can run in the main directory:

python3 basis/basisconv.py <((curl "https://www.basissetexchange.org/api/basis/sto-3g/format/dalton/?version=1&optimize_general=true")) > basis/sto3g.in
./q basis/sto3g.in your-molecule.in

Another way is to use the get_basis.py script (if you have PySCF).