MeasureTotalMagnetization
The MeasureTotalMagnetization step calculates and records the total magnetization of the system over time.
type:
MagneticMeasure,MeasureTotalMagnetizationparameters:
outputFilePath:string: Path to the output filestartStep:int: Step at which to start the measurement (default: 0)
Example:
"totalMagnetization":{
"type":["MagneticMeasure","MeasureTotalMagnetization"],
"parameters":{
"intervalStep": 10000,
"outputFilePath": "total_magnetization.dat",
"startStep": 1000
}
}
Note
The output file will contain the time and the x, y, z components of the total magnetization vector.
Tip
This measure is useful for studying the overall magnetic behavior of the system, especially in response to external fields or temperature changes.