UPDATED: faster Qobj one-norm |
|
More...
|
almost 12 years ago
|
UPDATED: Changed way iterative SS method works, based on testing yesterday. Also added LU decomposition SS solver |
|
More...
|
almost 12 years ago
|
minor tidying up. use error expections instead of UserWarning for errors |
|
More...
|
almost 12 years ago
|
fixed my spelling error.. |
|
More...
|
almost 12 years ago
|
keep function steady with deprecation warning, so that users know what is going on |
|
More...
|
almost 12 years ago
|
FIXED: Bug where precond time would be returned even if conditioning failed |
|
More...
|
almost 12 years ago
|
FIXED: Bug using None instead of zerop length list for c_ops in steadystate |
|
More...
|
almost 12 years ago
|
UPDATED: Fixed modules for new steadystate function |
|
More...
|
almost 12 years ago
|
UPDATED: changed steady module -> steadystate and combined steadystate solvers into one function |
|
More...
|
almost 12 years ago
|
updated expect function call signatures in expect benchmark notebook |
|
More...
|
almost 12 years ago
|
updated mean field me notebook, using updated signature for expect functions |
|
More...
|
almost 12 years ago
|
cleanup and restructured code in expect: split big function into two smaller, for increased clarify and to avoid doing type checks multiple times |
|
More...
|
almost 12 years ago
|
use copy.deepcopy instead of array on list of arrays for expectationvalues (mc_alg_output), to avoid loss of type information if the list of expectation value operators contains both hermitian and nonhermitian operators |
|
More...
|
almost 12 years ago
|
updated expect benchmark notebook |
|
More...
|
almost 12 years ago
|
updated argument order in to cy_expect functions |
|
More...
|
almost 12 years ago
|
unify hermiticity flag in cython expect functions (and made it an optional parameter, defaulting to nonhermitian) |
|
More...
|
almost 12 years ago
|
updated mean-field development notebook with examples using mcsolve |
|
More...
|
almost 12 years ago
|
UPDATED: Added tolerance and maxiter options. Also set drop_tol of preconditioner to 1e-1 |
|
More...
|
almost 12 years ago
|
UPDATED: Switched to lmgres iterative method |
|
More...
|
almost 12 years ago
|
bugfix: make sure array is copied before call to callback |
|
More...
|
almost 12 years ago
|
do not prevent user from using more threads than CPU, issue a warning instead |
|
More...
|
almost 12 years ago
|
added support for user-defined seeds vector for mcsolve |
|
More...
|
almost 12 years ago
|
made Qobj unit tests more robust by avoiding exact comparison of floats (which previously occationally failed) |
|
More...
|
almost 12 years ago
|
included top argument to serial for the gui progress bar |
|
More...
|
almost 12 years ago
|
added import of gates module from new location in qutip.quantum_info |
|
More...
|
almost 12 years ago
|
corrected import of qutip.gates to qutip.quantum_info.gates |
|
More...
|
almost 12 years ago
|
Merge branch 'master' of github.com:qutip/qutip |
|
More...
|
almost 12 years ago
|
python3 compatibility fixes |
|
More...
|
almost 12 years ago
|
FIXED: sparse efficiency warning |
|
More...
|
almost 12 years ago
|
bug fig in exception handling |
|
More...
|
almost 12 years ago
|