-
Notifications
You must be signed in to change notification settings - Fork 873
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
JDFTx IO module #4078
Open
benrich37
wants to merge
259
commits into
materialsproject:master
Choose a base branch
from
benrich37:master
base: master
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
JDFTx IO module #4078
Conversation
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
Problems on README Signed-off-by: benrich37 <[email protected]>
Signed-off-by: benrich37 <[email protected]>
Signed-off-by: benrich37 <[email protected]>
Updated README for JDFTX io branch Signed-off-by: benrich37 <[email protected]>
…emoving empty test modules
Signed-off-by: benrich37 <[email protected]>
Added pyproject.toml to workflow dependencies Signed-off-by: benrich37 <[email protected]>
…and allowing some variables to remain None
…and allowing some variables to remain None
…and allowing some variables to remain None
…lized attributes (skipped for charges and magnetic_moments as the setter/getter methods are important as the user might interact with this object)
… for more easier reading
…ave properties in JDFTXOutfile
Converting nearly all properties to attributes
…or pDOS/pCOHP analysis
…void any issues with using a JOutStructure in place of a Structure, adding eigenvals and bandProjections to JDFTXOutputs
Gen outputs
…ucture objects), added a "constant_lattice" bool attribute to JDFTXOutfileSlice for creating a Trajectory, changed the "_get_trajectory" method for JDFTXOutfile to instead concatenate the "trajectory" attributes of the JDFTXOutfileSlice's
…e, removing test for ValueError no longer raised in _set_trajectory in JDFTXOutfileSlice
…e validation methods to AbstractTag for validations that are called multiple times, cleaned up cluttered tests and added comments to make it more clear what is being tested
…thin a for-loop now, adding "forces" as an attribute passed upstread to JDFTXOutfile
…when reading initial coordinates in joustructures.py (_get_initial_coords), added missing 1/bohr_to_ang when creating a JDFTXInfile from a pmg Structure, added specification of coords-type when creating JDFTXInfile from a pmg Structure, added keyword argument for from_structure to store ion position tags as fractional or cartesian coordinates
…on_error is None' condition
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR has been divided into the following 3 PR's
valences
property to ElementBase and Speciesinputs.py
module topymatgen.io.jdftx
and helper modules for representing and parsing JDFTx inputsoutputs.py
module topymatgen.io.jdftx
and helper modules for representing and parsing JDFTx outputsThis PR can be ignored until those PR's are approved
Todos