-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes to Purify2to1 and many small improvements to make test writting…
… easier (#28)
- Loading branch information
Showing
22 changed files
with
332 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
name = "QuantumSavory" | ||
uuid = "2de2e421-972c-4cb5-a0c3-999c85908079" | ||
authors = ["Stefan Krastanov <[email protected]>"] | ||
version = "0.3.0" | ||
version = "0.3.1" | ||
|
||
[deps] | ||
ConcurrentSim = "6ed1e86c-fcaf-46a9-97e0-2b26a2cdb499" | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" | ||
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
@@ -29,6 +30,7 @@ QuantumSavoryMakie = "Makie" | |
|
||
[compat] | ||
ConcurrentSim = "1.1" | ||
DocStringExtensions = "0.9" | ||
Graphs = "1.7.3" | ||
IterTools = "1.4.0" | ||
Makie = "0.19" | ||
|
@@ -38,7 +40,7 @@ QuantumClifford = "0.8" | |
QuantumInterface = "0.3.0" | ||
QuantumOptics = "1.0.5" | ||
QuantumOpticsBase = "0.4" | ||
QuantumSymbolics = "0.2.3" | ||
QuantumSymbolics = "0.2.4" | ||
Reexport = "1.2.2" | ||
ResumableFunctions = "0.6.1" | ||
julia = "1.9" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Available Circuits | ||
|
||
```@raw html | ||
<style> | ||
.content table td { | ||
padding-top: 0 !important; | ||
padding-bottom: 0 !important; | ||
} | ||
</style> | ||
``` | ||
|
||
## Autogenerated API list for `QuantumClifford.CircuitZoo` | ||
|
||
```@autodocs | ||
Modules = [QuantumSavory.CircuitZoo] | ||
Private = false | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# QuantumSymbolics.jl reference | ||
|
||
You can also consult the [complete `QuantumSymbolics.jl` documentation](https://quantumsavory.github.io/QuantumSymbolics.jl/stable/). | ||
|
||
```@raw html | ||
<style> | ||
.content table td { | ||
padding-top: 0 !important; | ||
padding-bottom: 0 !important; | ||
} | ||
</style> | ||
``` | ||
|
||
## Autogenerated API list for `QuantumSymbolics` | ||
|
||
```@autodocs | ||
Modules = [QuantumSymbolics] | ||
Private = false | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Manual | ||
# [Manual](@id manual) | ||
|
||
```@meta | ||
DocTestSetup = quote | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b0ab270
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
b0ab270
There was a problem hiding this comment.
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/89364
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: