You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `strip_structure_tags` method and testing for `JDFTXInfile`
* `to_jdftxinfile` method for JDFTXOutfile and JDFTXOutfileSlice, JDFTXOutfile inherits its most recent slice's `infile`, TODO's for cleaning up outputs module
* Although its default is printed as a float, providing a float instead of an int for this parameter will raise an error
* Minimum value field for `FloatTag`s, which changes `FloatTag.write` to return an empty string if the requested value is not greater than the set minimum value. An empty string is chosen instead of raising an error as error-raising values are dumped for the internal infile by JDFTx, so raising an error here would gaurantee an initialization error for every out file without these fields specified in the in file. There are likely more float tags that need this field set.
* todo
0 commit comments