Enum wafer::config::SymmetryConstraint[][src]

enum SymmetryConstraint {
    NotConstrained,
    AboutZ,
    AntisymAboutZ,
    AboutY,
    AntisymAboutY,
}

Symmetry of the wavefunction can be constrained to assist calculation.

Variants

Don't constrain system at all.

Symmetric about z-axis.

Antisymmetric about z-axis.

Symmetric about y-axis.

Antisymmetric about y-axis.

Trait Implementations

impl Debug for SymmetryConstraint
[src]

Formats the value using the given formatter. Read more

impl Display for SymmetryConstraint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SymmetryConstraint

impl Sync for SymmetryConstraint