Skip to content

Generate Molpro compatible DMs in PySCF as well as SDMs and the overhead usually found in matrops exported DMs.

Notifications You must be signed in to change notification settings

JannisErhard/molpro_to_pyscf_extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

molpro_to_pyscf

Is taking input from molpro, runs calculations then churns out molpro compatible data. At this point density matrices.

How to use:

First run molpro for your setup with input akin to this:

{hf; orbital,2100.2}
{matrop; load,orb; export,orb,orb.dat,status=rewind,prec=sci}
{FCI,dump=fcidump;core}

This will generate two files. One called fcidump and one called orb.dat.

Now use this script in the following way:

python3 FCI.py -rf Test_3/orb.dat -ff Test_3/fcidump -of Test_3/dm_2.dat

This will generate a density matrix that is compatible with molpro from a PySCF FCI calulation.

Tests

Tested Successfuly so far for:

  1. Be sto3g FCI
  2. Be aug-cc-pvdz FCI
  3. Chain of 3 Be atoms sto3g FCI
  4. Tested for Li sto-3g

About

Generate Molpro compatible DMs in PySCF as well as SDMs and the overhead usually found in matrops exported DMs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages