Enum wafer::config::SymmetryConstraint [−][src]
enum SymmetryConstraint {
NotConstrained,
AboutZ,
AntisymAboutZ,
AboutY,
AntisymAboutY,
}Symmetry of the wavefunction can be constrained to assist calculation.
Variants
NotConstrainedDon't constrain system at all.
AboutZSymmetric about z-axis.
AntisymAboutZAntisymmetric about z-axis.
AboutYSymmetric about y-axis.
AntisymAboutYAntisymmetric about y-axis.
Trait Implementations
impl Debug for SymmetryConstraint[src]
impl Debug for SymmetryConstraintfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for SymmetryConstraint[src]
impl Display for SymmetryConstraintAuto Trait Implementations
impl Send for SymmetryConstraint
impl Send for SymmetryConstraintimpl Sync for SymmetryConstraint
impl Sync for SymmetryConstraint