Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 28
- Joined: Fri Dec 18, 2020 1:23 pm
Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
Hello!!
I have a relaxed nanotube (OUTCAR attached)
When I create a supercell of 1*1*5 and add a vacancy defect, and try to relax initializing the structure with atomic charge densities, It issues this error(attached files INCAR,KPOINT,POSCAR,POTCAR,OUTCAR,slurm-jobid.out) with the solutions suggested
Suggested SOLUTIONS: |
1) Refine the lattice parameters of your structure, |
2) and/or try changing SYMPREC.
I tried changing SYMPREC from 10^-6 to 0.01 but the same issue persisted.
Please suggest any solution.
Thanks.
I have a relaxed nanotube (OUTCAR attached)
When I create a supercell of 1*1*5 and add a vacancy defect, and try to relax initializing the structure with atomic charge densities, It issues this error(attached files INCAR,KPOINT,POSCAR,POTCAR,OUTCAR,slurm-jobid.out) with the solutions suggested
Suggested SOLUTIONS: |
1) Refine the lattice parameters of your structure, |
2) and/or try changing SYMPREC.
I tried changing SYMPREC from 10^-6 to 0.01 but the same issue persisted.
Please suggest any solution.
Thanks.
You do not have the required permissions to view the files attached to this post.
-
- Global Moderator
- Posts: 418
- Joined: Mon Sep 13, 2021 11:02 am
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
Hi,
I've tried your case and indeed the calculation stops immediately with "Inconsistent Bravais lattice ..." when SYMPREC=1e-5 (the default value). However, the calculation seems to run if I specify SYMPREC=1e-4 or SYMPREC=1e-6 in INCAR (I've also used vasp-6.3.0). Thus, I don't understand why it does not work for you with SYMPREC=1e-4 or SYMPREC=1e-6. Try again with a value other than 1e-5 (e.g., 1e-6) and check if this this is really because of "Inconsistent Bravais lattice ..." that the calculation stops. Actually, your calculation requires some non-negligible amount of RAM and maybe it stops because of not enough RAM on your computer.
I've tried your case and indeed the calculation stops immediately with "Inconsistent Bravais lattice ..." when SYMPREC=1e-5 (the default value). However, the calculation seems to run if I specify SYMPREC=1e-4 or SYMPREC=1e-6 in INCAR (I've also used vasp-6.3.0). Thus, I don't understand why it does not work for you with SYMPREC=1e-4 or SYMPREC=1e-6. Try again with a value other than 1e-5 (e.g., 1e-6) and check if this this is really because of "Inconsistent Bravais lattice ..." that the calculation stops. Actually, your calculation requires some non-negligible amount of RAM and maybe it stops because of not enough RAM on your computer.
-
- Newbie
- Posts: 28
- Joined: Fri Dec 18, 2020 1:23 pm
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
Thank you sir. I will check and get back to you.
-
- Newbie
- Posts: 28
- Joined: Fri Dec 18, 2020 1:23 pm
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
1) I tried using SYMPREC=1e-06. It issued the same error.
2) You also mentioned about the RAM. I am using standard version "vasp_std" and 240 cores with RAM reserved 6GB per core i.e. (240*6=1440Gb). It issued same error.
3) I increased reserved RAM allocation to 8Gb per core but same error.
Can you suggest something
Did you actually use gamma version of vasp "vasp_gam" during the same calculation?
Can you share the completed simulated OUTCAR file @email surajdhongade@kgpian.iitkgp.ac.in
2) You also mentioned about the RAM. I am using standard version "vasp_std" and 240 cores with RAM reserved 6GB per core i.e. (240*6=1440Gb). It issued same error.
3) I increased reserved RAM allocation to 8Gb per core but same error.
Can you suggest something
Did you actually use gamma version of vasp "vasp_gam" during the same calculation?
Can you share the completed simulated OUTCAR file @email surajdhongade@kgpian.iitkgp.ac.in
-
- Newbie
- Posts: 28
- Joined: Fri Dec 18, 2020 1:23 pm
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
I tried with gamma version "vasp_gam" as well bet the same issue persisted. Attached the files.
You do not have the required permissions to view the files attached to this post.
-
- Global Moderator
- Posts: 418
- Joined: Mon Sep 13, 2021 11:02 am
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
At the beginning of the OUTCAR of your last calculation (vasp_gam) it is written "In line 4: Tagname SYMPREC contains invalid characters." Can you upload an INCAR in which SYMPREC is specified.
-
- Newbie
- Posts: 28
- Joined: Fri Dec 18, 2020 1:23 pm
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
It is present in nanotube1.rar attached in the previous post.
-
- Global Moderator
- Posts: 418
- Joined: Mon Sep 13, 2021 11:02 am
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
In your INCAR, "SYMPREC = 1.0e-06" can not be read because there is a tab character at the beginning of the line. Remove this tab character and then it should be ok.
Not related, "(blocked Davidson)" should also be removed. In principle a comment should be written after #.
Not related, "(blocked Davidson)" should also be removed. In principle a comment should be written after #.
-
- Newbie
- Posts: 28
- Joined: Fri Dec 18, 2020 1:23 pm
Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice
Thank you sir. It worked.