Open
Conversation
1d608af to
54ba586
Compare
89be236 to
2628efc
Compare
…isn't possible; apply formatting
…bly not implemented in the final style yet)
…ementation of quantities
…es in CalculationMetaData
…a; add RunInfo dataclass & implementation, add to quantities; add additional properties to be written to database
… entries [skip ci]
[skip ci]
…mple for Structure class for reference how to implement other _to_database methods); refactor some utility into _util.database; safe merging of returned dictionaries; add some explanation on how to implement Quantity._to_database in base.Refinery._read_to_database
…antities [skip ci]
[skip ci]
[skip ci]
… places; add alias options to available_quantities [skip ci]
[skip ci]
…m get_all_possible_keys
…re type for testing is_2d_system
…utations of dielectric & piezoelectric tensor and elastic modulus; adjust tests accordingly
…nitial structure data for structures
3ccbc62 to
a99a6a2
Compare
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
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.
Add Calculation._to_database
Add base.Refinery._read_to_database
Add implementation methods on base.Refinery subclasses, e.g., Band._to_database
Add some unit tests
Add integration tests for all base.Refinery children using their respective demos
Add type hint for base.Refinery._raw_data property on all relevant base.Refinery children
Use (note: also refer to Calculation._to_database and base.Refinery._read_to_database docstrings):
Note that calculation._to_database is specifically private because it should never be called directly by the end user, only by the vaspdb module.