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.

Generic

This format should in BIN file, with data can be splited or reshaped to shape (*, 3), which representive \(x, y, z\) axes.

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?