Skip to content

Commit

Permalink
bring in express default
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Dec 22, 2024
1 parent 1c29e26 commit cbe7ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/express.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
function express end

express(state) = state

Check warning on line 3 in src/express.jl

View check run for this annotation

Codecov / codecov/patch

src/express.jl#L3

Added line #L3 was not covered by tests

"""An abstract type for the supported representation of quantum objects."""
abstract type AbstractRepresentation end

Expand Down

0 comments on commit cbe7ae2

Please sign in to comment.