CompPhysVienna / n2p2

n2p2 - A Neural Network Potential Package
https://compphysvienna.github.io/n2p2/
GNU General Public License v3.0
217 stars 82 forks source link

Error using nnp-norm #124

Closed Matheus-Novoa closed 3 years ago

Matheus-Novoa commented 3 years ago

I'm facing a problem with nnp-norm. The structures present in "input.data" aren't being detected.

This can be seen in log file: "Total number of structures: 0". I compared with the data set file in the examples folder of n2p2 package and the structure of the file is consistent.

input.nn.txt nnp-norm.log.txt input.data.txt

moabe84 commented 3 years ago

Remove the blank line at the end of the "input.data" file. This should resolve your problem.

Matheus-Novoa commented 3 years ago

I already solved this issue. The problem was the difference between unix and windows text files formats.