-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add periodic boundary conditions with full 1BZ sampling #93
Commits on Oct 31, 2023
-
For some reason, typing extensions was not installing bundled with fl…
…ax. It has now been added to requirements
Configuration menu - View commit details
-
Copy full SHA for 98f7c4a - Browse repository at this point
Copy the full SHA 98f7c4aView commit details -
Added a new solid class to handle the full BZ sampling periodic case.…
… We also have a kpoint info class, able to take information about the IBZ if required. New PySCF parsers in pyscf.py for making solid objects from PySCF output
Configuration menu - View commit details
-
Copy full SHA for dcc0dac - Browse repository at this point
Copy the full SHA dcc0dacView commit details
Commits on Nov 1, 2023
-
kinetic + external is correct, but I need to reconsider array typing …
…as I forgot that BZ samping makes many quantities complex valued. Jax is yet to complain though.
Configuration menu - View commit details
-
Copy full SHA for 4d66af8 - Browse repository at this point
Copy the full SHA 4d66af8View commit details
Commits on Nov 2, 2023
-
Figured out that the coulomb energy needs a repulsion_tensor for ever…
…y crystal momentum conserving k-point quartet in the 1BZ. Tihs is now dealt with in _package_outputs (which I hope to refactor at some point). We now have this for the full and irreducible BZ. We should now be able to calculate the coulomb energy
Configuration menu - View commit details
-
Copy full SHA for dde47ad - Browse repository at this point
Copy the full SHA dde47adView commit details
Commits on Nov 7, 2023
-
Disabled symmetry adaptive functions for now. Will come back to this …
…later. All k-pairs now computer for coulomb energy
Configuration menu - View commit details
-
Copy full SHA for 9d6d2d3 - Browse repository at this point
Copy the full SHA 9d6d2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for afadeeb - Browse repository at this point
Copy the full SHA afadeebView commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 357c850 - Browse repository at this point
Copy the full SHA 357c850View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9831b35 - Browse repository at this point
Copy the full SHA 9831b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for cded621 - Browse repository at this point
Copy the full SHA cded621View commit details -
Raised B3LYP tests tolerance. We should perhaps remove this test enti…
…rely as the version of B3LYP we implement is actually different to the LibXC version
Configuration menu - View commit details
-
Copy full SHA for 7cf95d6 - Browse repository at this point
Copy the full SHA 7cf95d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd5d1f - Browse repository at this point
Copy the full SHA 2fd5d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7006426 - Browse repository at this point
Copy the full SHA 7006426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 973e5a7 - Browse repository at this point
Copy the full SHA 973e5a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a03e5d - Browse repository at this point
Copy the full SHA 8a03e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4ca97b - Browse repository at this point
Copy the full SHA f4ca97bView commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 290cb38 - Browse repository at this point
Copy the full SHA 290cb38View commit details
Commits on Nov 10, 2023
-
(1) changes to how the fock matrix is computed in auto diff. We only …
…ever need to autodiff the xc part because we already have the one electron and coulomb potentials from when we computed the energy. (2) Most method in train.py now support solids.
Configuration menu - View commit details
-
Copy full SHA for 0e1cf90 - Browse repository at this point
Copy the full SHA 0e1cf90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aff961 - Browse repository at this point
Copy the full SHA 8aff961View commit details -
Configuration menu - View commit details
-
Copy full SHA for c680dab - Browse repository at this point
Copy the full SHA c680dabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 357434a - Browse repository at this point
Copy the full SHA 357434aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 005af27 - Browse repository at this point
Copy the full SHA 005af27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44690a8 - Browse repository at this point
Copy the full SHA 44690a8View commit details -
changes to eigenproblem to allow for N_k fock matrices to be diagonal…
…ized. Broadcasting is appropriate even for input matrices without an N_k dimension should should work for molecules and solids
Configuration menu - View commit details
-
Copy full SHA for 689c57b - Browse repository at this point
Copy the full SHA 689c57bView commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7685b3f - Browse repository at this point
Copy the full SHA 7685b3fView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 536c80b - Browse repository at this point
Copy the full SHA 536c80bView commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7200cdc - Browse repository at this point
Copy the full SHA 7200cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b02768 - Browse repository at this point
Copy the full SHA 1b02768View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce443d - Browse repository at this point
Copy the full SHA dce443dView commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0ef698c - Browse repository at this point
Copy the full SHA 0ef698cView commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c2c05d - Browse repository at this point
Copy the full SHA 3c2c05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d817c - Browse repository at this point
Copy the full SHA 27d817cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dafd90b - Browse repository at this point
Copy the full SHA dafd90bView commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9821531 - Browse repository at this point
Copy the full SHA 9821531View commit details -
Configuration menu - View commit details
-
Copy full SHA for b533a7c - Browse repository at this point
Copy the full SHA b533a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e08c52 - Browse repository at this point
Copy the full SHA 9e08c52View commit details
Commits on Dec 8, 2023
-
PabloAMC committed
Dec 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 0174903 - Browse repository at this point
Copy the full SHA 0174903View commit details