-
Notifications
You must be signed in to change notification settings - Fork 144
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
PBC gaussian #706
Merged
Merged
PBC gaussian #706
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
cc2db2d
Merge branch 'develop' of https://github.com/QMCPACK/qmcpack into dev…
anbenali a9c445f
Step 1: All piping Done + Periodic eval of Psi; Remaining: Gradiant! …
anbenali ecd4280
Workinggit add ../src/QMCWaveFunctions/lcao/SoaAtomicBasisSet.h ../sr…
anbenali f5bcdce
Working and tested. Need sposet for multidets
anbenali 0ae8873
Tests from Molecular pyscf corrected! All good to go. Testing for sup…
anbenali d522994
END OF PBC Gaussians. This is the split in the PR
anbenali 4c8d8b1
Should probably be new PR : SPOSET SOA with HDF5 handling for Multid…
anbenali 7baf4ff
Step 2 in sposet. still debugging
anbenali 234511e
Working VMC/DMC for Multideterminants Gaussians with PBC - with H5rea…
anbenali 81e44e2
Fixes for Spherical harmonics
anbenali f0f11cf
Test case Carbon Diamond 1x1x1
anbenali 4bb8e22
symlinks to reduce number of files
anbenali d10bfd9
Tests LDA Gaussian complete
anbenali 30199e2
Forgotten file
anbenali 3d8a1e7
Adding endpoint implementation of NbImages to be used in the evaluati…
anbenali 903842d
Remove old commented implemnatation
anbenali 0c34c3b
FULLY COMPLETED: Nb of Periodic images to evaluate orbitals effectiv…
anbenali d4e8bc6
Merge branch 'develop' into PBC-Gaussian
anbenali 0e18560
Forgotten to re-enable when kpoints are defined as Complex in pyscf b…
anbenali 9eb35e5
I do not know why this is here
anbenali 152d396
Fixed qmc-ref
anbenali b10a92f
Removing test for kpoints since not completed yet
anbenali 2d03c2a
bug in CMakeList
anbenali c263642
Fixed molecular H5 files to the latest version of builder
anbenali 47ded4a
Fixing more failed tests in Molecules
anbenali c306573
Fixing all H5 files in Molecules
anbenali b444e24
more cleanup
anbenali f3878f8
Reference for diamond 1x1x1
anbenali e819f3a
All tests + minor fixes
anbenali 292bb3b
Final Push. All requests answered
anbenali a0e8aa3
Merge branch 'develop' into PBC-Gaussian
anbenali File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adding endpoint implementation of NbImages to be used in the evaluati…
…on. Need piping from XML
- Loading branch information
commit 3d8a1e76fa542ffa83700ca35e3e904b1b7fa2d7
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like the naming inconsistency between PBCImages and MaxCell. Choose one.
std::vector is not a good type.
TinyVector<int,3> is better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done