[go: up one dir, main page]

Activity for WavePacket (C++/Python)

  • Ulf Lorenz committed [bbe8c0] on Git repository

    Ticket #224 : removed Output classes

  • Ulf Lorenz committed [6471ff] on Git repository

    Ticket #224 : got all demos to run again

  • Ulf Lorenz committed [d73d79] on Git repository

    Ticket #224: finished Data1DObserver cleanup

  • Ulf Lorenz committed [1658c3] on Git repository

    Ticket #224 : updated Data1DObserver test

  • Ulf Lorenz committed [be6c58] on Git repository

    Ticket #224 : joined all variables for use in testing in a single instrumented file

  • Ulf Lorenz committed [27a16a] on Git repository

    Ticket #224 : removed Output usage from Plot1DObserver

  • Ulf Lorenz committed [7abdb9] on Git repository

    Ticket #224 : added test utility function to read a file into a list of strings

  • Ulf Lorenz committed [f16955] on Git repository

    Ticket #224: added utility scope to create a temporary directory

  • Ulf Lorenz committed [0f888b] on Git repository

    Ticket #224 : added a missing test

  • Ulf Lorenz committed [44f4b0] on Git repository

    Ticket #224 : always require C++17.

  • Ulf Lorenz committed [17ad31] on Git repository

    Ticket #230: forgot a file and added a Python test

  • Ulf Lorenz committed [c76fd7] on Git repository

    Ticket #230 : updated changelog

  • Ulf Lorenz committed [ef7c79] on Git repository

    Ticket #230 : updated demo with new functionality for building jump operators

  • Ulf Lorenz committed [b9aa50] on Git repository

    Ticket #230 : added a Lorentzian functor

  • Ulf Lorenz committed [ec7325] on Git repository

    Ticket #230 : updated documentation for the demo

  • Ulf Lorenz committed [ec778d] on Git repository

    Ticket #230 : added function to set up general Lindblad Liouvillian

  • Ulf Lorenz committed [cda181] on Git repository

    renamed calculateDensity() -> density() for consistency and findability

  • Ulf Lorenz committed [759f53] on Git repository

    Ticket #230 : added convenience function to take operator adjoint

  • Ulf Lorenz committed [281008] on Git repository

    renamed calculateTrace() to trace() for consistency and findability

  • Ulf Lorenz committed [7912cc] on Git repository

    Ticket #155 : fixed an error in the calculation of the coherence sum

  • Ulf Lorenz committed [d8a0b2] on Git repository

    Forgot to add the function to the Python interface

  • Ulf Lorenz committed [460cab] on Git repository

    Ticket #155 : Added orthonormalize() as convenience function

  • Ulf Lorenz committed [82458f] on Git repository

    switched order of parameters in constructor of State

  • Ulf Lorenz committed [4c4cba] on Git repository

    Ticket #155 : updated release notes

  • Ulf Lorenz committed [37ebc7] on Git repository

    Ticket #155 : added and used some convenience functions to get a batch of eigenstates / energies

  • Ulf Lorenz committed [9ce2db] on Git repository

    Ticket #155 : to make sure, added an explicit norm conservation check

  • Ulf Lorenz committed [a0087f] on Git repository

    Ticket #155 : finished demo documentation

  • Ulf Lorenz committed [020d06] on Git repository

    Ticket #155 : simplified demo: construct jump operator matrix directly instead of Gamma

  • Ulf Lorenz committed [ede3ac] on Git repository

    Ticket #155 : started work on a description for the demo

  • Ulf Lorenz committed [855947] on Git repository

    Ticket #155 : more work on documentation; added option to measure coherences

  • Ulf Lorenz committed [8073e5] on Git repository

    Ticket #155 : added the Python version of the demo.

  • Ulf Lorenz committed [4370f3] on Git repository

    Ticket #155 : refactoring of the demo

  • Ulf Lorenz committed [bdb975] on Git repository

    Ticket #155 : Refactored the demo to clean up the debris; added comments

  • Ulf Lorenz committed [396fa5] on Git repository

    Ticket #155 : got test to formally succeed with reference output

  • Ulf Lorenz committed [c56afa] on Git repository

    Ticket #155 : Got MolVibration/OH/3 demo to run

  • Ulf Lorenz committed [d12e77] on Git repository

    Ticket #155 : updated MolVibration/OH/3 demo. Not yet working

  • Ulf Lorenz committed [fc5264] on Git repository

    Ticket #155: brought MolVibration/OH/3 demo up to date so far

  • Ulf Lorenz committed [8f345d] on Git repository

    Ticket #155: added a generic operator transformation and its inverse

  • Ulf Lorenz committed [cff8da] on Git repository

    Ticket #155 : added documentation and Python bindings

  • Ulf Lorenz committed [adc360] on Git repository

    Ticket #155 : finished SubspaceTransformation

  • Ulf Lorenz committed [557cb8] on Git repository

    Ticket #155 : Added documentation of the transformation

  • Ulf Lorenz committed [719ba1] on Git repository

    Tickt #155 : implemented SubspaceTransformation

  • Ulf Lorenz committed [ac0464] on Git repository

    Ticket #155 : added SubspaceTransformation, at least the constructor

  • Ulf Lorenz committed [5c71be]

    Ticket #155 : added an abstract degree of freedom to represent subspaces

  • Ulf Lorenz committed [2e97b3]

    Renamed some interfaces

  • Ulf Lorenz committed [9f4e71]

    Updated release notes

  • Ulf Lorenz committed [749785]

    removed every occurence of the term "primitive"

  • Ulf Lorenz committed [a1be52]

    Renamed OdePrimitive -> OdeSolver

  • Ulf Lorenz committed [608b22]

    renamed directory propagator/primitive to propagator/solver

  • Ulf Lorenz committed [60a40e]

    renamed ChebychevRelax -> ChebychevRelaxation

  • Ulf Lorenz committed [84eab6]

    renamed ChebychevPrimitive -> ChebychevSolver

  • Ulf Lorenz committed [19cbb7]

    Ticket_158: got acceptance test almost to work

  • Ulf Lorenz committed [b98d96]

    Ticket #158 : added new code to Python interface

  • Ulf Lorenz committed [2b47b2]

    Ticket #158 : added tests for non-zero temperature

  • Ulf Lorenz committed [272197]

    Ticket #158 : documented the new function

  • Ulf Lorenz committed [6594ea]

    Ticket #158 : renamed file and function to describe intent more precisely

  • Ulf Lorenz committed [c59ec4]

    Ticket #158 : various improvements to the relaxation builder function

  • Ulf Lorenz committed [e131c6]

    Ticket #158 : added reference relaxation rate; cleaned up tests

  • Ulf Lorenz committed [7f79d2]

    Ticket #158 : implemented setup of Lindblad Liouvillian

  • Ulf Lorenz committed [a22bc2]

    Ticket #158: interface change; return a LindbladLiouvillian for ease of use

  • Ulf Lorenz committed [8fa2ac]

    Ticket #158 : added functionality to get all eigenstates / -energies at once

  • Ulf Lorenz committed [0d1dc6]

    Ticket #158: statrted work on function to setup Lindblad Liouvillian

  • Ulf Lorenz committed [ee5135]

    Harmonized copyright headers

<< < 1 .. 3 4 5 >