Skip to content

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

Notifications You must be signed in to change notification settings

JannisErhard/molpro_to_pyscf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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_1/orb.dat -ff Test_1/fcidump -of Test_1/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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages