Skip to content

Releases: FZJ-PGI-12/QAOA.jl

v1.4.0

Choose a tag to compare

@timbode timbode released this 29 Mar 16:38
e78e836

Maintenance Update

  • CI modernization: Updated all GitHub Actions to latest versions, changed cron to weekly, removed stale Slack notification job
  • Documenter.jl upgrade: Migrated from 0.27 to 1.x, fixed ](@id) syntax in all doc pages
  • Compat bounds widened: Relaxed pinned dependency versions (ChainRules, DocStringExtensions, NLopt, Parameters)
  • Julia minimum raised: From 1.8 (EOL) to 1.10 (current LTS)
  • Code quality: Removed unnecessary fully-qualified QAOA. prefixes in internal calls
  • Tests: Removed broken test blocks referencing unimplemented evolve/TensorProblem
  • Docs: Added fluctuation analysis page, codecov and dev-docs badges to README

v1.3.3

Choose a tag to compare

@timbode timbode released this 12 Dec 08:45
30f4b73
update (#67)

v1.3.2

Choose a tag to compare

@timbode timbode released this 20 Jun 12:14

Two-component schedule for tensor-problem evolution

v1.3.1

Choose a tag to compare

@timbode timbode released this 19 Jun 15:03

Implements arbitrary tensors when defining combinatorial optimization problems.

v1.3.0

Choose a tag to compare

@timbode timbode released this 18 Jun 18:55

Added a dispatch to evolve that solves the full set of ODEs instead of approximating via layered evolution.

v1.2.0

Choose a tag to compare

@timbode timbode released this 05 Mar 15:23
update version

v1.1.1

Choose a tag to compare

@timbode timbode released this 30 Jan 14:06
48bf566

Fix bug in annealing method.

v1.1.0

Choose a tag to compare

@timbode timbode released this 21 Dec 11:30
1d230c3

This update includes the option to perform quantum annealing instead of the QAOA on a given problem, as well as a new structure for our docs, a new section on quantum annealing and one new example notebook.

v1.0.1

Choose a tag to compare

@timbode timbode released this 27 Jun 10:29
f641f87

This release accompanies the completed review of the software publication at JOSS.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 11:51

QAOA v1.0.0

Closed issues:

  • Add paper to repo (#1)
  • Add option to break Z2 symmetry (#3)
  • Add mean-field AOA to package (#5)
  • Add Gaussian fluctuations (#7)
  • Change mean-field convention to maximization (#9)
  • Add mean-field documentation (#11)
  • Remove PyCall dependence (#13)
  • Update dependencies (#15)
  • Resolve Zygote macro warning (#17)
  • Finish paper draft (#19)
  • Register (#22)

Merged pull requests: