Code Structure -------------- Overview ~~~~~~~~ **Under Construction** .. Describe what the module is calculating and what types of programs are used .. to acheive this (C++ and Python modules). Mention what specific quantities are .. calculated in each step (maybe include some of the same equations as the .. workflow diagram). Module Workflow Diagram ~~~~~~~~~~~~~~~~~~~~~~~ .. figure:: ../_images/module-workflow-diagram.jpg :alt: "chiral eft eos module workflow diagram" Numerical Methods ~~~~~~~~~~~~~~~~~ **Under Construction** .. Here we will discuss a bit about the numerical methods used to .. perform the various calculations. .. Don't go into detail about all of the various data structures, just focus on .. what the user will need to know to adjust config parameters. .. This means focus on: DataTables, Interpolators, Quadrature methods .. That's really about it.