dwavesystems / shimming-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shimming Tutorial

This repository contains supplementary code for the tutorial Calibration refinement in quantum annealing.

Install the dependencies with

# Python version 3.10
pip install -r requirements.txt

Orbit preliminaries

python -m example0_1_orbits

Ferromagnetic loop example

python -m example1_1_fm_loop_balancing
python -m example1_2_fm_loop_correlations

Frustrated loop example

python -m example2_1_frustrated_loop_orbits
python -m example2_2_frustrated_loop_anneal

Buckyball example

python -m example2_3_buckyball_orbits

Triangular Antiferromagnet example

python -m example3_1_tafm_get_orbits
python -m example3_2_tafm_forward_anneal

About

License:Apache License 2.0


Languages

Language:Python 100.0%