Search Results for

    Show / Hide Table of Contents

    Class model::IsingCompactState

    ISING model state for IsingCompact.

    Inheritance
    model::IsingState
    model::IsingCompactState
    Inherited Members
    copy_state_only
    IsingState
    render
    render
    memory_estimate
    state_only_memory_estimate
    IsingState
    configure
    ~Component
    Component
    get_status
    param
    get_class_name

    Constructors

    IsingCompactState()

    Declaration
    model::IsingCompactState::IsingCompactState()

    IsingCompactState()

    Create an Ising state with N spins and M terms.

    All spins are initialized to 0 ("up" or "+1"). A true value represents "down" or "-1". As such, the boolean value can be considered as representing the sign.

    Declaration
    model::IsingCompactState::IsingCompactState(size_t N, size_t)
    In This Article
    Back to top Generated with Doxygen and DocFX