Releases: pasqal-io/qadence
Releases · pasqal-io/qadence
v1.9.1
What's Changed
- [Docs] Update docs on OS and WLS2 use. by @RolandMacDoland in #625
- [bug] Resume dictdataloader support for Trainer by @mlahariya in #627
- [bug] Import mlflow inside mlflowwriter to ensure optional dependency by
- Update pyproject.toml by @mlahariya in #628
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- [Bug] Fix time-dependent hamiltonian not passing duration to PyQ by @jpmoutinho in #600
- [Refactoring] Use Readout from Pyqtorch by @chMoussa in #599
- [Bugfix] Fix rotations in tomography by @chMoussa in #604
- [Feature] Allow time-dependent duration to be passed at runtime by @jpmoutinho in #605
- [Fix] Change shadow algorithm for using only samples by @chMoussa in #608
- Update dependency pasqal-cloud to v0.12.5 by @renovate in #611
- [Bugfix] Fix noisy simulation pulser and test by @chMoussa in #612
- [Bug] Fix GPSR differentiation mode by @vytautas-a in #616
- Update dependency pyqtorch to v1.6.0 by @renovate in #619
- [Feature] Setting digital noise in addition to readout noise in Pyq backend functions sample and expectation by @chMoussa in #610
- [Feature] Correlated readout by @chMoussa in #620
- [Refactor][Feature] Train functions refactoring by @mlahariya in #593
- [Feature] Add quantum dropout by @chMoussa in #623
- [Feature] Time-dependent Hamevo with noise operators by @chMoussa in #621
New Contributors
- @mlahariya made their first contribution in #593
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- [Feature] Implement constructor function for alternating layer ansatz by @ducthanh1991 in #565
- Update dependency pulser-core to v0.20.0 by @renovate in #572
- Update dependency pulser-core to v0.20.1 by @renovate in #575
- Update dependency pasqal-cloud to v0.12.3 by @renovate in #578
- Update dependency pulser-core to v1 by @renovate in #579
- Update dependency pasqal-cloud to v0.12.4 by @renovate in #581
- Update dependency pyqtorch to v1.5.0 by @renovate in #582
- [Refact] Get rid of PyQTimeDependentEvolution by @vytautas-a in #568
- [Feature] Add digital noise from PyQ by @jpmoutinho in #563
- Update dependency pulser-core to v1.1.0 by @renovate in #587
- [Refactoring] [Testing] [Feature] NoiseHandler by @chMoussa in #591
- Fix empy dict argument default to None by @Doomsk in #594
- Update dependency pulser-core to v1.1.1 by @renovate in #596
- Update dependency pyqtorch to v1.5.1 by @renovate in #598
- [Refactoring] Remove Braket backend by @chMoussa in #595
Full Changelog: v1.7.8...v1.8.0
v1.7.8
What's Changed
- Update dependency pasqal-cloud to v0.12.0 by @renovate in #558
- Update dependency pyqtorch to v1.4.8 by @renovate in #561
- [BugFix] Fix writer callback by @chMoussa in #560
- Update dependency pyqtorch to v1.4.9 by @renovate in #564
- Update dependency pasqal-cloud to v0.12.2 by @renovate in #567
- [Feature] Add tagging option to QNN configs by @inafergra in #566
- [Release] Bump version to v1.7.8 by @inafergra in #571
Full Changelog: v1.7.7...v1.7.8
v1.7.7
What's Changed
- Move issue templates to correct location by @awennersteen in #542
- Callbacks after optimization are run without modulo check by @chMoussa in #543
- Update dependency pyqtorch to v1.4.5 by @renovate in #545
- [Bug] Fix
write_checkpoint
bug by @DanieleCucurachi in #546 - [Refact] Some qadence noise / pulser backend changes by @jpmoutinho in #547
- Update dependency pasqal-cloud to v0.11.4 by @renovate in #549
- [BugFix] Fix parameters passed as complex convert_ops by @chMoussa in #550
- Update dependency pyqtorch to v1.4.6 by @renovate in #551
- [Feature] Add possibility to modify the OptimizeResult during training in ml_tools by @chMoussa in #554
- Update dependency pyqtorch to v1.4.7 by @renovate in #555
- [Release] Bump version to 1.7.7 by @chMoussa in #557
New Contributors
- @DanieleCucurachi made their first contribution in #546
Full Changelog: v1.7.6...v1.7.7
v1.7.6
v1.7.5
What's Changed
- [Bug] Fix mismatching name for rotations in hea config constructor by @giovanniminutoNL in #515
- Update dependency pulser/pasqal-cloud to v0.11.2 by @renovate in #517
- Update dependency pyqtorch to v1.4.0 by @renovate in #520
- [Feature] Add in-place loading method to QuantumModel by @inafergra in #516
- Update dependency horqrux to v0.6.2 by @renovate in #522
- Update dependency pasqal-cloud to v0.11.3 by @renovate in #524
- Update dependency pyqtorch to v1.4.1 by @renovate in #525
- [FIX] Allow 0 to be passed as a config to print,write,plot,checkpoint_every and disable in that case by @awennersteen in #511
- [Refact] Factor 2 for Hamevo spectral gap in GPSR by @chMoussa in #526
- [Fix] Adapt shift prefactor with hamevo by @chMoussa in #528
- [Bugfix] Divide shift by spectral gap for single-gap PSR by @chMoussa in #529
- [Fix] Consistent naming and using of StrEnums instead of string literals by @smitchaudhary in #519
- Update dependency pyqtorch to v1.4.3 by @renovate in #534
- [Feature] Adding callback functionalities in train functions by @chMoussa in #533
New Contributors
- @giovanniminutoNL made their first contribution in #515
Full Changelog: v1.7.4...v1.7.5
v1.7.4
What's Changed
- [Refactor] Minor code base clean-up by @Roland-djee in #507
- [Bug] Fix MLFlow import, and setup function that caused tests to fail by @awennersteen in #510
- [Release] Bump version to 1.7.4 by @chMoussa in #512
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
- Update dependency pyqtorch to v1.3.0 by @renovate in #500
- [Infra] Update renovate reviewers by @dominikandreasseitz in #501
- Update dependency pyqtorch to v1.3.1 by @renovate in #502
- [Feature] Allow loss_fn in train_grad to return arbitrary number of values. by @smitchaudhary in #499
- [Bug] Fix printing format error in train_grad by @inafergra in #504
- [Feature] Toggle MatrixBlock warnings by @jpmoutinho in #505
- Update dependency pyqtorch to v1.3.2 by @renovate in #506
- [Feature] Add mlflow experiment tracker by @debrevitatevitae in #450
New Contributors
- @debrevitatevitae made their first contribution in #450
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- [Bug] Fix backend import if in extensions. by @Roland-djee in #49
Full Changelog: v1.7.1...v1.7.2