System initialization#
Every simulation requires the initialization of the data containers Ham, Exp and Vary. This can be done using the functions Start(num), Jstart() or Jmstart(), for classic, JAX and multisystem JAX, respectively, or by calling the classes Hval(), Eco() and Eva() directly.
Functions:
Name |
Description |
|---|---|
Container class for the hamiltonial’s parameters. |
|
Container class for the experimental parameters. |
|
Container class for the variation of parameters. |
|
Container class for the hamiltonial’s parameters of |
|
Container class for the experimental parameters of |
|
Container class for the variation of parameters of |
|
Function for Ham, Exp and Vary initialization for |
JAX implementation#
Functions:
Name |
Description |
|---|---|
JAX container class for the hamiltonial’s parameters. |
|
JAX container class for the experimental parameters. |
|
JAX container class for the variation of parameters. |
|
JAX container class for the hamiltonial’s parameters of two systems. |
|
JAX container class for the experimental parameters of two systems. |
|
JAX container class for the variation of parameters of two systems. |
|
Function for Ham, Exp and Vary initialization for one system. |
|
Function for Ham, Exp and Vary initialization for two systems. |