-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
♻️ Refactor QASM import functionality and remove deprecated formats (#…
…822) ## Description This pull request refactors the QASM import functionality by encapsulating the QASM parser into its own dedicated library, `MQT::CoreQASM`. This change removes the import functionality from the `QuantumComputation` class, improving modularity and maintainability. Additionally, deprecated formats have been removed, streamlining the codebase. Notably, this removes support for parsing `.real` files. Corresponding support is expected to be integrated into the MQT SyReC Synthesizer at https://github.com/cda-tum/mqt-syrec. ## Checklist: <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are related to it. - [x] I have added appropriate tests and documentation. - [x] I have made sure that all CI jobs on GitHub pass. - [x] The pull request introduces no new warnings and follows the project's style guidelines.
- Loading branch information
Showing
58 changed files
with
2,455 additions
and
5,426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.