pub struct OrderParameter(/* private fields */);Expand description
Superconducting Order Parameter ($ψ$).
A complex scalar field describing the macroscopic condensate wavefunction.
- $|ψ|^2 ≠ n_s$ (superfluid density).
Implementations§
Trait Implementations§
Source§impl Clone for OrderParameter
impl Clone for OrderParameter
Source§fn clone(&self) -> OrderParameter
fn clone(&self) -> OrderParameter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrderParameter
impl Debug for OrderParameter
Source§impl Default for OrderParameter
impl Default for OrderParameter
Source§fn default() -> OrderParameter
fn default() -> OrderParameter
Returns the “default value” for a type. Read more
Source§impl PartialEq for OrderParameter
impl PartialEq for OrderParameter
impl Copy for OrderParameter
impl StructuralPartialEq for OrderParameter
Auto Trait Implementations§
impl Freeze for OrderParameter
impl RefUnwindSafe for OrderParameter
impl Send for OrderParameter
impl Sync for OrderParameter
impl Unpin for OrderParameter
impl UnwindSafe for OrderParameter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more