Hello everyone,
I’m trying to set up a simulation of butanol using ReaxFF, for which I have included it as a molecule. Upon running my input file, the following error appears:
ERROR: Unknown identifier in data file: Coords (src/read_data.cpp:1151)
Last command: read_data butanol.txt
The identifiers are included as stated in the LAMMPS website, and running the available examples with molecules gives the same error. Is it any kind of bug?
This is my butanol.txt file:
Butanol molecule
15 atoms
14 bonds
25 angles
4 dihedrals
Coords
1 3.169 0.176 0
2 2.367 -0.372 0.012
3 1.243 0.513 -0.011
4 1.271 1.157 -0.905
5 1.253 1.176 0.869
6 -0.029 -0.325 -0.013
7 -0.009 -0.991 0.861
8 -0.023 -0.971 -0.902
9 -1.307 0.523 0.011
10 -1.312 1.202 -0.854
11 -1.301 1.164 0.905
12 -2.585 -0.323 0
13 -2.641 -0.943 -0.903
14 -2.621 -0.995 0.867
15 -3.48 0.309 0.029
Types
1 1
2 2
3 3
4 1
5 1
6 3
7 1
8 1
9 3
10 1
11 1
12 3
13 1
14 1
15 1
Charges
1 0.44
2 -0.694
3 0.215
4 -0.006
5 -0.006
6 -0.022
7 0.035
8 0.035
9 0.078
10 -0.004
11 -0.004
12 -0.253
13 0.062
14 0.062
15 0.062
Masses
1 1.008
2 15.9994
3 12.011
4 1.008
5 1.008
6 12.011
7 1.008
8 1.008
9 12.011
10 1.008
11 1.008
12 12.011
13 1.008
14 1.008
15 1.008
Bonds
1 1 1 2
2 1 2 3
3 1 3 4
4 1 3 5
5 1 3 6
6 1 6 7
7 1 6 8
8 1 6 9
9 1 9 10
10 1 9 11
11 1 9 12
12 1 12 13
13 1 12 14
14 1 12 15
Angles
1 1 1 2 3
2 1 2 3 4
3 1 2 3 5
4 1 2 3 6
5 1 4 3 5
6 1 4 3 6
7 1 5 3 6
8 1 3 6 7
9 1 3 6 8
10 1 3 6 9
11 1 7 6 8
12 1 7 6 9
13 1 8 6 9
14 1 6 9 10
15 1 6 9 11
16 1 6 9 12
17 1 10 9 11
18 1 10 9 12
19 1 11 9 12
20 1 9 12 13
21 1 9 12 14
22 1 9 12 15
23 1 13 12 14
24 1 13 12 15
25 1 14 12 15
Dihedrals
1 1 1 2 3 6
2 1 2 3 6 9
3 1 3 6 9 12
4 1 6 9 12 13
Best regards,
Álvaro