Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ compatible with this system.
- [QuantumSymbolics.jl](https://github.com/QuantumSavory/QuantumSymbolics.jl)
- [QuantumOptics.jl](https://github.com/qojulia/QuantumOptics.jl), [QuantumInterface.jl](https://github.com/qojulia/QuantumInterface.jl)
- [QuantumLattices.QuantumOperators](https://github.com/Quantum-Many-Body/QuantumLattices.jl/blob/master/src/QuantumOperators.jl)
- [QuantumToolbox.jl](https://github.com/qutip/QuantumToolbox.jl)
- [Qaintessent.jl](https://github.com/Qaintum/Qaintessent.jl)
- [Snowflurry.jl](https://github.com/SnowflurrySDK/Snowflurry.jl)
- [QuantumCircuitOpt.jl](https://github.com/harshangrjn/QuantumCircuitOpt.jl)
- [VQC.jl](https://github.com/supremacyfuture/VQC)

## Installation instructions

Expand Down
7 changes: 6 additions & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,19 @@
#
# See also:
# - [ITensorQuantumOperatorDefinitions.jl](https://github.com/ITensor/ITensorQuantumOperatorDefinitions.jl) for operator definitions
# compatible with this system.
compatible with this system.
# - [Yao.jl](https://github.com/QuantumBFS/Yao.jl)
# - [Quac.jl](https://github.com/bsc-quantic/Quac.jl)
# - [QuantumAlgebra.jl](https://github.com/jfeist/QuantumAlgebra.jl)
# - [QuantumCumulants.jl](https://github.com/qojulia/QuantumCumulants.jl)
# - [QuantumSymbolics.jl](https://github.com/QuantumSavory/QuantumSymbolics.jl)
# - [QuantumOptics.jl](https://github.com/qojulia/QuantumOptics.jl), [QuantumInterface.jl](https://github.com/qojulia/QuantumInterface.jl)
# - [QuantumLattices.QuantumOperators](https://github.com/Quantum-Many-Body/QuantumLattices.jl/blob/master/src/QuantumOperators.jl)
# - [QuantumToolbox.jl](https://github.com/qutip/QuantumToolbox.jl)
# - [Qaintessent.jl](https://github.com/Qaintum/Qaintessent.jl)
# - [Snowflurry.jl](https://github.com/SnowflurrySDK/Snowflurry.jl)
# - [QuantumCircuitOpt.jl](https://github.com/harshangrjn/QuantumCircuitOpt.jl)
# - [VQC.jl](https://github.com/supremacyfuture/VQC)

# ## Installation instructions

Expand Down
Loading