Skip to content

Releases: QuantumEngineeredSystems/HarmonicBalance.jl

v0.14.0

01 Mar 16:55
1856bcc
Compare
Choose a tag to compare

HarmonicBalance v0.14.0

Diff since v0.13.1

Breaking changes

  • The saving tools have been deprecated.

Merged pull requests:

v0.13.1

01 Mar 16:12
09fb8e1
Compare
Choose a tag to compare

HarmonicBalance v0.13.1

Diff since v0.13.0

Merged pull requests:

  • docs: example KB vs HB (#363) (@oameye)
  • CompatHelper: bump compat for LinearSolve in [weakdeps] to 3, (keep existing compat) (#380) (@github-actions[bot])
  • docs: add steady state sweeps example as docs page (#382) (@oameye)
  • feat: check for zeros in WarmUp solver` (#383) (@oameye)
  • build: change MTK compat (#384) (@oameye)
  • docs: add second order in linear response tutrial (#385) (@oameye)
  • feat: add verbose keyword the homotopy solver and test hilbert sorting (#386) (@oameye)
  • fix: isolate sorting test (#388) (@oameye)
  • build(deps): bump crate-ci/typos from 1.29.5 to 1.29.7 (#389) (@dependabot[bot])
  • fix: change vdp convention (#390) (@oameye)
  • feat: QuantumCumulantsExt (#393) (@oameye)
  • docs: small docs corrections (#394) (@oameye)
  • downsize MTK compat (#395) (@oameye)
  • build(deps): bump crate-ci/typos from 1.29.7 to 1.29.9 (#396) (@dependabot[bot])
  • feat: new problem constructor (#397) (@oameye)
  • fix: cumulant example (#398) (@oameye)

Closed issues:

  • Add logging statements for classification and ordering (#205)
  • docs example about KB vs HB (#207)
  • first and second order Linear response (#253)
  • Polyhedral vs total_degree example (#297)
  • example LC with Polyhedral(only_non_zero = true) (#306)
  • API for putting your own polynomials (#321)
  • noise with warmup (#338)
  • axis flipped when plotting linear response with KB (#356)
  • krylov equations with second order linear response (#391)

v0.13.0

13 Feb 07:48
ad8c991
Compare
Choose a tag to compare

HarmonicBalance v0.13.0

Diff since v0.12.5

Breaking changes

  • The plotting utilities have been made into an extension, which can be loaded by calling using Plots.

Merged pull requests:

Closed issues:

  • Example of Extentions (#247)
  • Squeezing example (#250)
  • follow_branch example (#272)
  • HarmonicBalance fail to be installed on mac device with arm64 cpu (#337)
  • Support Stochastic Systems for Noise Analysis (#376)

v0.12.5

28 Jan 13:16
3908971
Compare
Choose a tag to compare

HarmonicBalance v0.12.5

Diff since v0.12.4

Merged pull requests:

Closed issues:

  • Activation rates (#160)
  • Hamiltonian to EOM (Integration with QuantumHB) (#216)
  • public API list (#308)
  • Distributed parallelization (#318)
  • Move OrderedDict to LittleDict (#323)
  • rm FFTWExt with it dependencies (#327)
  • ERROR: MethodError: no method matching cos(::ComplexF64) (#357)

v0.12.4

22 Jan 09:13
8a8dc77
Compare
Choose a tag to compare

HarmonicBalance v0.12.4

Diff since v0.12.3

Merged pull requests:

  • test: add some performance benchmarks (#332) (@oameye)
  • build(deps): bump crate-ci/typos from 1.27.3 to 1.28.1 (#341) (@dependabot[bot])
  • CompatHelper: bump compat for DSP to 0.8, (keep existing compat) (#343) (@github-actions[bot])
  • docs: update example readme (#344) (@oameye)
  • build(deps): bump crate-ci/typos from 1.28.1 to 1.28.3 (#346) (@dependabot[bot])
  • build(deps): bump crate-ci/typos from 1.28.3 to 1.29.4 (#350) (@dependabot[bot])
  • docs: add state dependendent perturbation example (#352) (@oameye)
  • build: up compat for downgrade CI (#353) (@oameye)
  • CompatHelper: bump compat for GR to 0.73, (keep existing compat) (#354) (@github-actions[bot])
  • docs: update state dependent example (#355) (@oameye)

Closed issues:

  • Float32 support (#296)
  • Example in the Documentation returns an error (#342)
  • TaskFailedException from the Simple example (#347)

v0.12.3

29 Nov 14:30
280cab4
Compare
Choose a tag to compare

HarmonicBalance v0.12.3

Diff since v0.12.2

Merged pull requests:

Closed issues:

  • progress(Total_degree) show method (#315)

v0.12.2

24 Nov 11:46
ab10c65
Compare
Choose a tag to compare

HarmonicBalance v0.12.2

Diff since v0.12.1

Merged pull requests:

Closed issues:

  • Compare to Manlab (#199)
  • JosephsonCircuits.jl (#211)
  • refactor total degree (#307)
  • Make classify_branch public (#314)
  • Docs linter (#316)
  • Concretely typed structs (#317)

v0.12.1

17 Nov 08:09
41588fc
Compare
Choose a tag to compare

HarmonicBalance v0.12.1

Diff since v0.12.0

Merged pull requests:

v0.12.0

04 Nov 07:19
896553e
Compare
Choose a tag to compare

HarmonicBalance v0.12.0

Diff since v0.11.1

Merged pull requests:

Closed issues:

  • Make method structs (#204)

v0.11.1

29 Oct 10:46
9ef6995
Compare
Choose a tag to compare

HarmonicBalance v0.11.1

Diff since v0.11.0

Merged pull requests:

  • feat: add `ODEProblem(::DifferentialEquation) (#300) (@oameye)
  • build: tag new patch version (#301) (@oameye)

Closed issues:

  • ODEProblem method for type DifferentialEquation (#56)