Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Jul 6, 2023
1 parent 834490e commit 450c3b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "Pico"
name = "Piccolo"
uuid = "c4671d76-df94-11ed-2057-43d4fd632fad"
authors = ["Aaron Trowbridge <[email protected]> and contributors"]
version = "0.1.0"
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Pico.jl
# Piccolo.jl
A convenience meta-package for quantum optimal control using the Pade Integrator COllocation (PICO) method.


## Usage

Just run
```julia
using Pico
using Piccolo
```

and this package reexports the following packages
Expand All @@ -19,5 +20,5 @@ and this package reexports the following packages
This package is not yet registered so install with
```julia
using Pkg
Pkg.add(url="https://github.com/aarontrowbridge/Pico.jl.git", rev="main")
Pkg.add(url="https://github.com/aarontrowbridge/Piccolo.jl.git", rev="main")
```
2 changes: 1 addition & 1 deletion src/Pico.jl → src/Piccolo.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Pico
module Piccolo

using Reexport

Expand Down

2 comments on commit 450c3b4

@aarontrowbridge
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/86987

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 450c3b42a1136cfee6c4995235c5bb2472704fff
git push origin v0.1.0

Please sign in to comment.