Skip to content

Commit

Permalink
remove duplicate docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimbrand committed Feb 9, 2024
1 parent 0e6030f commit 2414aad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/src/hamiltonians.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ The following functions come with default implementations, but may be customized
```@docs
random_offdiagonal
Hamiltonians.LOStructure
IsDiagonal
IsHermitian
AdjointKnown
AdjointUnknown
dimension
has_adjoint
allowed_address_type
Expand Down
2 changes: 0 additions & 2 deletions src/Interfaces/hamiltonians.jl
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,6 @@ Part of the [`AbstractHamiltonian`](@ref) interface.
In order to define this trait for a new linear operator type, define a method for
`LOStructure(::Type{<:MyNewLOType}) = …`.
"""
LOStructure, IsDiagonal, IsHermitian, AdjointKnown, AdjointUnknown

abstract type LOStructure end

struct IsDiagonal <: LOStructure end
Expand Down

0 comments on commit 2414aad

Please sign in to comment.