Skip to content

Commit 11341bf

Browse files
committed
format files
1 parent 725c4b6 commit 11341bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/qobj/quantum_object.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ struct QuantumObject{MT<:AbstractArray,ObjType<:QuantumObjectType,N} <: Abstract
5050
end
5151
end
5252

53-
QuantumObject(A::AbstractArray, type::ObjType, dims::Integer) where {ObjType<:QuantumObjectType} = QuantumObject(A, type, SVector{1,Int}(dims))
53+
QuantumObject(A::AbstractArray, type::ObjType, dims::Integer) where {ObjType<:QuantumObjectType} =
54+
QuantumObject(A, type, SVector{1,Int}(dims))
5455

5556
@doc raw"""
5657
Qobj(A::AbstractArray; type = nothing, dims = nothing)

0 commit comments

Comments
 (0)