Skip to content

Commit

Permalink
add include
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela committed Aug 25, 2019
1 parent 5fcec86 commit e75898f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QuantumInformation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ using Requires

include("base.jl")
include("randomqobjects.jl")
# @init @require CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae" include("gpurandomqobjects.jl")
@init @require CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae" include("gpurandomqobjects.jl")
include("gates.jl")
include("utils.jl")
include("channels.jl")
Expand Down

0 comments on commit e75898f

Please sign in to comment.