Skip to content

Commit

Permalink
migrate to Moshi
Browse files Browse the repository at this point in the history
  • Loading branch information
contra-bit committed Jul 11, 2024
1 parent 9fdaf3c commit a31995b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ version = "0.0.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
Moshi = "2e0e35c7-a2e4-4343-998d-7ef72827ed2d"
OpenQASM = "a8821629-a4c0-4df7-9e00-12969ff383a7"
RBNF = "83ef0002-5b9e-11e9-219b-65bac3c6d69c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
LinearAlgebra = "1.9.7"
MLStyle = "0.4.17"
OpenQASM = "2.1.4"
RBNF = "0.2.4"
SparseArrays = "1.9.7"
Expand Down
2 changes: 1 addition & 1 deletion src/conversion.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Conversion

using OpenQASM
using OpenQASM.Types
using MLStyle
using Moshi.Match: @match

using RBNF: Token
using ..Tools
Expand Down
2 changes: 1 addition & 1 deletion src/tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Tools

export convert_address, state_vector, read_qasm_from_file, drop_gate_of_type, prepare_for_ZXCalculus, randomize_instruction

using MLStyle
using Moshi.Match: @match
using OpenQASM
using OpenQASM.Types
using OpenQASM.Tools
Expand Down
2 changes: 1 addition & 1 deletion src/transformations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Transformations

using OpenQASM
using OpenQASM.Types
using MLStyle
using Moshi.Match: @match

using RBNF: Token
using ..Tools
Expand Down

0 comments on commit a31995b

Please sign in to comment.