Added Warning section to pair_bi_tabulate.py file.

This commit is contained in:
Germain Clavier
2023-03-03 15:10:36 +01:00
parent ed11cbd2c7
commit 67d4893f6e

View File

@ -12,6 +12,8 @@ from scipy.optimize import curve_fit
distribution function using tabulate.py.
Required: python3, numpy, scipy.
BI stands for Boltzmann Inversion.
WARNING: Using BI does not garranty an out of the box working potential for
your simulation. Check the relevamt literature.
"""
###############################################################################