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

Use noise specs in compilation #445

Open
cqc-alec opened this issue Jun 4, 2024 · 0 comments
Open

Use noise specs in compilation #445

cqc-alec opened this issue Jun 4, 2024 · 0 comments

Comments

@cqc-alec
Copy link
Collaborator

cqc-alec commented Jun 4, 2024

Noise specs were recently added to the information returned over the API for accessing H-series devices. Can we use this information to improve compilation (e.g. using noise-aware TK2 rebasing)?

For example:

{
  "wasm": true,
  "batching": true,
  "benchmarks": {
    "qv": {
      "date": "2024-04-04",
      "value": 1048576.0
    }
  },
  "max_classical_register_width": 32,
  "gateset": [
    "RZZ",
    "Rxxyyzz",
    "Rz",
    "U1q",
    "ZZ"
  ],
  "name": "H1-1",
  "syntax_checker": "H1-1SC",
  "n_gate_zones": "5",
  "noise_specs": {
    "date": "2024-02-04",
    "sq_gate_error": {
      "p1": 2.08e-05,
      "p1_unc": 2.77e-06
    },
    "spam_error": {
      "p_meas_1_unc": 0.000199,
      "p_meas_0": 0.00095,
      "p_meas_1": 0.00397,
      "p_meas_0_unc": 9.74e-05
    },
    "crosstalk_error": {
      "p_crosstalk_meas_unc": 1.02e-06,
      "p_crosstalk_meas": 1.453e-05
    },
    "memory_error": {
      "memory_error_unc": 2.52e-05,
      "memory_error": 0.000208
    },
    "tq_gate_error": {
      "p2_unc": 2.85e-05,
      "p2": 0.000882
    }
  },
  "max_n_shots": 10000,
  "n_qubits": 20,
  "n_classical_registers": 120,
  "system_type": "hardware",
  "connectivity": "all-to-all",
  "emulator": "H1-1E"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant