Skip to content

Commit ce4d191

Browse files
Distributions is needed not only for Normal
1 parent 5dbcd14 commit ce4d191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BosonSampling.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ using Optim
2222
using ProgressMeter
2323
using Parameters
2424
using ArgCheck
25-
using Distributions:Normal
25+
using Distributions
2626

2727
const ATOL = 1e-10
2828

0 commit comments

Comments
 (0)