We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8339b25 commit 27c0b11Copy full SHA for 27c0b11
doc/Programs/Trotterization/testtrotter.py
@@ -2,7 +2,7 @@
2
from scipy.linalg import expm
3
4
# --- Simulation Parameters (user configurable) ---
5
-num_qubits = 3 # Number of qubits in the system
+num_qubits = 2 # Number of qubits in the system
6
num_terms = 3 * num_qubits # Number of random Pauli terms in H (e.g., 3*n)
7
total_time = 1.0 # Total evolution time
8
trotter_steps = 10 # Number of Trotter steps (N)
0 commit comments