Examples of backwardCommittor()


Examples of stallone.api.mc.tpt.ICommittor.backwardCommittor()

    }

    public IDoubleArray backwardCommittor(IDoubleArray M, IIntArray A, IIntArray B)
    {
        ICommittor comm = MarkovModel.create.createCommittor(M, A, B);
        return(comm.backwardCommittor());
    }


    /**
     * Calculates the autocorrelation function of the given observable under the dynamical action of M at the given timepoints
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.