Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
aniket_singha
Newbie
Newbie
Posts: 28
Joined: Fri Dec 18, 2020 1:23 pm

Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#1 Post by aniket_singha » Sun Oct 16, 2022 10:12 am

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.
You do not have the required permissions to view the files attached to this post.

fabien_tran1
Global Moderator
Global Moderator
Posts: 418
Joined: Mon Sep 13, 2021 11:02 am

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#2 Post by fabien_tran1 » Sun Oct 16, 2022 4:57 pm

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.

aniket_singha
Newbie
Newbie
Posts: 28
Joined: Fri Dec 18, 2020 1:23 pm

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#3 Post by aniket_singha » Mon Oct 17, 2022 5:10 am

Thank you sir. I will check and get back to you.

aniket_singha
Newbie
Newbie
Posts: 28
Joined: Fri Dec 18, 2020 1:23 pm

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#4 Post by aniket_singha » Mon Oct 17, 2022 6:43 am

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

aniket_singha
Newbie
Newbie
Posts: 28
Joined: Fri Dec 18, 2020 1:23 pm

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#5 Post by aniket_singha » Mon Oct 17, 2022 7:15 am

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.

fabien_tran1
Global Moderator
Global Moderator
Posts: 418
Joined: Mon Sep 13, 2021 11:02 am

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#6 Post by fabien_tran1 » Mon Oct 17, 2022 7:34 am

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.

aniket_singha
Newbie
Newbie
Posts: 28
Joined: Fri Dec 18, 2020 1:23 pm

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#7 Post by aniket_singha » Mon Oct 17, 2022 8:23 am

It is present in nanotube1.rar attached in the previous post.

fabien_tran1
Global Moderator
Global Moderator
Posts: 418
Joined: Mon Sep 13, 2021 11:02 am

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#8 Post by fabien_tran1 » Mon Oct 17, 2022 8:36 am

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 #.

aniket_singha
Newbie
Newbie
Posts: 28
Joined: Fri Dec 18, 2020 1:23 pm

Re: Inconsistent Bravais lattice types found for crystalline and reciprocal lattice

#9 Post by aniket_singha » Mon Oct 17, 2022 9:54 am

Thank you sir. It worked.

Post Reply