Recent Releases of quark-famework
quark-famework - QUARK 2.1.6
Pack the new training data into zip files to speed up cloning and pulling via git LFS.
- Python
Published by BenjaminDecker 9 months ago
quark-famework - QUARK 2.1.5
Integration of bin packing problem kernel, including MIP solver and quantum annealing module (by @stopfereric from Fraunhofer IIS).
Integration of simply assembly line balancing (version 1) module (by @klan-optware from OptWare GmbH).
Integration of image classification kernel, including a hybrid training module and training data sets (by Florian Geissler and Theodora-Augustina Dragan from Fraunhofer IKS and @jmoberreuter, Zao Chen, and @alfarace-reply)
- Python
Published by Marvmann 10 months ago
quark-famework - QUARK 2.1.4
Added missing commits from release 2.1.3
- Python
Published by Marvmann about 1 year ago
quark-famework - QUARK 2.1.3
Streamlined installation and environment management (by @GreshmaShaji and @BenjaminDecker): QUARK installation process and switching between custom QUARK self-managed environments is now faciliated by using uv.
Graph visualization (by @BenjaminDecker): Added the automatic generation of the resulting graph in all exisitng graph problem kernels (MIS, TSP, PVC).
Minor changes, mainly on the docker setup (by @BenjaminDecker and @philross).
Full changelog: https://github.com/QUARK-framework/QUARK/compare/v2.1.2...v2.1.3
- Python
Published by Marvmann about 1 year ago
quark-famework - QUARK 2.1.2
Integration of Qrisp-based QIRO solver for MIS (by @Nik-SteinFraunh from Fraunhofer FOKUS): Integration of the Quantum-Informed Recursive Optimization Algorithms applied to the maximum indepent set problem using Qrisp.
Unit Testing Enhancements (by @GreshmaShaji): Updated Test Files for optimization and QML modules to improve test coverage.
Upgrade to Python 3.12 (by @GreshmaShaji): Including updated versions of all dependencies for better compatibility and performance.
Full changelog: https://github.com/QUARK-framework/QUARK/compare/v2.1.1...v2.1.2
- Python
Published by Marvmann about 1 year ago
quark-famework - QUARK 2.1.1
QML Architecture Update (by @GreshmaShaji and Florian Kiwit): Architecture restructuring for future QML applications. Introduced new abstract base classes (DataHandler, Model, Circuit, Training) to ensure scalability and modularity.
Implement PEP8-Standard Code Style (by @GreshmaShaji and @Marvmann): In order to improve readibility and harmonize the style of the code, we implement changes towards the PEP 8 coding guideline.
Full changelog: https://github.com/QUARK-framework/QUARK/compare/v2.1...v2.1.1
- Python
Published by Marvmann over 1 year ago
quark-famework - QUARK 2.1
- Library Update, including qiskit 1.1 and all connected packages (#139, authored by @GreshmaShaji)
- Usage of Git LFS for storaging large files (#137, authored by @Marvmann)
- Added set cover problem kernel (f93b53c9a6675d77934fbbcf28d8ff4f80cd0b73, authored by Zijing Yao)
- Minor changes, including updated versions of IonQ and Rigetti interfaces (#138, authored by @chsowinski)
Full changelog: https://github.com/QUARK-framework/QUARK/compare/v2.0.5...v2.1
- Python
Published by Marvmann over 1 year ago
quark-famework - QUARK 2.0.6
Package update * Hotfix: potential security vulnerability in torch, fixed by upgrading to 2.2 * Sync of packages required in ACL and QML branches
- Python
Published by Marvmann over 1 year ago
quark-famework - QUARK 2.0.5
- Auto-carrier loading (ACL) problem implementation (by Christian Jäck and @Marvmann in #126): Optimization submodule with three problem scenarios based on a shared vehicle data set
- Quantum Generative Adversarial Networks (QGANs) (by Florian Kiwit in #128): QML submodule for the generative modelling application, including Pennylane library for circuit generation and necessary adjustments in other QML submodules
- Minor code refinements in QML module and its submodules, including the noise simulation modules
Full changelog: https://github.com/QUARK-framework/QUARK/compare/v2.0.4...v2.0.5
- Python
Published by Marvmann over 1 year ago
quark-famework - QUARK 2.0.4
What's Changed
- Noise Module (by @maximilian.ww.wolf@bmw.de in Commit from May 13, 2024): Brings noise simulation features from IBM Qiskit.
- Rollback of IBM Eagle Acces (#116) because of unresolvable dependency issues with new noise module. These issues will be adressed in the upcoming major update in which this feature will be included again. Until then, if you want to use this feature, please move to version 2.0.3
- Maximum Independent Set (MIS) Application (by @chris-van-den-oetelaar, Hans Kattouw from Capgemini in #120): Implementation of full benchmarking pipeline for the MIS use case, including a mapping, interface and solver for neutral-atom devices
- Minor changes: Debugging of RandomClassicPVC (#124), added unit test for MIS application and fixed linting errors Full changelog: https://github.com/QUARK-framework/QUARK/compare/v2.0.3...v2.0.4
- Python
Published by Marvmann over 1 year ago
quark-famework - QUARK 2.0.3
What's Changed
- Interrupt/Resume feature (by @jusschwitalla in #113): allows to interrupt benchmarking runs and resume later using stored information from interrupted run
- IBM Eagle access (by @chsowinski in #116): interface to IBM's quantum computing device "Eagle"
- Minor improvements: updated linting (#110), adjust sphinx config (#115), bugfixing (#117)
Full Changelog: https://github.com/QUARK-framework/QUARK/compare/v2.0.2...v2.0.3
- Python
Published by Marvmann almost 2 years ago
quark-famework - QUARK 2.0.2
What's Changed
- Timer Decorator (by @jusschwitalla in https://github.com/QUARK-framework/QUARK/pull/105): facilitates time measurements
- End-to-End Testing Implementation (by @philross in https://github.com/QUARK-framework/QUARK/pull/108): first basic version to build upon in future releases
- Run Container Build Action on Release (by @philross in https://github.com/QUARK-framework/QUARK/pull/108)
Full Changelog: https://github.com/QUARK-framework/QUARK/compare/v2.0.1...v2.0.2
- Python
Published by Marvmann about 2 years ago
quark-famework - 2.0.1
What's Changed
- An adapter class to use QUARK 1.0 configs in >v.2.0 by @jusschwitalla in https://github.com/QUARK-framework/QUARK/pull/83
- Run linting also on PRs towards dev branch by @philross in https://github.com/QUARK-framework/QUARK/pull/96
- Add "fail fast" option for debugging by @philross in https://github.com/QUARK-framework/QUARK/pull/95
- Solved lynting errors by @Marvmann in https://github.com/QUARK-framework/QUARK/pull/98
- Move away from soon deprecated functions readgpickle and writegpickle by @philross in https://github.com/QUARK-framework/QUARK/pull/99
- Implementation of the application score by @philross in https://github.com/QUARK-framework/QUARK/pull/97
Full Changelog: https://github.com/QUARK-framework/QUARK/compare/v2.0...v2.0.1
- Python
Published by Marvmann about 2 years ago
quark-famework - QUARK 1.0
This is the release of the QUARK 1.0 version.
- Python
Published by philross over 2 years ago
quark-famework - QUARK 2.0
We are happy to release v2.0 of QUARK. For a summary of the new features please take a look at the according paper https://arxiv.org/pdf/2308.04082.pdf.
If you have any problems, feel free to open a new issue.
- Python
Published by philross over 2 years ago