This repository contains circuits, measured and simulated results demonstrating #AQ29 on IonQ Forte.
The repository contains multiple instance of cirucuits generated for different application-oriented algorithms:
AE
- Amplitude EstimationHSIM
- Hamiltonian SimulationMC
- Monte Carlo SamplingPE
- Phase EstimationQFT
- Quantum Fourier TransformVQE
- VQE Simulation
All circuits are provided in OpenQasm 2.0 as submitted to the system, as transpiled by qiskit, and as transpiled by the IonQ compiler to the level of native gates. The naming convention is ALG
NQQ
VII
_V
where
ALG
- algorithm identifier as listed aboveQQ
- number of qubits used in the circuitII
- instance identifier as a numberV
- variant identifier (specified for the circuits compiled to native gates)
For example, circuits/input/AEN04V02.qasm
is the second instance of the amplitude estimation algorithm on four qubits as submitted to the system, while circuits/ionq/AEN04V02_2
is its second variant transpilation to native gates.
The measured results are provided in results/measured.json
while the results generated by a noisy simulator are given in results/simulated.json
. All results are indexed by circuit and variant identifiers.
Characterization and benchmarking data used for the figures is provided in data
.