David Linteau
David Linteau
As a follow up, could there be an issue with how the docstring is formatted? I am not very familiar with how the docstring is parsed using Napoleon (a Sphinx...
I will provide a (hopefully) quick update. The method `assign_parameters` receives a dictionary, and within that method, each pair (key, value) in the dictionary is treated separately by the method...
Regarding @PhilipVinc's second point about adding a `distance` method to the `Particle` Hilbert space, should the method return a distance function (`min_imag_conv`) like this: ``` def distance(self): pbc = np.array(self._pbc)...