Removes the raw interaction potential as it causes an overflow error when calculating the Hamiltonian.
This is due to the softening parameter giving a large value which overflows when exponentiated in the Hamiltonian function.
This issue remains for specifically set softening values in the builtin softened potentials.
Note that the code automatically raises the overflow error for the first occurrence but continues to solve the code.
Removes the raw interaction potential as it causes an overflow error when calculating the Hamiltonian. This is due to the softening parameter giving a large value which overflows when exponentiated in the Hamiltonian function.
This issue remains for specifically set softening values in the builtin softened potentials. Note that the code automatically raises the overflow error for the first occurrence but continues to solve the code.