Skip to content

Commit

Permalink
Add lint changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mantcep committed May 29, 2021
1 parent 0c602ae commit 6ce3dd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def __init__(
CDKMRippleCarryAdder is used as default if no adder is provided.
name: The name of the circuit object.
Raises:
ValueError: If ``num_result_qubits`` is not default and a custom adder is provided.
NotImplementedError: If ``num_result_qubits`` is not default and a custom adder is provided.
"""
super().__init__(num_state_qubits, num_result_qubits, name=name)

Expand Down

0 comments on commit 6ce3dd8

Please sign in to comment.