pyqrack-cpu 1.44.8__py3-none-win_amd64.whl → 1.44.10__py3-none-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pyqrack-cpu might be problematic. Click here for more details.

@@ -8,7 +8,7 @@ from .qrack_system import Qrack
8
8
 
9
9
  class QrackStabilizer(QrackSimulator):
10
10
  """Interface for pure-stabilizer Qrack functionality.
11
-
11
+
12
12
  Like QrackSimulator with isTensorNetwork=True, QrackStabilizer does not implement a general ALU or phase parity operations.
13
13
  Unlike isTensorNetwork=True, QrackStabilizer does implement compose(), decompose(), and dispose()
14
14
  Even if your operation is non-Clifford in full generality, QrackStabilizer will attempt to reduce it to a Clifford case.
@@ -56,4 +56,3 @@ class QrackStabilizer(QrackSimulator):
56
56
  self.run_pyzx_gates(pyzxCircuit.gates)
57
57
  elif qiskitCircuit is not None:
58
58
  self.run_qiskit_circuit(qiskitCircuit)
59
-