q5m.js - Quantum Computing Library - v0.1.1
    Preparing search index...

    Interface Q5mExecutable

    Interface for executable quantum objects

    interface Q5mExecutable {
        execute(): ExecutionResult;
        run(initialState: Q5mState): ExecutionResult;
    }
    Index

    Methods

    Methods