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
DOFWarning. This warning is written when a DOF amplitudes do not 'span' 0. This would usually be unintentional.
ARTModel, a subclass of InterpolationModel that specifically handles atomic Raman tensors
Masking: Disable certain degrees of freedom in InterpolationModel to calculate partial Raman spectra.
repr methods for interpolation models to help user keep track of model state
Workflow for performing calculations necessary to build InterpolationModel's
dummy=True option in InterpolationModel to allow dry-run of model and to understand what data is required
Utilities for writing displaced structures given directions/displacements and amplitudes, probably built into ReferenceStructure.
Write support for POSCAR
Read support for POSCAR
Major changes
Changed IO package structure to favor file IO via submodules. Submodules are used to specify file formats; generic (though less flexible) IO functions remain available as they are useful in certain cases.
Favor properties over traditional getter and setters
Cartesian vs. fractional coordinates
Changing variable names: 'fractional_*' -> *
Clarifying between fractional and cartesian directions/displacements
Minor enhancements and bugfixes:
Make shape checking functions more flexible
More tests
Refactor and update package/module structure
StructuralSymmetry --> ReferenceStructure
Documentation updates
Clarify units, both in some sort of dedicated section and in docstrings
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
New features
DOFWarning
. This warning is written when a DOF amplitudes do not 'span' 0. This would usually be unintentional.ARTModel
, a subclass ofInterpolationModel
that specifically handles atomic Raman tensorsInterpolationModel
to calculate partial Raman spectra.dummy=True
option in InterpolationModel to allow dry-run of model and to understand what data is requiredReferenceStructure
.Major changes
Minor enhancements and bugfixes:
StructuralSymmetry
-->ReferenceStructure
Documentation updates
InterpolationPolarizabilityModel
->InterpolationModel
Beta Was this translation helpful? Give feedback.
All reactions