From 67d4893f6e61661dbc65805210d8cf55abd741ca Mon Sep 17 00:00:00 2001 From: Germain Clavier Date: Fri, 3 Mar 2023 15:10:36 +0100 Subject: [PATCH] Added Warning section to pair_bi_tabulate.py file. --- tools/tabulate/pair_bi_tabulate.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tabulate/pair_bi_tabulate.py b/tools/tabulate/pair_bi_tabulate.py index 910bedf64e..f967bc797a 100755 --- a/tools/tabulate/pair_bi_tabulate.py +++ b/tools/tabulate/pair_bi_tabulate.py @@ -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. """ ###############################################################################