Necessary small changes in infrastructure for QbitModeIntelligentEvolution
Update to some of the scripts to make them compile again
Fixes a small bug in mode::AveragedMonitorCutoff
Some amendments, partly in try of C++14
Bug with formdouble::zeroAdditional
templatized evolution::Pars
2017 => 2020 in copyright statement
The comment character issue is solved, but we would still need the option for formatting the output into CSV
Better integrated the QbitPhaseNoise bundle into the Qbit bundle
Better integrated the QbitPhaseNoise bundle into the Qbit bundle
Better integrated the QbitPhaseNoise bundle into the Qbit bundle
This could be done in the python wrapper of evolve only (so as not to make the main part of the framework depend on Boost.Python) by letting the trajectory write on a stringstream and using numpy::loadtxt to load from the string into an ndarray.
This could be done in the python wrapper of evolved only (so as not to make the main part of the framework depend on Boost.Python) by letting the trajectory write on a stringstream and using numpy::loadtxt to load from the string into an ndarray.
This could be done only in the python wrapper of evolved only (so as not to make the main part of the framework depend on Boost.Python) by letting the trajectory write on a stringstream and using numpy::loadtxt to load from the string into an ndarray.
Trajectory output to be returned as boost::python::numpy::ndarray
trajectory::Ensemble & quantumtrajetory::EnsembleMCWF rewritten
Eliminate a few errors with gcc 5.x and clang 4.x
Specialization of blitzplusplus::unaryView and binaryView for RANK=1 & 2, respectively
Trajectory-bundle rationalized with base-class chaining
Deprecated master_fast
Little cosmetics to StateVector.addTo (including perhaps the elimination of a bug?)
Corrected error in HomodynedMode
Added a move constructor to StateVector and DensityOperator
Rationalized some naming in trajectory::Ensemble
Achieved on commit #6c1188
alternative L*rho*Ldagger calculation
Reverted previous patch and eliminated the set flag + exception in Trajectory.h
Merge branch 'CommentingStream' into Development
Generalized NX_CoupledModes to cover also XX and XX in RWA
Homodyned – error in implementation
Migrate to python3
Migrate to python3
Eliminated superfluous virtual specifications from final overrides.
Adaptive low-rank approximation and denoised Monte Carlo approach for high-dimensional Lindblad equations
It looks like Eigen is also developing a multi-array template that they call tensor: http://eigen.tuxfamily.org/dox-devel/unsupported/groupCXX11TensorModule.html Looks promising…
Replace blitz::Array with boost::multi_array or, MAYBE/RATHER eigen::tensor
Merge branch 'master' into Development
2016 => 2017 in copyright info
Patching a compilation error with g++ 6.3.1
alternative L*rho*Ldagger calculation
Possible clash between argparse and our ParameterTable
Merge branch 'master' into Development
Added a list of publications using/citing us to...
2014 -> 2015 in copyright notice
Corrected bug in MultiLevel phase flip rates.
Removed the consideration of dtDid from autoSto...
Implemented HomodynedMode and added it to the t...
Revert commits aa11cf1c,1cd11815,6db5ecef,d83b5...
Revert parts of "Small update to the MultiLevel...
Introduced more convenient constructors for Tri...
Documentation of the MultiLevel bundle
Small update to the MultiLevel bundle
It is now possible to compile ReducedDensityOpe...
a little bit more verbose logging for the testd...
Documentation of the MultiLevel bundle
It is now possible to compile ReducedDensityOpe...
Removed some ambiguities related to make_shared
gcc-4.9 does not add the "" to the error messag...
This would allow for a nicer solution of multilevel::Liouvillean than what is implemented...
Generalize averagingUtils::Collecting to cover Liouvillean
I almost forgot the main motivation for this replacement, which is that the whole...
A façade to boost::multi_array could be used, along the lines described here: ht...
Replace blitz::Array with boost::multi_array
removed reentrant headers into the correspondin...
Slicing operator now accepts any number of argu...
Small correction to make compilation with clang...
Small change to prevent a warning.
ModeParticle interaction
Fixed on commit #89989543
Automatic stopping criterion
Implemented on 3ecefcf1e.
The corresponding parameter should simply be the number of repeated identical displays...
Milestone 10 status
Note: my tests have shown that there is no perceivable difference in performance...
Optional ATLAS or other optimized LAPACK implementation plugin to FLENS
Integrate documentation into code
Python interface
Create compilation tests for the self-contained-ness of headers