-
Notifications
You must be signed in to change notification settings - Fork 155
Remove non-functional QMCPACK inputs #6184
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
Open
jtkrogel
wants to merge
51
commits into
QMCPACK:develop
Choose a base branch
from
jtkrogel:rem_nonfunc_inputs
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
516c356
nexus: update qmcpack input parameters
jtkrogel 26cbc77
nexus: add more names following deeper pass
jtkrogel 748feb0
nexus: further tightening revisions
jtkrogel 501b1e1
rollover legacy deterministic tests to batched
jtkrogel 9daddb6
add reference data
jtkrogel a54eba9
Merge remote-tracking branch 'main/develop' into add_batched_det_tests
jtkrogel 56b4b16
fix comparisons
jtkrogel f789091
update mixed prec
jtkrogel 81b2397
fix tolerance
jtkrogel 4485c22
first removal pass
jtkrogel bceb4fa
second removal pass
jtkrogel 3b395e1
third removal pass
jtkrogel f28cd84
fourth removal pass
jtkrogel 25e61c0
fifth removal pass
jtkrogel 246e42f
sixth removal pass
jtkrogel 6b58d5f
removal pass 7
jtkrogel 154739b
removal pass 8
jtkrogel 7ae139f
removal pass 9
jtkrogel 33310ae
removal pass 10
jtkrogel 4001b79
removal pass 11
jtkrogel da36f44
removal pass 12
jtkrogel c22625c
removal pass 13
jtkrogel 70dc9f9
removal pass 14
jtkrogel 14e9695
removal pass 15
jtkrogel 280049d
removal pass 16
jtkrogel 6696007
removal pass 17
jtkrogel 2b302e3
removal pass 18
jtkrogel 390bbc5
removal pass 19
jtkrogel 19a4641
removal pass 20
jtkrogel e45984e
removal pass 21
jtkrogel 3d88ca2
removal pass 22
jtkrogel 5a18ddd
removal pass 23
jtkrogel c44fb95
removal pass 24
jtkrogel ddcab3a
removal pass 25
jtkrogel 686b28c
removal pass 26
jtkrogel 335e57b
removal pass 27
jtkrogel 89ece81
removal pass 28
jtkrogel e50ee87
removal pass 29
jtkrogel dc630b7
removal pass 30
jtkrogel 52efac6
removal pass 31
jtkrogel a41d7c8
removal pass 32
jtkrogel 2cea6d2
removal pass 33
jtkrogel 680a405
removal pass 34
jtkrogel 26d9261
removal pass 35
jtkrogel 7570c77
removal pass 36
jtkrogel ec6e057
removal pass 37
jtkrogel 3d10c1f
Merge remote-tracking branch 'main/develop' into rem_nonfunc_inputs
jtkrogel 93f0f28
Merge remote-tracking branch 'main/develop' into rem_nonfunc_inputs
jtkrogel 32525a9
Defer Nexus input schema changes
jtkrogel 5a046a2
Keep deferred Nexus changes local
jtkrogel 194b9f4
remove unneeded unit tests
jtkrogel 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
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,8 +27,6 @@ SpinDensityNew::SpinDensityNew(SpinDensityInput&& input, const SpeciesSet& speci | |
| species_size_(getSpeciesSize(species)) | ||
| { | ||
| data_locality_ = DataLocality::crowd; | ||
| if (input_.get_save_memory()) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This removes working functionality, I don't think that's the intention and all the other memory saving code is left behind by this as dead code. |
||
| dl = DataLocality::rank; | ||
|
|
||
| if (input_.get_cell().explicitly_defined == true) | ||
| lattice_ = input_.get_cell(); | ||
|
|
||
This file contains hidden or 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 hidden or 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.
Oops, something went wrong.
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.
save_memory does do something uses a different memory pattern for moves that for large grids reduces the size of memory needed on the walkers.