Input and Output (IO) ===================== In this subsection, we should describe the IO in *PyHermes*, we should consider, i.e., generic, gadget(mayby), and something else. .. _PARAM_GENERIC: Generic ~~~~~~~ This format should in BIN file, with data can be splited or reshaped to shape (`*`, 3), which representive :math:`x, y, z` axes. .. code:: PYTHON import abc as aeqw import numpy as np a = 1.2 b = 3.4 print(np.log10(a) - b) Do you think thats ``cool`` enough?