[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-03-04 08:09:34 +00:00
parent 7c7d86062b
commit 631231f933
3 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ from qibotn.mps_utils import apply_gate, initial
class QiboCircuitToMPS:
"""A helper class to convert Qibo circuit to MPS.
Parameters:
circ_qibo: The quantum circuit object.
gate_algo(dict): Dictionary for SVD and QR settings.
@@ -18,6 +18,7 @@ class QiboCircuitToMPS:
Return:
None.
"""
def __init__(
self,
circ_qibo,