src/filament/sites.jl

MEDYAN.FilamentSiteGeneral

General filament site just matches monomer states

  • center::Int64: index of center monomer in states
  • states::Vector{UInt8}: monomer states to match

MEDYAN.AnyState

AnyState()

Singleton type used in match_states in add_fila_reaction! to match any MonomerState.

Use the exported constant anystate instead of constructing directly.

MEDYAN.anystate

const anystate = AnyState()

A special value in match_states in add_fila_reaction! to match any MonomerState.