Remove none type from docstring

This commit is contained in:
tankya2
2024-03-04 18:29:35 +08:00
parent 16aef2b3f2
commit a9730aaeab
3 changed files with 0 additions and 18 deletions

View File

@@ -19,9 +19,6 @@ class MPSContractionHelper:
Parameters:
num_qubits: The number of qubits for the MPS.
Return:
None.
"""
def __init__(self, num_qubits):