STEP 1
From the top, looking at my imports. I don't need to import cirq because I am working
on Jupyter Notebook from my cirq environment. I did need to import simpy to it.
Key Features of SimPy
Process-Based Modeling: SimPy uses Python generator functions to define processes. These processes can represent entities like customers, vehicles, or agents that interact with each other and with shared resources.
Shared Resources: SimPy provides various types of shared resources, such as servers, checkout counters, and tunnels, to model limited capacity congestion points.
Flexible Time Management: Simulations can be run "as fast as possible," in real time (wall clock time), or by manually stepping through events.
Extensive Documentation: SimPy has comprehensive documentation, including tutorials, guides, examples, and an API reference.
I counted them: there are 54 qubits in the Sycamore processor.
No comments:
Post a Comment