Dump tools

Exported functions

ElemCo.DumpTools.freeze_orbs_in_dumpMethod
freeze_orbs_in_dump(EC::ECInfo, freeze_orbs::AbstractString)

Freeze orbitals in FCIDump file EC.fd according to a string of indices freeze_orbs.

freeze_orbs is a string of indices in format "1-4+6-8" where - denotes a range and + denotes a list of indices or "1:4;6:8" where : denotes a range and ; denotes a list of indices (== [1,2,3,4,6,7,8]).

source

Internal functions