nebmake.pl making POSCAR problem
Moderator: moderators
nebmake.pl making POSCAR problem
for whatever it's worth-- if you run nebmake.pl on the files I attached, you will end up with POSCAR files where the third lattice vector has no space between its second coordinate and third coordinate (so line 5 of POSCAR looks like this: 0.0000000000000000 0.0000000000000000-23.9190000000000005 when it should look like this: 0.0000000000000000 0.0000000000000000 -23.9190000000000005). I suppose it is an issue coming from using negative numbers in the lattice vectors
- Attachments
-
- FinalState.zip
- (2.29 KiB) Downloaded 7539 times
-
- InitialState.zip
- (1.19 KiB) Downloaded 7529 times
Re: nebmake.pl making POSCAR problem
Thanks for bringing that to light, I just added an additional character to the print statement so it should now handle 3 characters before the decimal before running together. This should pretty robustly cover all standard box sizes and shapes.