Skip to content

Commit

Permalink
fix old links and package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jun 11, 2023
1 parent 38afc16 commit b7eae96
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ authors = ["Stefan Krastanov <stefan@krastanov.org>"]
version = "0.2.0"

[deps]
ConcurrentSim = "6ed1e86c-fcaf-46a9-97e0-2b26a2cdb499"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -18,7 +19,6 @@ QuantumOpticsBase = "4f57444f-1401-5e15-980d-4471b28d5678"
QuantumSymbolics = "efa7fd63-0460-4890-beb7-be1bbdfbaeae"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ResumableFunctions = "c5292f4c-5179-55e1-98c5-05642aab7184"
SimJulia = "428bdadb-6287-5aa5-874b-9969638295fd"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[weakdeps]
Expand All @@ -28,17 +28,17 @@ Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
QuantumSavoryMakie = "Makie"

[compat]
ConcurrentSim = "1"
Graphs = "1.7.3"
IterTools = "1.4.0"
Makie = "0.19"
NetworkLayout = "0.4.4"
PrecompileTools = "1"
QuantumClifford = "0.8"
QuantumInterface = "0.1.0"
QuantumInterface = "0.2.0"
QuantumOptics = "1.0.5"
QuantumOpticsBase = "0.3.3"
QuantumOpticsBase = "0.4"
QuantumSymbolics = "0.2.0"
Reexport = "1.2.2"
ResumableFunctions = "0.6.1"
SimJulia = "0.8.2"
julia = "1.9"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function main()
]
)
deploydocs(
repo = "github.com/Krastanov/QuantumSavory.jl.git"
repo = "github.com/QuantumSavory/QuantumSavory.jl.git"
)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ The user does not need to know much about these libraries, but if they wish, it
## Full Code

The entirety of the code necessary for reproducing these results is in the
[examples folder of the `QuantumSavory.jl` repository](https://github.com/Krastanov/QuantumSavory.jl/tree/master/examples/colorcentermodularcluster).
[examples folder of the `QuantumSavory.jl` repository](https://github.com/QuantumSavory/QuantumSavory.jl/tree/master/examples/colorcentermodularcluster).
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ We can run the either simulation multiple times in order to compare the results
## Full Code

The entirety of the code necessary for reproducing these results is in the
[examples folder of the `QuantumSavory.jl` repository](https://github.com/Krastanov/QuantumSavory.jl/tree/master/examples/firstgenrepeater).
[examples folder of the `QuantumSavory.jl` repository](https://github.com/QuantumSavory/QuantumSavory.jl/tree/master/examples/firstgenrepeater).
2 changes: 1 addition & 1 deletion docs/src/howto/firstgenrepeater/firstgenrepeater.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ Many of these tools were used under the hood without being invoked directly.
## Full Code

The entirety of the code necessary for reproducing these results is in the
[examples folder of the `QuantumSavory.jl` repository](https://github.com/Krastanov/QuantumSavory.jl/tree/master/examples/firstgenrepeater).
[examples folder of the `QuantumSavory.jl` repository](https://github.com/QuantumSavory/QuantumSavory.jl/tree/master/examples/firstgenrepeater).

## Suggested Improvements

Expand Down
2 changes: 1 addition & 1 deletion docs/src/symbolics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end
- It provides for algebraic manipulation of mathematical expressions related to your models. Particularly helpful when having to automatically generate or simplify expressions of significant complexity.
- An assortment of "expression translators" are provided that can turn a symbolic expression into a numerical one in any of the representations supported by the simulator (e.g. wavefunctions, tableaux, etc).

Below we list some commonly used expressions. For more detailed documentation consult [`QuantumSymbolics.jl`](https://krastanov.github.io/QuantumSymbolics.jl/dev/).
Below we list some commonly used expressions. For more detailed documentation consult [`QuantumSymbolics.jl`](https://quantumsavory.github.io/QuantumSymbolics.jl/dev/).

```@setup symb
using QuantumSavory
Expand Down
2 changes: 1 addition & 1 deletion examples/firstgenrepeater/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A Simple Simulation of First Generation Quantum Repeater Chain

For detailed description of the code consult the `QuantumSavory.jl`
[example page in the documentation](https://krastanov.github.io/QuantumSavory.jl/dev/howto-firstgenrepeater/)
[example page in the documentation](https://quantumsavory.github.io/QuantumSavory.jl/dev/howto-firstgenrepeater/)

The `setup.jl` file implements all necessary base functionality.
The other files run the simulation and generate visuals in a number of different circumstances:
Expand Down

0 comments on commit b7eae96

Please sign in to comment.