Magnetization¶
- class Magnetization(num_spatial_orbitals)[source]¶
Bases:
objectThe Magnetization property.
This property simply provides the $S^z$ operator. See also
s_z_operator().The following attributes can be set via the initializer but can also be read and updated once the
Magnetizationobject has been constructed.- Parameters:
num_spatial_orbitals (int) – the number of spatial orbitals in the system.
Methods
- interpret(result)[source]¶
Interprets an
EigenstateResultin this property’s context.- Parameters:
result (EigenstateResult) – the result to add meaning to.