fudge.core package¶
Subpackages¶
- fudge.core.math package
- Subpackages
- fudge.core.math.test package
- fudge.core.math.xData package
- Subpackages
- Submodules
- fudge.core.math.xData.LegendreSeries module
- fudge.core.math.xData.V_W_XYs module
- fudge.core.math.xData.W_XYs module
- fudge.core.math.xData.XYs module
- fudge.core.math.xData.Ys module
- fudge.core.math.xData.axes module
- fudge.core.math.xData.polynomial module
- fudge.core.math.xData.regions module
- Module contents
- Submodules
- fudge.core.math.fudge2dGrouping module
- fudge.core.math.fudgemath module
- fudge.core.math.linearAlgebra module
- fudge.core.math.matrix module
- fudge.core.math.miscellaneous module
- fudge.core.math.pointwiseXY module
- fudge.core.math.table module
- Module contents
- Subpackages
- fudge.core.utilities package
- Subpackages
- Submodules
- fudge.core.utilities.abundance module
- fudge.core.utilities.argparse module
- fudge.core.utilities.brb module
- fudge.core.utilities.fudgeExceptions module
- fudge.core.utilities.fudgeFileMisc module
- fudge.core.utilities.fudgeZA module
- fudge.core.utilities.pyparsing module
- fudge.core.utilities.reactionStrings module
- fudge.core.utilities.subprocessing module
- fudge.core.utilities.times module
- fudge.core.utilities.xmlNode module
- Module contents
Submodules¶
fudge.core.ancestry module¶
fudge.core.fudgemisc module¶
This module contains useful top-level fudge routines that do not fit into any other module.
-
fudge.core.fudgemisc.
getFormat
(self)[source]¶ Checks if self has a getFormat method. If it does not, then None is returned. If it does then: 1) if getFormat returns a string or None then it is returned else getFormat must return an integer, n1. If n1 is 12 (default for legacy ENDL) then None is returned else returns string ‘%n1.n2e’ where n2 = n1 - 7.
-
fudge.core.fudgemisc.
readOnly
()[source]¶ Sets Fudge’s internal readonly flag which causes fudge to not create working directories for the isotopes read in. Note, you cannot unset this flag once readOnly has been called.