Nils Quetschlich

Results 18 issues of Nils Quetschlich

Fixed the Hamiltonian cycles in Chapter [4.2.4] as issued in #1451 # Changes made - Removed duplicated Hamiltonian cycles - Adding missing cycle # Justification This change is needed to...

### Describe the bug https://qiskit.org/textbook/ch-paper-implementations/tsp.html#general_strategy At the end of the "General Strategy" Section, all three Hamiltonian cycles are listed as: Sequence path | Eigenstates -- | -- 1−2−3−4 |\|11000110 ⟩...

code bug

Hi, I think I may found a case (using pytket v1.11.1) where the `FullPeepholeOptimise` compilation pass did not preserve the connectivity although `allow_swaps=False` is set. Here is the code leading...

Hi there, I am currently playing around with BQSKit and its usage/integration into our [MQT Predictor](https://github.com/cda-tum/mqt-predictor) that combined compilation passes from different compilers and, therefore, needs conversions between the different...

feature request

### What's the problem this feature will solve? Currently, many visual elements and compilation information of the MQT Bench website are hand-coded into the respective `html` file. ### Describe the...

good first issue
feature

### Environment information . ### Description According to its specification (https://qcs.rigetti.com/qpus), Rigetti's Aspen device does only support certain specific angles for its `RX` gate and not arbitrary ones as it...

bug

The HHL was removed in #214 because the underlying qiskit functionalities were deprecated. It is desired to re-implement our own version of that benchmark algorithm.

enhancement
minor
feature

Due to changes in Qiskit, the underlying functionalities our Shor benchmark is based on have changed are were partly copied to MQT Bench in #214. The current generation logic should...

enhancement
minor

Frequently, we need to convert `Qiskit.QuantumCircuit` objects to `pytket.Circuit` objects. Since the underlying `qiskit_to_tk`method from `pytket-qiskit` is not perfect, we have to work with workarounds at various places in MQT...

bug
enhancement
minor

As soon as a `qiskit.providers.fake_provider` is provided for the new 433-qubit `ibmq_seattle` device is available, it should be integrated into MQT Bench. Since that device has now a different gate...

enhancement
minor
feature