Skip to content

Commit 66f41be

Browse files
committed
reorder includes
1 parent 82d5e8d commit 66f41be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/QuantumClifford.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,6 +1429,8 @@ include("fastmemlayout.jl")
14291429
include("dense_cliffords.jl")
14301430
# special one- and two- qubit operators
14311431
include("symbolic_cliffords.jl")
1432+
# apply right operations
1433+
include("apply_right.jl")
14321434
# linear algebra and array-like operations
14331435
include("linalg.jl")
14341436
# circuits
@@ -1460,6 +1462,5 @@ include("grouptableaux.jl")
14601462
include("plotting_extensions.jl")
14611463
#
14621464
include("gpu_adapters.jl")
1463-
include("apply_right.jl")
14641465

14651466
end #module

0 commit comments

Comments
 (0)