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

Projecting fixed dimensional minimal basis regardless of the full basis set used in DFT calculations #18

Open
hpatel1567 opened this issue May 24, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@hpatel1567
Copy link
Collaborator

Determining a methodology to project the same size matrix regardless of the basis set used in DFT calculations. A way to accurately/scientifically aggregate full basis set functionals into the minimal basis set (which determines the matrix size) is at the core of the problem. Given a molecule computed at different basis sets, at minimum HOMO/LUMO coefficient ordering should be the same and ideally coefficient should be similar numerically?

@sudarshanv01 sudarshanv01 added the good first issue Good for newcomers label May 24, 2023
@sudarshanv01
Copy link
Owner

It is true that currently we are defining the minimal basis in a very ad-hoc way (i.e. just removing the d or higher orbitals). I imagine the easiest way to do it (for small organic molecules) would be

  1. Remove the d-orbitals
  2. Remove all s and p-orbitals except those that are "required". How I would define "required" would be that they are formally the highest s and p orbitals expected for the molecule. For example, for carbon you would take 2s and 2p. For Cl it would be 3s and 3p and so on. So basically each atom would have exactly 1s and 3p functions. The only catch is that it would be somewhat tedious to construct such a matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants