qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
106 stars 60 forks source link

Userguide and tutorial JAX transformation of Pulse Scheduler #194

Closed to24toro closed 1 year ago

to24toro commented 1 year ago

Summary

This tutorial and user guide are related to https://github.com/Qiskit/qiskit-dynamics/pull/149. In the user guide,

In the tutorial,

Details and comments

Currently, a new class ScalableSymbolicPulse which is a subclass of SymbolicPuse and assumed to hava a scalable form was introduced. So I use this class in this PR. However, I use the SymbolicPulse in https://github.com/Qiskit/qiskit-dynamics/pull/149. I would like to discuss which we should use.

to24toro commented 1 year ago

I modified, improved English phrases and also add sphinx refs at https://github.com/Qiskit/qiskit-dynamics/pull/194/commits/55ff5bc26d351eb011a38a6877a0b28e41fb3b21 .