qsyn icon indicating copy to clipboard operation
qsyn copied to clipboard

A C++-based growing software system for synthesizing, optimizing, and verifying quantum circuits

Results 18 qsyn issues
Sort by recently updated
recently updated
newest added

The `benchmark/` folder is so large that our project is filled with `.qasm` files. It would be better if we separated the folder into another repo. Benchmarks that the tests...

meta

[ZXLive](https://github.com/Quantomatic/zxlive) seems to be a convenient tool for visualizing ZX-diagrams. It would be greatly beneficial if we supported the `.zxg` format it uses.

enhancement

Currently, `qsyn` always tries to read the `qsynrc` files from `~/.config/qsynrc`. It is good if we allow the user to set a series of paths. In particular, the user can...

enhancement

## Synopsis The program produces an incorrect usage when mutually exclusive groups contain (optional) positional arguments. For example, ### Parser Definition: ```c++ auto mutex1 = parser.addMutuallyExclusiveGroup(); auto mutex2 = parser.addMutuallyExclusiveGroup();...

bug

## Check List 1. [ ] Does your submission pass tests by running `make test`? 2. [ ] If you have specified a [no ci] tag, does your submission also...

Greetings! The Perth backennd in Qiskit has no H gate. You can check in https://github.com/Qiskit/qiskit-ibm-runtime/blob/stable/0.24/qiskit_ibm_runtime/fake_provider/backends/perth/conf_perth.json. Search for "basis_gates": ["cx", "id", "rz", "sx", "x"] When I use the Perth layout according...

Hello! I am using version 0.7.0 and I am having a phase problem with circuits with u3 and u2 gates. u3 gates require 3 parameters but qcir is able to...

* `underlying` * Guard special gates