Click or drag to resize

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
)

Parameters

s
Type: Meta.Numerics.FunctionsSpin
The spin.
m
Type: SystemDouble
The magnetic quantum number.
See Also