Skip to content

Commit

Permalink
add AbsRepr and AbsUse types to own_types
Browse files Browse the repository at this point in the history
  • Loading branch information
apkille committed Jan 18, 2025
1 parent 7d29156 commit 37aaffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Add any new types needed to QObj, or here if QObj if not appropriate.
# Add types from elsewhere in the ecosystem here or preferably to QObj
own_types = [Base.uniontypes(QObj)...,]
own_types_union = Union{SymQObj,}
own_types = [Base.uniontypes(QObj)...,AbstractRepresentation,AbstractUse,]
own_types_union = Union{SymQObj,AbstractRepresentation,AbstractUse,}

Aqua.test_all(QuantumSymbolics, piracies=(;treat_as_own=own_types))

Expand Down

0 comments on commit 37aaffc

Please sign in to comment.