epraya.Ori#
- Ori(Hamer, Expe)#
Creates the energy diagrams for orientations parallel to the X, Y and Z axis.
- Parameters:
Hamer (Class) – Container for the hamiltonian parameters of the system.
Expe (Class) – Container for the experimental conditions.
Example
>>> import epraya as epr >>> Ham,Exp,Vary=epr.Start() >>> Ham.S=1 >>> Ham.I=1 >>> Ham.Hpp=[10,15] >>> Ham.g=[2.2,2.4,2.2] >>> Ham.A=[500,250,500] >>> Ham.D=[600,100] >>> Exp.Points=4096 >>> Exp.Frange=[0,500] >>> epr.Ori(Ham,Exp)