-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added GKS boilerplate to include directory * Added GKS definitions to ReferenceReplicatedXCHostIntegrator * Added GKS boilerplate to reference_replicated_xc_host_integrator_exc_vxc.hpp * Fixed some GKS boilerplate bugs * Added GKS boilerplate to local host work driver * Implemented GKS UVVARS functions * Fixed some typos for the GKS UVVAR implementation * Implemented EVAL_ZMAT for GKS * Implemented GKS inside eval_exc_vxc_local_work * added debug print statements * Fixed bug related to how spin_dim_scal is used for vrho indexing in GKS. Removed print statements * Made a ternary operation more concise * moved RKS/UKS/GKS to top of eval_exc_vxc_local_work * Added IntegratorSettingsEXCVXC class for runtime KS configuration options. Using for GKS small density tolerance * Changed IntegratorSettingsEXCVXC -> IntegratorSettingsXC * Deleted the ":" file in src Byproduct of reckless sed usage * Renamed Pscalar, VXCscalar -> Ps, VXCs etc.. * Switched ordering from ZXY -> ZYX * Added placeholder GPU functions for GKS * Fixed typo in GPU functions IntegratorSettingsEXC -> IntegratorSettingsXC * Added unittest for GGA GKS NOT WORKING: getting a difference of ~10^-8 in VXC check * Cleaned up some formatting and added gaurdrail to prevent GKS+mGGA * Retabbed to remove leftover tab characters * Fixes GKS GGA unittest ref to use builtin backend
- Loading branch information
Showing
26 changed files
with
1,171 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.