Fanpy is a free and open-source Python library for developing and testing multideterminant wavefunctions and related ab initio methods in electronic structure theory.
Other
8
stars
4
forks
source link
ENH: Inconsistency when testings spin and seniority in ehCI wavefunctions #15
The actual fanpy.tools.satisfies_conditions function cannot correctly assign valid spins and seniorities for SDs in extended-hierarchy CI wavefunctions.****
How would you implement this feature?
I plan to add a flag as an argument in fanpy.tools.satisfies_conditions and fanpy.tools.sd_lists to hierarchy constructions and check conditions properly. It also requires changes in the ehCI wavefunctions actually implemented.
Describe the new feature:
The actual fanpy.tools.satisfies_conditions function cannot correctly assign valid spins and seniorities for SDs in extended-hierarchy CI wavefunctions.****
How would you implement this feature?
I plan to add a flag as an argument in fanpy.tools.satisfies_conditions and fanpy.tools.sd_lists to hierarchy constructions and check conditions properly. It also requires changes in the ehCI wavefunctions actually implemented.
Additional comments:
No response