* Neglected to update quest-sys to the correct version. This aims to correct that oversight.
0.14.1
* Updated to qoqo 1.15 and struqture to 1.8
0.14.0
* Updated to qoqo 1.12.0 and pyo3 0.21. * Clearer error message for qubits index out of range. * Fixed dependencies issues caused by Pyo3 0.21 support release
0.13.1
* Fixing out-of-index bug when using MeasureQubit together with PragmaSetNumberOfMeasurements when measuring fewer qubits than are used in a circuit
0.13.0
* Better error reporting when readout register size missmatches measurement outputs * Added `run_program` function to qoqo-quest interface so a QuantumProgram can be run by invoking `backend.run_program(program, [0.1, 0.2])` where the list of floats are the values to be used for the free input parameters of the QuantumProgram.
0.12.4
* Changed the meaning of `number_qubits` in Backend. It mean the maximum number of qubits available for simulation. `Qureg` is now initalized with number of qubits being used in the circuit.