Skip to content

Commit

Permalink
qubit_lo_range and meas_lo_range are per qubit and is not possible to…
Browse files Browse the repository at this point in the history
… validate right now
  • Loading branch information
rathishcholarajan committed Feb 11, 2022
1 parent 2b81944 commit 03a1d4c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions qiskit_ibm_runtime/ibm_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,16 +180,6 @@ def __init__(
"rep_delay",
(configuration.rep_delay_range[0], configuration.rep_delay_range[1]),
)
if hasattr(configuration, "qubit_lo_range"):
self.options.set_validator(
"qubit_lo_freq",
(configuration.qubit_lo_range[0], configuration.qubit_lo_range[1]),
)
if hasattr(configuration, "meas_lo_range"):
self.options.set_validator(
"meas_lo_freq",
(configuration.meas_lo_range[0], configuration.meas_lo_range[1]),
)

def __getattr__(self, name: str) -> Any:
"""Gets attribute from self or configuration
Expand Down

0 comments on commit 03a1d4c

Please sign in to comment.