Skip to content

v0.3.2 — Colab-ready tutorials

Choose a tag to compare

@FedorShind FedorShind released this 18 Apr 11:52
· 36 commits to main since this release

Docs-only release. No API changes — pip install -U emrg is safe.

Added

  • Tutorials run in Google Colab with one click. The VQE and QAOA notebooks now open directly in Colab with a pre-configured install cell (!pip install -q emrg[preview]). Zero local setup.
  • Colab badges in the README — one at the top and one inside the Quick Start section, both linking to the VQE tutorial.

Open them now:

  • VQE on Colab VQE H₂ mitigation walkthrough
  • QAOA on Colab QAOA MaxCut mitigation walkthrough

Both notebooks build their circuits inline, pull no local files, and produce readable print() output for every cell. The first cell installs emrg[preview] so the notebooks' generate_recipe(..., preview=True) calls work end to end.

Unchanged

No source code changed. Same 369 tests, same 96% coverage, same behavior as v0.3.1.

Full Changelog: v0.3.1...v0.3.2