Package edu.duke.cs.osprey.gmec
Class PrecomputedMatrices
java.lang.Object
edu.duke.cs.osprey.gmec.PrecomputedMatrices
Information about RC tuples in a single-state design system (possibly part of a multistate design)
Stored in matrices. Energy, pruning, etc.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPrecomputedMatrices(double pruningInterval, double Ew, String name, EnergyMatrix emat, SimpleConfSpace confSpace, EnergyCalculator ecalc, ConfEnergyCalculator confECalc, EPICSettings epicSettings, LUTESettings luteSettings, PruningSettings pruningSettings) -
Method Summary
-
Constructor Details
-
PrecomputedMatrices
public PrecomputedMatrices(double pruningInterval, double Ew, String name, EnergyMatrix emat, SimpleConfSpace confSpace, EnergyCalculator ecalc, ConfEnergyCalculator confECalc, EPICSettings epicSettings, LUTESettings luteSettings, PruningSettings pruningSettings)
-
-
Method Details
-
loadEnergyMatrix
public void loadEnergyMatrix() -
loadTupExpEMatrix
public void loadTupExpEMatrix() -
loadEPICMatrix
public void loadEPICMatrix() -
loadMatrix
-
calcMatrix
-
getEmat
-
getPruneMat
-
getEpicMat
-
getLuteMat
-
getCompetitorPruneMat
-
getConfSpace
-
shouldWeUseLUTE
public boolean shouldWeUseLUTE()
-