MagnonPhononHybridization.DMHybridizationType
DMHybridization(id::Symbol, value, bondkind; amplitude::Union{Function, Nothing}=nothing, ismodulatable::Union{Function, Bool}=true)

The DM Magnon-Phonon coupling term.

Type alias for Term{:DMHybridization, id, V, B, C<:TermCoupling, A<:TermAmplitude}

source
QuantumLattices.DegreesOfFreedom.HilbertMethod
Hilbert(hilbert::Hilbert{<:InternalSum{<:SpinPhonon}}, magneticstructure::MagneticStructure) -> Hilbert
Hilbert(hilbert::Hilbert{<:InternalProd{<:SpinPhonon}}, magneticstructure::MagneticStructure) -> Hilbert

Get the hilbert space after the Holstein-Primakoff transformation of a magnon-phonon coupled system.

source
QuantumLattices.DegreesOfFreedom.TableMethod
Table(hilbert::Hilbert{<:CompositeInternal{<:MagnonPhonon}}, by::MPHMetric) -> Table

Get the index-sequence table of a magnon-phonon couple system after the Holstein-Primakoff transformation.

source
SpinWaveTheory.LSWTMethod
LSWT(
    lattice::Lattice,
    hilbert::Hilbert{<:CompositeInternal{<:SpinPhonon}},
    terms::OneOrMore{Term},
    magneticstructure::MagneticStructure;
    neighbors::Union{Int, Neighbors}=nneighbor(terms)
)

Construct a LSWT for a magnon-phonon coupled system.

source
QuantumLattices.add!Method
add!(dest::OperatorSum, qf::Quadraticization{MagnonPhononCoupled}, m::Operator{<:Number, <:NTuple{2, CoordinatedIndex{<:Index{<:FockIndex{:b}}}}}; kwargs...) -> typeof(dest)
add!(dest::OperatorSum, qf::Quadraticization{MagnonPhononCoupled}, m::Operator{<:Number, <:Tuple{CoordinatedIndex{<:Index{<:PhononIndex}}, CoordinatedIndex{<:Index{<:FockIndex{:b}}}}}; kwargs...) -> typeof(dest)

Get the matrix representation of an operator and add it to destination.

source
QuantumLattices.expandMethod
expand(dmp::Coupling{<:Number, <:Pattern{<:NTuple{2, Colon}, <:InternalPattern{(2,), <:Tuple{PhononIndex{:u}, SpinIndex}}}}, ::Val{:DMHybridization}, bond::Bond, hilbert::Hilbert) -> DMPExpand

Expand the default DM magnon-phonon coupling on a given bond.

source
TightBindingApproximation.commutatorMethod
commutator(::MagnonPhononCoupled, hilbert::Hilbert{<:CompositeInternal{<:MagnonPhonon}}) -> Matrix

Get the commutation relation of the Holstein-Primakoff bosons and phonons.

source