-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
We would love to compare Piccolo with the results in Time-Optimal Two- and Three-Qubit Gates for Rydberg Atoms.
This should be a straightforward task where one
- implements an n-rydberg atom hamiltonian of the form in the paper above,
- this is different than the hamiltonian in
src/quantum_system_templates/rydberg.jl, which is only a two-levels-per-atom system.
- this is different than the hamiltonian in
- solves a time-optimal control problem, by first solving a free-time problem and then using the solution of that for a minimum time problem, exactly as in the docs script
docs/literate/quickstart.jl
Implementation Guidelines
- A file, for creating the rydberg hamiltonians should be added to the directory
src/quantum_system_templates, matching the style of the files therein. - Add a doc script to the folder
docs/literate/examples- see the Literate.jl docs and the other scripts in the
docs/literatefolder for reference
- see the Literate.jl docs and the other scripts in the
- Add a file to
testwith some simple tests for the functions exported
Importance
3
What does this feature affect?
- quantum system construction
- problem setup
- problem solution
- problem performance
- solution analysis
- plotting
- documentation
- tests
- other (please specify below)
Other information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request