Page 1 of 1

Atom Symbols in VASP6.4.2

Posted: Wed Aug 02, 2023 11:18 pm
by burakgurlek
Hi,

I realized that with VASP6.4.2, the atomic symbols are automatically change in the CONTCAR file such as for C and H (given in the POSCAR) are C_h/1e4d9ea6ed H_h/143491dd1c, respectively. If one uses the CONTCAR file for continuation with this new symbols, can it be a problem?

I also realized that phonopy recognize these symbols as H and He for some reason.

Regards,

Re: Atom Symbols in VASP6.4.2

Posted: Fri Aug 04, 2023 8:32 am
by alexey.tal
Dear burakgurlek,

The string after "/" in the atom species is the hash value taken from the POTCAR file, which is used to identify the potential.
This option is added as part of our work on supporting potentials stored in HDF5 format.

VASP can handle POSCAR files with hash values after species symbols, so one can restart the calculation from such CONTCAR.

Re: Atom Symbols in VASP6.4.2

Posted: Thu Aug 10, 2023 1:16 pm
by alexey.tal
If you would like to disable hash codes in CONTCAR files you can use a patch provided in this thread.