Changelog
This changelog track changes to the HQS noise app starting at version 0.5.0
0.16.6
- Updated to qonvert 0.14.0.
0.16.5
- Internal workflow fix.
0.16.4
- Updated dependencies.
0.16.3
- Added getters and setters to user documentation.
0.16.2
- Updated to qonvert 0.12.2. Fixes bug relating to routing converter skipping
PragmaLoop
. - Fixes bug in
SystemBathMSXXAlgorithm
when creating a circuit. Setdecomposition_blocks
setting totrue
. - Updated to roqoqo-quest 0.14.4-alpha.3
- Updated to alqorithms 0.13.2-alpha.0
- Switched from using
construct_comparison_spin_system
to create a circuit for theVariableMSXX
system-bath algorithm to usingSystemBathMSXXAlgorithm
, introduced in alqorithms 0.13.2-alpha.0 - Bugfix for
fit_boson_bath_to_spectral_function
, where the resampling was failing for some fitting windows. Switched from usingself._bath_fitter_resampling
tospectral_function.resample
, the in-built method forBRNoiseOperator
s. - Updated to bath-mapper v0.12.2 (
calculate_excitation_spectrum
->calculate_excitation_spectral_function
renaming) - Fixed bug in
noisy_algorithm_model
andsystem_bath_noisy_algorithm_model
, where the trotter timestep was doubled for the creation of the circuits. - Fixed bug in
create_spin_circuit
andcreate_sysmte_bath_circuit
, where the symmetrisation was being applied unnecessarily. This led to the symmetrisation being applied twice in the cases where the normal circuit and symmetrisation circuits were built separately by hand. - Updated to alqorithms 0.13.1
- Fixed issue ignoring background noise in bath-fitting by upgrading
bath-mapper-rs/py
tov0.12.2-alpha.1
.
0.16.1
- Adds getters/setters to
HqsNoiseApp
python interface
0.16.0
- Updated to qonvert 0.11.0-alpha.1 which fixes the doubling of
DecoherenceOnGateModel
bug in"parallelization_blocks"
mode. - Added support for struqture 2.0 inputs, and moved internal logic from struqture 1.0 to 2.0
- Updated licensing package dependency that adds support for unknown entitlements
0.15.3
- Enabling option to use magine-id based license files
0.15.2
- Enabling working with licensefiel obtained by hqstage copy-license
0.15.1
- Update to add support for new entitlements
0.15.0
- Added
unroll_quantum_program
method that unrolls the symbolic loop inside the QuantumProgram created with the HQS Noise App into a sequence of Trotter timesteps after which each observable is measured. This can only be used with simulator backends and will omit stochastic effects of real measurements and errors in the single layer of basis rotation gates in real measurements.
0.14.5
- Improved error messages for license checks
0.14.4
- Updated text of LICENSE_FOR_BINARY_DISTRIBUTION
0.14.3
- Dependencies update to fix license checks on windows
0.14.2
- Dependencies update to fix license checks on windows
0.14.1
- Update which to dependency libraries fixed bug in creating output registers for measurements
0.14.0
- Bugfix for symmetrization in noisy-algorithm-model
0.13.0
- Activated hqstage license checking
0.12.5
- Update to component libraries
0.12.4
- Internal build release
0.12.3
- Added the
estimate_decoherence_rate
function
0.12.2
- Deprecated the
simulate_quantum_program
function and put all simulator tests behind the feature gate for windows support - Added
trotter_step
andsystem_bath_trotter_step
functions. - Added qubit remapping information for bath connectivity.
- Added option to use symmetrization to trotter circuit
- Added option to add wait time to circuit
0.12.1
- Updated to component libraries to support empty coupling when constructing spectra
- Bugfix when fitting procedure tried system bath models with no coupling between system and bath
0.12.0
- Set scipy version to 1.11 due to an issue with qutip (doesn't work with 1.12)
- Fixes bug in construction of mappings for fermion-spin system bath quantum-program construction
- Added truncations for terms below numerical accuracy (1e-14) in fitting results for better stability
- Improved error messages so that users see which algorithms they should choose for which kind of system
0.11.0
- Update to component libraries includin bugfix in measurement preparation (adding wrong MeasureQubit operations)
- Enabled logical-to-physical qubit mappings for system and bath for ParityBased system bath algorithm
- Prepared to use bath-qubit-connectivity information to relax requirement for trilinear chains in when constructing system-bath.
0.11.0-alpha.2
- Update of component libraries
0.11.0-alpha.1
- Fixed double counting of fermionic modes in coupling
0.11.0-alpha.0
- Updated of component libraries
0.10.5
- Updated to qoqo 1.8.0, pyo3 0.20 and update of component libraries
0.10.4
- Fixed serialisation bug
- Updated to component libraries
0.10.3
- Fixed demo build with new options
0.10.2
- Demo version update
0.10.1
- Updated documentation
0.10.0
- Updated to use qoqo NoiseModels
0.9.7
- updated to pyo3 0.19
- Bugfix to noise mapping with system-bath qswap algortihms
0.9.6
- Fixed bug in SWAP algorithm circuit creation using wrong mapping for more than one Trotter step.
0.9.5
- Updated dependencies to qoqo 1.3 struqture 1.1
- Added
add_noise
function to HQSNoiseApp for adding device specific noise PRAGMAS to QuantumPrograms
0.9.4
- Updating component libraries, allowing for new single qubit gate sets (pure RotateXY, RotateXY RotateZ and RotateZ SqrtPauliX without InvSqrtPauliX)
0.9.3
- Fixes docstring of noise_mode
0.9.2
- Fixed python dependencies not being installed automatically
0.9.1
- Fixed bug in boson-spin conversion
0.9.0
- Updated to struqture 1.0.0
- Removed deprecated functions
- Updated documentation and ipynb examples
- Fixed minor normalization bug in calculate_excitation_spectrum.
0.8.0
- Switched implementation of calculate_excitation_spectrum to speed up functions.
0.7.0
- Added refactored fitting.py introducing BathFitter class.
0.6.0
- Added support for parallelization_blocks circuits
- Added functions to retrieve circuit depth
0.5.0
- Updated dependencies to component libraries.