rydiqule.exceptionsΒΆ
Rydiqule Custom Exceptions and Warnings
This module defines a number of custom Errors and Warnings for use in Rydiqule.
It ensures that all RydiquleWarnings are always shown.
This behavior can be changed by calling
warnings.simplefilter()
.
It also defines custom exception handlers to hide the
raise statement associated with RydiquleErrors.
This behavior can be suppressed by calling
rq.debug_state(True)
.
Functions
Returns current rydiqule debug state |
|
|
|
|
Controls DEBUG state of rydiqule. |
Exceptions
An error in interacting with ARC |
|
Indicated coupling is not allowed (eg dipole-forbidden) |
|
Indicates |
|
Indicates population will not be conserved in the model. |
|
Indicates the coupling is using a large transition frequency outside the rotating wave approximation. |
|
A rydiqule error |
|
Indicates a rydiqule-specfic warning. |
|
Indicates a time-dependent coupling is being used in a steady-state context |