Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontrowbridge committed Nov 19, 2024
1 parent 6613c6d commit 925517f
Show file tree
Hide file tree
Showing 5 changed files with 565 additions and 1 deletion.
20 changes: 20 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,27 @@ uuid = "f42a522c-b487-4f73-ad5a-ad0c3e4a12c8"
authors = ["Aaron Trowbridge <aaron.j.trowbridge@gmail.com> and contributors"]
version = "1.0.0-DEV"

[deps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
NamedTrajectories = "538bc3a1-5ab9-4fc3-b776-35ca1e893e08"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PiccoloQuantumObjects = "5a402ddf-f93c-42eb-975e-5582dcda653d"
QuantumCollocationCore = "2b384925-53cb-4042-a8d2-6faa627467e1"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[compat]
CairoMakie = "0.12.16"
LaTeXStrings = "1.4.0"
NamedTrajectories = "0.2.4"
OrderedCollections = "1.6.3"
Random = "1.11.0"
Reexport = "1.2.2"
TestItemRunner = "1.0.5"
TestItems = "1.0.0"
julia = "1.6.7"

[extras]
Expand Down
8 changes: 7 additions & 1 deletion src/PiccoloPlots.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
module PiccoloPlots

# Write your package code here.
using Reexport

include("nt_plots.jl")
@reexport using .NTPlots

include("quantum_object_plots.jl")
@reexport using .QuantumObjectPlots

end
Loading

0 comments on commit 925517f

Please sign in to comment.