briling / qm

Code to accompany the paper "Comment on 'A new parametrizable model of molecular electronic structure'"
https://doi.org/10.1063/1.5000525
MIT License
3 stars 1 forks source link
quantum-chemistry

qm

An implementation from scratch of the electronic structure model of [1]; see [2] for details.


requirements

build

make qm
make test

usage

./qm qm_m.in <molecule>.{in,out}

command-line options:


files

qm_m.in – the file with the set of parameters (slightly modified qm.in [1a]).

mol/*.in – input files with molecular geometries, the format is described in README [1a]. My program reads the section $molecule only.

mol/*.x.out – corresponding output files from my program.

mol/*.p11.out – corresponding output files from Priroda-11 (we used bin/p1 [1a]).

mol/*.p17.out – corresponding output files from Priroda-17.


references

[1] D. N. Laikov, J. Chem. Phys. 135, 134120 (2011).

[1a] Supplementary material of [1].

[2] K. R. Briling, J. Chem. Phys. 147, 157101 (2017).