Difference between revisions of "Appendix A: internal tolerances"
| Line 79: | Line 79: | ||
|<center>256</center> | |<center>256</center> | ||
|If the number of vectors in the basis is above this threshold the full state list is not printed to the log. | |If the number of vectors in the basis is above this threshold the full state list is not printed to the log. | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |sys.tols.merge_dim||<center>16</center>||If independently evolving subspaces smaller than this threshold are identified during the trajectory-level state space reduction process, they are bundled together. | + | |sys.tols.merge_dim |
| + | |<center>16</center> | ||
| + | |<center>16</center> | ||
| + | |<center>16</center> | ||
| + | |If independently evolving subspaces with dimension smaller than this threshold are identified during the trajectory-level state space reduction process, they are bundled together. | ||
|- | |- | ||
| − | |sys.tols.small_matrix||<center>200</center>||If a matrix is found to be smaller than this threshold, dense algebra is used. | + | |sys.tols.small_matrix |
| + | |<center>200</center> | ||
| + | |<center>200</center> | ||
| + | |<center>200</center> | ||
| + | |If a matrix is found to be smaller than this threshold, dense algebra is used. | ||
|- | |- | ||
| − | |sys.tols.dense_matrix||<center>0.15</center>||If the fraction of non-zeros in a matrix is found to be greater than this threshold, dense matrix algebra is used. | + | |sys.tols.dense_matrix |
| + | |<center>0.15</center> | ||
| + | |<center>0.15</center> | ||
| + | |<center>0.15</center> | ||
| + | |If the fraction of non-zeros in a matrix is found to be greater than this threshold, dense matrix algebra is used. | ||
|- | |- | ||
|sys.tols.rlx_integration||<center>1e-4</center>||Relative accuracy of numerical integration in the evaluation of Redfield superoperator. | |sys.tols.rlx_integration||<center>1e-4</center>||Relative accuracy of numerical integration in the evaluation of Redfield superoperator. | ||
Revision as of 21:43, 26 December 2016
This section contains the names and default values of all internal tolerance parameters in Spinach. Defaults are safe for all intents and purposes. The cowboy switch (intended for quick and dirty calculations) may be enabled by adding 'cowboy' to sys.enable cell array. The paranoia switch (intended for debugging) may be enabled by adding 'paranoia' to sys.enable cell array.
| Tolerance | Default value | Cowboy value | Paranoid value | Description |
|---|---|---|---|---|
| sys.tols.inter_cutoff | If the 2-norm of an interaction tensor is below this threshold (in rad/s), the interaction is ignored. | |||
| sys.tols.liouv_zero | Elements of the Liouvillian with absolute values below this threshold (in rad/s) are set to zero and dropped from the sparse array. | |||
| sys.tols.prop_chop | If the exponential propagator is generated using a series expansion, the elements of the series terms with absolute values below this threshold are set to zero and dropped from the sparse array. | |||
| sys.tols.subs_drop | If the 2-norm of the state vector projection into an independently evolving subspace is found to be smaller than this threshold, the subspace is dropped from the simulation. | |||
| sys.tols.irrep_drop | If the 2-norm of the state vector projection into an irreducible representation of the symmetry group is found to be smaller than this threshold, the irrep is dropped from the simulation. | |||
| sys.tols.path_drop | If the absolute value of the Liouvillian element (in rad/s) connecting two subspaces is below this threshold, the subspaces are considered disconnected. | |||
| sys.tols.zte_tol | In the Zero Track Elimination procedure, any states yielding tracks with infinity-norm below this threshold are dropped from the basis. | |||
| sys.tols.zte_nsteps | The number of time steps in the trajectory used to identify zero tracks. The time step is set automatically to the reciprocal 1-norm of the Liouvillian. | |||
| sys.tols.zte_maxden | The fraction of non-zeros in the state vector, above which the Zero Track Elimination procedure would be skipped automatically. | |||
| sys.tols.prox_cutoff | The distance, in Angstroms, beyond which dipolar interactions are ignored. For simulations that only involve nuclei the appropriate value is 5 Angstrom. | |||
| sys.tols.krylov_switchover | The number of non-zeros in the Liouvillian, above which the Krylov propagation method would be used. | |||
| sys.tols.basis_hush | If the number of vectors in the basis is above this threshold the full state list is not printed to the log. | |||
| sys.tols.merge_dim | If independently evolving subspaces with dimension smaller than this threshold are identified during the trajectory-level state space reduction process, they are bundled together. | |||
| sys.tols.small_matrix | If a matrix is found to be smaller than this threshold, dense algebra is used. | |||
| sys.tols.dense_matrix | If the fraction of non-zeros in a matrix is found to be greater than this threshold, dense matrix algebra is used. | |||
| sys.tols.rlx_integration | Relative accuracy of numerical integration in the evaluation of Redfield superoperator. | |||
| sys.tols.dP_method | A switch controlling the selection of the exponential propagator differentiation method. | |||
| sys.tols.dd_ncells | Number of periodic boundary condition images on either side of the central cell to be used for the evaluation of dipolar couplings. |
The following fundamental constants are built in:
| Parameter | Value | Comment |
|---|---|---|
| spin_system.tols.hbar | Planck constant | |
| pin_system.tols.kbol | Boltzmann constant | |
| spin_system.tols.freeg | Free electron g-factor | |
| spin_system.tols.mu0 | Vacuum permeability |
Version 1.9, authors: Ilya Kuprov