Showing 303 of 330 total issues
Function __init__
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def __init__(
Function leakage_RB
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def leakage_RB(
Function __init__
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def __init__(
Function orbit_infid
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def orbit_infid(
Function state_transfer_infid_set
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def state_transfer_infid_set(
Function tf_batch_propagate
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
def tf_batch_propagate(
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def __init__(
Function __init__
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
def __init__(
self,
name: str,
desc: str = None,
comment: str = None,
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function quick_setup
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def quick_setup(self, chan, qubit_freq, gate_time, v2hz=1, sideband=None) -> None:
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def __init__(
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def __init__(
Function tf_propagation_lind
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def tf_propagation_lind(h0, hks, col_ops, cflds_t, dt, history=False):
Function ode_solver_final_state
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def ode_solver_final_state(
Avoid deeply nested control flow statements. Open
for par, val in props["params"].items():
instr.comps[drive_chan][comp].params[par].set_value(val)
else:
Function set_ideal
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
def set_ideal(self, ideal):
if ideal is not None:
self.ideal = ideal
else:
gate_list = []
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function __topological_ordering
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
def __topological_ordering(self, predecessors: Dict[str, List[str]]) -> List[str]:
"""
Computes the topological ordering of a directed acyclic graph.
Parameters
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function reorder_frame
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
def reorder_frame(
self, e: tf.constant, v: tf.constant, ordered: bool
) -> Tuple[tf.constant, tf.constant, tf.constant]:
"""Reorders the new basis states according to their overlap with bare qubit states."""
if ordered:
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Avoid deeply nested control flow statements. Open
if ctrl.params["amp"] != 0.0:
offset = ctrl.params["freq_offset"].get_value()
freqs[line] = tf.cast(
Function get_init_state
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
def get_init_state(self) -> tf.Tensor:
"""Get an initial state. If a task to compute a thermal state is set, return that."""
if self.init_state is None:
if "init_ground" in self.tasks:
print(
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function __init__
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
def __init__(