Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Slater determinant string generator #73

Open
leethomo86 opened this issue May 22, 2020 · 1 comment
Open

Enhance Slater determinant string generator #73

leethomo86 opened this issue May 22, 2020 · 1 comment

Comments

@leethomo86
Copy link
Contributor

Need to:

  • Allow arbitrary numbers of orbitals (currently limited to number of bits on machine)
  • Allow specification of truncated excitation levels (maybe an integer vector argument for which levels are desired, e.g. [1,2] would be singles and doubles and maybe [0] would be all possible excitations c.f. CAS)
  • Allow mixed classes (RAS expansions)
@leethomo86
Copy link
Contributor Author

Commit #86 provides options for truncated CI expansions which can also be used for CAS if the maximum number of substitutions is known in advance. Code to build CAS and CI expansions use different string orderings, so currently mixing the two is not possible.

hphratchian added a commit that referenced this issue Mar 30, 2024
Bug fix and version update.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants