Skip to content

Commit

Permalink
changed format
Browse files Browse the repository at this point in the history
  • Loading branch information
naerabati committed Jun 21, 2023
1 parent 4f069a8 commit 53d918e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cirq-core/cirq/sim/classical_simulator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict
from collections import defaultdict
from cirq.sim.simulator import SimulatesSamples
from cirq import ops, circuits
from collections import defaultdict
from cirq.sim.simulator import SimulatesSamples
from cirq import ops, circuits
import numpy as np


Expand Down Expand Up @@ -78,4 +78,4 @@ def _run(
):
raise ValueError("Can not simulate gates other than cirq.XGate or cirq.CNOT")

return results_dict
return results_dict

0 comments on commit 53d918e

Please sign in to comment.