Skip to content

v0.6.6

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 03 Jun 09:08
· 112 commits to master since this release
v0.6.6

v0.6.6 (2019-06-02)

Diff since v0.6.5

Closed issues:

  • methods union and intersect are redundant with base methods union and intersection (#248)
  • coherent_state in-place function should be named with an exclamation point (#244)
  • embed with false indexing overwrites sub-basis (#240)

Merged pull requests:

  • Adding Bloch-Redfield master equation (#250) (sd109)
  • remove intersect and union from sortedindices, as there are approprate methods in Base (#249) (atombear)
  • before embedding check that the destination basis matches the operator basis (#246) (atombear)
  • created coherentstate! for inplace operations (#245) (atombear)