bond_style table

Dear All,

I have two types of harmonic bonds in table. Each table has 100 data points.
I would really appreciate it if anyone could tell me which one of the expressions below is correct. Thank you very much in advance.

(1)

bond_style table linear 100
bond_coeff 1 bond_table_1.txt HAM
bond_coeff 2 bond_table_2.txt HAM

(2)

bond_style table linear 200
bond_coeff 1 bond_table_1.txt HAM
bond_coeff 2 bond_table_2.txt HAM

(3)
bond_style hybrid table linear 100 table linear 100

bond_coeff 1 bond_table_1.txt HAM
bond_coeff 2 bond_table_2.txt HAM

Dear All,

I have two types of harmonic bonds in table. Each table has 100 data points.
I would really appreciate it if anyone could tell me which one of the
expressions below is correct. Thank you very much in advance.

what do you mean by "correct"?
correct syntax or working as expected?
have you considered building a small test input and verifying it yourself?

axel.