Skip to content

Commit

Permalink
Update quantum_pulse_simulation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahKazi500 authored Jun 12, 2024
1 parent 0f0de3f commit 82cf184
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions torchquantum/pulse/quantum_pulse_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ class QuantumPulseDemo(tq.QuantumModule):
def __init__(self):
"""
Initializes the QuantumPulseDemo module.
Args:
n_wires (int): Number of quantum wires (qubits).
n_steps (int): Number of steps for the quantum pulse.
hamil (list): Hamiltonian for the quantum pulse.
"""
super().__init__()
self.n_wires = 2
Expand Down

0 comments on commit 82cf184

Please sign in to comment.