We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35da70 commit afdc1a4Copy full SHA for afdc1a4
src/itensor.jl
@@ -582,8 +582,8 @@ function dense(A::ITensor)
582
end
583
584
"""
585
- randomITensor([rng=default_rng(), ::Type{ElT <: Number} = Float64, ]inds)
586
- randomITensor([rng=default_rng(), ::Type{ElT <: Number} = Float64, ]inds::Index...)
+ randomITensor([rng=Random.default_rng(), ][::Type{ElT <: Number} = Float64, ]inds)
+ randomITensor([rng=Random.default_rng(), ][::Type{ElT <: Number} = Float64, ]inds::Index...)
587
588
Construct an ITensor with type `ElT` and indices `inds`, whose elements are
589
normally distributed random numbers. If the element type is not specified,
0 commit comments