You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From this point onwards, the annihiltion operators a1, ..., a4 can be used to setup a Hamiltonian, collapse operators and expectation-value operators, etc., following the usual patterne.
46
+
From this point onwards, the annihiltion operators a1, ..., a4 can be used to setup a Hamiltonian, collapse operators and expectation-value operators, etc., following the usual pattern.
47
47
48
48
In this example we outline the advantage of ENR states by comparing them with the regular qutip implementation.
49
49
For this we calculate the time evolution and the partial trace for each and see consistent results with notable performance improvements.
@@ -58,20 +58,9 @@ To find all available functions to work with ENR states see [Energy Restricted O
58
58
59
59
```python
60
60
import numpy as np
61
-
from qutip import (
62
-
basis,
63
-
tensor,
64
-
identity,
65
-
destroy,
66
-
mesolve,
67
-
liouvillian,
68
-
plot_expectation_values,
69
-
enr_destroy,
70
-
enr_fock,
71
-
enr_state_dictionaries,
72
-
Qobj,
73
-
about,
74
-
)
61
+
from qutip import (Qobj, about, basis, destroy, enr_destroy, enr_fock,
0 commit comments