I want to use the variable ‘structure’ to read in my geometry and I get a very strange error in the log file. I am using:
structure “abivars:my_text_file”
my_text_file with the content:
natom 40
acell 7.82000 7.82000 7.82000 angstrom
angdeg 90 90 90
xred_symbols
0.25000 0.25000 0.00000 O # 1
0.25000 0.25000 0.50000 O # 2
0.25000 0.75000 0.00000 O # 3
0.25000 0.75000 0.50000 O # 4
0.75000 0.25000 0.00000 O # 5
0.75000 0.25000 0.50000 O # 6
0.75000 0.75000 0.00000 O # 7
0.75000 0.75000 0.50000 O # 8
0.00000 0.25000 0.25000 O # 9
0.00000 0.25000 0.75000 O # 10
0.00000 0.75000 0.25000 O # 11
0.00000 0.75000 0.75000 O # 12
0.50000 0.25000 0.25000 O # 13
0.50000 0.25000 0.75000 O # 14
0.50000 0.75000 0.25000 O # 15
0.50000 0.75000 0.75000 O # 16
0.25000 0.00000 0.25000 O # 17
0.25000 0.00000 0.75000 O # 18
0.25000 0.50000 0.25000 O # 19
0.25000 0.50000 0.75000 O # 20
0.75000 0.00000 0.25000 O # 21
0.75000 0.00000 0.75000 O # 22
0.75000 0.50000 0.25000 O # 23
0.75000 0.50000 0.75000 O # 24
0.00000 0.00000 0.00000 La # 25
0.00000 0.00000 0.50000 La # 26
0.00000 0.50000 0.00000 La # 27
0.00000 0.50000 0.50000 La # 28
0.50000 0.00000 0.00000 La # 29
0.50000 0.00000 0.50000 La # 30
0.50000 0.50000 0.00000 La # 31
0.50000 0.50000 0.50000 La # 32
0.25000 0.25000 0.25000 V # 33
0.25000 0.25000 0.75000 V # 34
0.25000 0.75000 0.25000 V # 35
0.25000 0.75000 0.75000 V # 36
0.75000 0.25000 0.25000 V # 37
0.75000 0.25000 0.75000 V # 38
0.75000 0.75000 0.25000 V # 39
0.75000 0.75000 0.75000 V # 40
Error in log-file:
--- !ERROR
src_file: m_invars1.F90
src_line: 517
mpi_rank: 0
message: |
Not enough pseudopotentials in input `pseudos` string, expecting npsp: 17
Perhaps the separator (=a comma) is missing between pseudopotentials in input `pseudos` string.
...
Especially the number 17 is inexplicable to me here.
Do you have any ideas?