Skip to content

Tomographer v5.0

Compare
Choose a tag to compare
@phfaist phfaist released this 27 May 22:09
· 227 commits to master since this release

Release 5.0 brings several new features, most notably:

  • A new random walk algorithm which greatly speeds up the random walk for
    larger systems (e.g. 6 qubits) (off by default, still a little experimental, use
    "--light-jumps" to enable);

  • Automatic adjustment of step size based on acceptance ratio; automatic
    detection of random walk end once the error bars from the binning analysis
    have converged.

The API was also significantly revised for added functionality and flexibility
(see change log).

To get see how to started, check out this page.

If you're interested in using the stand-alone executable program, download the
release tomographer-tomorun-v5.0-SYSTEM below corresponding to your system.

If you'd like to install the Python package, you don't need to download
anything; simply run:

pip install numpy pybind11
pip install tomographer

See the downloads page for more options and more info.