SpinState Constructor (Spin, Double) |
Instantiates a new SpinState with the given spin and magnetic quantum number.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public SpinState(
Spin s,
double m
)
Public Sub New (
s As Spin,
m As Double
)
public:
SpinState(
Spin s,
double m
)
new :
s : Spin *
m : float -> SpinState
Parameters
- s
- Type: Meta.Numerics.FunctionsSpin
The spin. - m
- Type: SystemDouble
The magnetic quantum number.
See Also