-
Notifications
You must be signed in to change notification settings - Fork 4
Backend module integration with WMI simulators and quantum computers #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
FEAT: Implement initial ProcessorConfiguration logic CHORE: Add configuration to twnsor_nw_proc FEAT: Architecture WIP Architecture WIP Architecture WIP Architecture WIP (Qiskit Simulator) Configuration & Options WIP FEAT: Options implementation and refactoring TEST: QiskitSimulator test WIP
REFACTOR: Processor Experiment relation CHORE: Implement Martin's proposals regarding properties FEAT: Experiment WIP REFACTOR: experiment serialization and BE integration
…and refactorings CHORE + Measurement Operation WIP TEST: UTs for gates Qobj OpenQASM serialization + FIX: Circular dependencies FEAT: Implement measurement operator FEAT: test & refactor measurement operator and gates REFACTOR: as_qobj_openQASM() -> as_openQASM()
…tions FEAT: Experiment validation + small refactoring CHORE: Remove duplicate method FEAT: Experiment options and serialization WIP + REFACTOR: remove hardcoded values (constants) FEAT: Experiment serialization + REFACTOR: bits to clbits CHORE: Rename QSIM to WMIQSIM
CHORE: Add new gates to modules Implement UTs for the id, sx, and iswap gates
REFACTOR: Restructure backend module FEAT: Control Instructions WIP + REFACTOR: Measurement FEAT: Implement barrier and delay, and their UTs
FIX: as_circuit_matrix() UT for iSwap gate
REFACTOR: Simplify architecture + FEAT: WMI Requests WIP Add remaining TODOs FEAT: Implement results() and wait_for_results() FIX: Tie up loose-ends CHORE: WMI Experiment REFACTOR: counts as get_counts function CHORE: QoL improvements REFACTOR: TNP Refactoring WIP
REFACTOR: WMI Options syntax and chores CHORE: Fix "coupling_map" name conflict FIX: Options syntax error
REFACTOR: as_openQASM -> as_qasm Add requests as dependency and backend example ipynb REFACTOR: Small fixes and UTs TEST: UTs for backend functionalities + small refactoring TEST: Add UTs for WMIQC as well
FIX: Use radians instead of degrees Chore FIX: append_circuit object not iterable error CHORE: Minor fixes and improvements CHORE: Improve backend architecture diagram
… WMI QC) Chore: wmi qc separate notebook FEAT: Different query frequencies + QST clean-up WIP WMI QSim + QC (almost) final experiments CHORE: Restructure QST experiments, separate python notebooks, add WMIQC QST QST on WMI quantum computer Backend example QC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request aims to implement a backend module within qib, that can interchange experimentation requests and results over the network with various quantum providers and processors. This pull request also expands the backend module for the WMI provider (i.e. for their Qiskit Simulator and Quantum Computer backends). Other auxiliary changes, adaptations, and expansions of the existing codebase were proposed in this pull request.
Changes proposed in this pull request:
QuantumProcessor
,Experiment
,ExperimentResults
,Options
(see this for a more detailed module architecture overview)Identity
,iSwap
, andSX
AbstractOperator
:ControlInstruction
which includes themeasure
,barrier
, anddelay
quantum instructionsTensorNetworkProcessor