Skip to content
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

Extend two qubit gate error model to cover all Pauli errors #563

Open
Naphann opened this issue Jul 28, 2024 · 0 comments
Open

Extend two qubit gate error model to cover all Pauli errors #563

Naphann opened this issue Jul 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request physical error models, simulation of new hardware elements

Comments

@Naphann
Copy link
Contributor

Naphann commented Jul 28, 2024

Currently, two qubit gate error model in QuISP only have 9 possible types of errors.

double cnot_gate_error_rate = default(0);
double cnot_gate_iz_error_ratio = default(1);
double cnot_gate_zi_error_ratio = default(1);
double cnot_gate_zz_error_ratio = default(1);
double cnot_gate_ix_error_ratio = default(1);
double cnot_gate_xi_error_ratio = default(1);
double cnot_gate_xx_error_ratio = default(1);
double cnot_gate_iy_error_ratio = default(1);
double cnot_gate_yi_error_ratio = default(1);
double cnot_gate_yy_error_ratio = default(1);

We probably would want the full 15 possible combinations of {I, X, Y, Z} * {I, X, Y, Z} - II errors, each with assignable weights.

@Naphann Naphann added enhancement New feature or request physical error models, simulation of new hardware elements labels Jul 28, 2024
@Naphann Naphann self-assigned this Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request physical error models, simulation of new hardware elements
Projects
None yet
Development

No branches or pull requests

1 participant