4

I am looking to investigate qubits' response to pulses - the kind the hardware will actually create when gates are implemented.

Although there are many simulation capabilities in Qiskit, most of them simulate abstract gate implementations

Are there any modules in Qiskit that have the ability to simulate continuous-time dynamics of qubits? Links to working examples would be of great help, if possible.

psitae
  • 1,340
  • 7
  • 24

1 Answers1

2

This capability is supported (although it is a bit basic), have a look at this. Also worth having a look at is Qiskit Dynamics which is a high-performance differentiable continuous dynamics simulator which will replace the existing pulse simulator shortly.

ThomasAlexander
  • 711
  • 3
  • 3
  • When this integration happens soon, as you say, does that mean the Ignis deprecation will be resolved? Will qiskis_dynamics be under Aer or Terra? – psitae Apr 07 '22 at 17:34