Skip to content

Commit

Permalink
Format code (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 19, 2024
1 parent b4dcdc4 commit 23284da
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/TensorNetwork.jl
Original file line number Diff line number Diff line change
Expand Up @@ -400,17 +400,17 @@ end
elseif set === :hyper
map(first, Iterators.filter(((_, v),) -> length(v) >= 3, tn.indexmap))
else
throw(ArgumentError("""
Unknown query: set=$(set)
Possible options are:
- :all (default)
- :open
- :inner
- :hyper
For `AbstractQuantum`, the following are also available:
- :physical
- :virtual
"""))
throw(ArgumentError("""
Unknown query: set=$(set)
Possible options are:
- :all (default)
- :open
- :inner
- :hyper
For `AbstractQuantum`, the following are also available:
- :physical
- :virtual
"""))
end
end

Expand Down

0 comments on commit 23284da

Please sign in to comment.