Piccolo
A Julia package for solving quantum optimal control problems using direct trajectory optimization.
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.3%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
A Julia package for solving quantum optimal control problems using direct trajectory optimization.
Basic Info
- Host: GitHub
- Owner: harmoniqs
- License: mit
- Language: Julia
- Default Branch: main
- Homepage: https://www.harmoniqs.co
- Size: 15 MB
Statistics
- Stars: 44
- Watchers: 4
- Forks: 7
- Open Issues: 8
- Releases: 11
Topics
Metadata Files
README.md
Description
Piccolo.jl is a meta-package for quantum optimal control using the Pade Integrator Collocation (Piccolo) method. This package reexports the following packages
- QuantumCollocation.jl
- NamedTrajectories.jl
- TrajectoryIndexingUtils.jl
- PiccoloQuantumObjects.jl
- PiccoloPlots.jl
For documentation please see the individual packages.
Usage
Just run
Julia
using Piccolo
Installation
This package is registered! To install enter the Julia REPL, type ] to enter pkg mode, activate your environment activate, and then run
Julia
pkg> add Piccolo
Building Documentation
This package uses a Documenter config that is shared with many of our other repositories. To build the docs, you will need to run the docs setup script to clone and pull down the utility. ```
first time only
./docs/getdocsutils.sh # or ./getdocsutils.sh if cwd is in ./docs/ ```
To build the docs pages:
julia --project=docs docs/make.jl
or editing the docs live: ``` julia --project=docs
using LiveServer, Piccolo, Revise servedocs(literatedir="docs/literate", skipdirs=["docs/src/generated", "docs/src/assets/"], skip_files=["docs/src/index.md"]) ```
Note:
servedocsneeds to watch a subset of the files in thedocs/folder. If it watches files that are generated on a docs build/re-build,servedocswill continuously try to re-serve the pages.To prevent this, ensure all generated files are included in the skip dirs or skip files args for
servedocs.
For example, if we forget index.md like so: ``` julia --project=docs
using LiveServer, Piccolo, Revise servedocs(literatedir="docs/literate", skipdirs=["docs/src/generated", "docs/src/assets/"]) ``` it will not build and serve.
"Technologies are ways of commandeering nature: the sky belongs to those who know how to fly; the sea belongs to those who know how to swim and navigate." – Simone de Beauvoir
Owner
- Name: harmoniqs
- Login: harmoniqs
- Kind: organization
- Repositories: 1
- Profile: https://github.com/harmoniqs
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Piccolo.jl
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Aaron
family-names: Trowbridge
email: atrowbri@andrew.cmu
affiliation: Carnegie Mellon University
- given-names: Andy
family-names: Goldschmidt
email: andygold@uchicago.edu
affiliation: University of Chicago
- given-names: Aditya
family-names: Bhardwaj
email: a7b@uchicago.edu
affiliation: University of Chicago
- given-names: Jack
family-names: Champagne
email: jchampag@andrew.cmu.edu
affiliation: Carnegie Mellon University
repository-code: 'https://github.com/kestrelquantum/Piccolo.jl'
abstract: >-
A metapackage offering an integrated solution for solving
quantum optimal control problems using direct collocation.
license: MIT
GitHub Events
Total
- Create event: 14
- Commit comment event: 10
- Issues event: 1
- Release event: 3
- Watch event: 9
- Delete event: 2
- Issue comment event: 7
- Push event: 36
- Pull request review event: 3
- Pull request review comment event: 4
- Pull request event: 15
- Fork event: 2
Last Year
- Create event: 14
- Commit comment event: 10
- Issues event: 1
- Release event: 3
- Watch event: 9
- Delete event: 2
- Issue comment event: 7
- Push event: 36
- Pull request review event: 3
- Pull request review comment event: 4
- Pull request event: 15
- Fork event: 2
Committers
Last synced: 6 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Aaron Trowbridge | a****e@g****m | 52 |
| Jack Champagne | j****g@a****u | 20 |
| Andy Goldschmidt | a****1@g****m | 17 |
| Nathan Shammah | n****h@g****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 4 months ago
All Time
- Total issues: 2
- Total pull requests: 29
- Average time to close issues: less than a minute
- Average time to close pull requests: 6 days
- Total issue authors: 2
- Total pull request authors: 5
- Average comments per issue: 5.5
- Average comments per pull request: 0.24
- Merged pull requests: 21
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 1
- Pull requests: 26
- Average time to close issues: N/A
- Average time to close pull requests: 7 days
- Issue authors: 1
- Pull request authors: 4
- Average comments per issue: 0.0
- Average comments per pull request: 0.23
- Merged pull requests: 18
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
- Krastanov (1)
- JuliaTagBot (1)
Pull Request Authors
- jack-champagne (12)
- andgoldschmidt (8)
- github-actions[bot] (4)
- aarontrowbridge (4)
- nathanshammah (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- julia 4 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 12
juliahub.com: Piccolo
A Julia package for solving quantum optimal control problems using direct trajectory optimization.
- Homepage: https://www.harmoniqs.co
- Documentation: https://docs.juliahub.com/General/Piccolo/stable/
- License: MIT
-
Latest release: 0.8.0
published 6 months ago