2
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2024 — Apr 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
jrjohansson
as Robert Johansson
More... almost 12 years ago
fixed my spelling error..
jrjohansson
as Robert Johansson
More... almost 12 years ago
keep function steady with deprecation warning, so that users know what is going on
jrjohansson
as Robert Johansson
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
jrjohansson
as Robert Johansson
More... almost 12 years ago
updated mean field me notebook, using updated signature for expect functions
jrjohansson
as Robert Johansson
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
jrjohansson
as Robert Johansson
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
jrjohansson
as Robert Johansson
More... almost 12 years ago
updated expect benchmark notebook
jrjohansson
as Robert Johansson
More... almost 12 years ago
updated argument order in to cy_expect functions
jrjohansson
as Robert Johansson
More... almost 12 years ago
unify hermiticity flag in cython expect functions (and made it an optional parameter, defaulting to nonhermitian)
jrjohansson
as Robert Johansson
More... almost 12 years ago
updated mean-field development notebook with examples using mcsolve
jrjohansson
as Robert Johansson
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
jrjohansson
as Robert Johansson
More... almost 12 years ago
do not prevent user from using more threads than CPU, issue a warning instead
jrjohansson
as Robert Johansson
More... almost 12 years ago
added support for user-defined seeds vector for mcsolve
jrjohansson
as Robert Johansson
More... almost 12 years ago
made Qobj unit tests more robust by avoiding exact comparison of floats (which previously occationally failed)
jrjohansson
as Robert Johansson
More... almost 12 years ago
included top argument to serial for the gui progress bar
jrjohansson
as Robert Johansson
More... almost 12 years ago
added import of gates module from new location in qutip.quantum_info
jrjohansson
as Robert Johansson
More... almost 12 years ago
corrected import of qutip.gates to qutip.quantum_info.gates
jrjohansson
as Robert Johansson
More... almost 12 years ago
Merge branch 'master' of github.com:qutip/qutip
jrjohansson
as Robert Johansson
More... almost 12 years ago
python3 compatibility fixes
jrjohansson
as Robert Johansson
More... almost 12 years ago
FIXED: sparse efficiency warning More... almost 12 years ago
bug fig in exception handling
jrjohansson
as Robert Johansson
More... almost 12 years ago