Skip to content

Commit

Permalink
update changelog and create Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tro committed Aug 13, 2024
1 parent 3c96369 commit c59c5f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@


## v0.5.0 - 2024-08-11
- Interactive examples for network controller
- Implement a network control protocol and request tracker along with two new tags `EntanglementRequest` and `SwapRequest`
- Develop `CutoffProt` to deal with deadlocks in a simulation
- Expand `SwapperProt` with `agelimit` to permit cutoff policies (with `CutoffProt`)
- Tutorial and interactive examples for entanglement distribution on a grid with local-only knowledge
Expand Down
16 changes: 16 additions & 0 deletions examples/controlplane/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[deps]
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
ConcurrentSim = "6ed1e86c-fcaf-46a9-97e0-2b26a2cdb499"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
QuantumOptics = "6e0679c1-51ea-5a7c-ac74-d61b76210b0c"
QuantumSavory = "2de2e421-972c-4cb5-a0c3-999c85908079"
QuantumSymbolics = "efa7fd63-0460-4890-beb7-be1bbdfbaeae"
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"

[compat]
Bonito = "3.1"

0 comments on commit c59c5f7

Please sign in to comment.