├── ANStransaction.pdf ├── LICENSE ├── README.md ├── getfilename.py ├── groups.py ├── main.py ├── mgxs.py ├── optimize.py ├── testreactor_slab1_inp.py ├── testreactor_slab2_inp.py └── yakxs.py /ANStransaction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/ANStransaction.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/README.md -------------------------------------------------------------------------------- /getfilename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/getfilename.py -------------------------------------------------------------------------------- /groups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/groups.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/main.py -------------------------------------------------------------------------------- /mgxs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/mgxs.py -------------------------------------------------------------------------------- /optimize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/optimize.py -------------------------------------------------------------------------------- /testreactor_slab1_inp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/testreactor_slab1_inp.py -------------------------------------------------------------------------------- /testreactor_slab2_inp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/testreactor_slab2_inp.py -------------------------------------------------------------------------------- /yakxs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lanl/TOGA/HEAD/yakxs.py --------------------------------------------------------------------------------