Skip to content
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
wants to merge 259 commits into
base: master
Choose a base branch
from
Open

JDFTx IO module #4078

wants to merge 259 commits into from

Conversation

benrich37
Copy link

@benrich37 benrich37 commented Sep 24, 2024

Summary

This PR has been divided into the following 3 PR's

This PR can be ignored until those PR's are approved

Todos

  • Add methods which interface between input and output objects (namely creating input objects from output objects)
  • Write broader inputs and outputs class to house JDFTXInfile and JDFTXOutfile along with additional inputs/outputs information

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]>
Added pyproject.toml to workflow dependencies

Signed-off-by: benrich37 <[email protected]>
benrich37 and others added 25 commits December 2, 2024 19:32
…lized attributes (skipped for charges and magnetic_moments as the setter/getter methods are important as the user might interact with this object)
Converting nearly all properties to attributes
…void any issues with using a JOutStructure in place of a Structure, adding eigenvals and bandProjections to JDFTXOutputs
…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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants