error message:(In vasp.pm::read_poscar, cannot open 'filename'
Moderator: moderators
-
- Posts: 4
- Joined: Thu Jul 01, 2021 7:00 am
error message:(In vasp.pm::read_poscar, cannot open 'filename'
Dear all, I encountered this problem when I am trying to use the script nebmake. Error message appears(In vasp.pm::read_poscar, cannot open 'filename'). Can someone please help me?
Re: error message:(In vasp.pm::read_poscar, cannot open 'filename'
This may be related to how the script should be used. Make sure that you are including arguments of (1) the initial state POSCAR file; (2) the final state POSCAR file; and (3) the number of images. An example would be:
nebmake.pl POSCAR_ini POSCAR_fin 6
Note: we should provide a sensible message if these values are provided - I will do that.
nebmake.pl POSCAR_ini POSCAR_fin 6
Note: we should provide a sensible message if these values are provided - I will do that.
-
- Posts: 4
- Joined: Thu Jul 01, 2021 7:00 am
Re: error message:(In vasp.pm::read_poscar, cannot open 'filename'
error solved. So turns out the error is due to typing the wrong dir of the two POSCAR file in the command. Thank you so much.