Regarding internal error in SET_CORE_WF
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 26
- Joined: Mon Oct 26, 2020 7:56 am
Regarding internal error in SET_CORE_WF
Dear Users
I am trying to perform optical properties calculation for Nd doped NBT using GW and BSE calculations.
For this initially I had selected Nd_3 pseudo-potential and got following error,
"internal error in SET_CORE_WF: core electrons incorrect 49.000000000000062.0000000000000"
Then, I selected other pseudo-potential "Nd" which is available for vasp, for this case previous error is solved but DFT calculation is not converging as it is the very first step to perform GW and BSE calculations.
One more problem is that for my calculations using 'Nd' pseudo-potential the value of " real part of dielectric functions is coming as 1(one) and imaginary part is coming as o(zero) for all the directions and the last line after the dielectric funtions is
"The outermost node in the dielectric function lies at epsilon= -1.0"
Please suggest me how can I resolve these problem.
Thanks
Chandan
I am trying to perform optical properties calculation for Nd doped NBT using GW and BSE calculations.
For this initially I had selected Nd_3 pseudo-potential and got following error,
"internal error in SET_CORE_WF: core electrons incorrect 49.000000000000062.0000000000000"
Then, I selected other pseudo-potential "Nd" which is available for vasp, for this case previous error is solved but DFT calculation is not converging as it is the very first step to perform GW and BSE calculations.
One more problem is that for my calculations using 'Nd' pseudo-potential the value of " real part of dielectric functions is coming as 1(one) and imaginary part is coming as o(zero) for all the directions and the last line after the dielectric funtions is
"The outermost node in the dielectric function lies at epsilon= -1.0"
Please suggest me how can I resolve these problem.
Thanks
Chandan
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Regarding internal error in SET_CORE_WF
Please read the forum guidelines and upload the important files according to that guideline.
-
- Newbie
- Posts: 26
- Joined: Mon Oct 26, 2020 7:56 am
Re: Regarding internal error in SET_CORE_WF
The second_case.zip file contains:
---
Chandan
You do not have the required permissions to view the files attached to this post.
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Regarding internal error in SET_CORE_WF
I discussed this issue within the group:
There was a bug in the code, which lead to errors in the recalculation of core wave functions for some POTCARs.
This bug is now solved and the bug fix will be included in the next VASP 6.x release at the end of this year/beginning of next year.
There was a bug in the code, which lead to errors in the recalculation of core wave functions for some POTCARs.
This bug is now solved and the bug fix will be included in the next VASP 6.x release at the end of this year/beginning of next year.
-
- Newbie
- Posts: 26
- Joined: Mon Oct 26, 2020 7:56 am
Regarding the incorporation of ions
Dear Users
I am trying to substitute a charged ion in my system, but using NELECT tag I can only remove
or add electrons from the whole system.
How can I remove or add electrons from a particular atom in a system ?
And using NELECT tag I am getting following error:
"very serious problems the old and the new charge density differ"
Please help me out.
Thanks
Chandan
I am trying to substitute a charged ion in my system, but using NELECT tag I can only remove
or add electrons from the whole system.
How can I remove or add electrons from a particular atom in a system ?
And using NELECT tag I am getting following error:
"very serious problems the old and the new charge density differ"
Please help me out.
Thanks
Chandan
-
- Global Moderator
- Posts: 474
- Joined: Mon Nov 04, 2019 12:41 pm
- Contact:
Re: Regarding internal error in SET_CORE_WF
Please have a look at the documentation here:
https://www.vasp.at/wiki/index.php/ICORELEVEL
Let me know in case something is not clear.
When you change NELECT and restart your calculation from a previous CHGCAR or WAVECAR it's normal that the old and new charge will differ.
You can either ignore the warning and verify carefully if the SCF converges or (preferably) start a new calculation from scratch.
https://www.vasp.at/wiki/index.php/ICORELEVEL
Let me know in case something is not clear.
When you change NELECT and restart your calculation from a previous CHGCAR or WAVECAR it's normal that the old and new charge will differ.
You can either ignore the warning and verify carefully if the SCF converges or (preferably) start a new calculation from scratch.
-
- Newbie
- Posts: 26
- Joined: Mon Oct 26, 2020 7:56 am
Regarding the incorporation of ions
Dear henrique_miranda
Thanks for your reply.
I looked at the documentation but I didn't understand completely.
Suppose I want to substitute Li+ ion in an organic compound then,
How can I set my INCAR file?
For this I am using "Li_sv" pseudopotential with 3 valance electrons.
Thanks for your reply.
I looked at the documentation but I didn't understand completely.
Suppose I want to substitute Li+ ion in an organic compound then,
How can I set my INCAR file?
For this I am using "Li_sv" pseudopotential with 3 valance electrons.
-
- Global Moderator
- Posts: 474
- Joined: Mon Nov 04, 2019 12:41 pm
- Contact:
Re: Regarding internal error in SET_CORE_WF
What part of the documentation did you not understand?I looked at the documentation but I didn't understand completely.
-
- Newbie
- Posts: 26
- Joined: Mon Oct 26, 2020 7:56 am
Re: Regarding internal error in SET_CORE_WF
Dear henrique_miranda
In the documentation how can we define the CLZ tag?
could it be positive or negative integer?
---
Chandan
In the documentation how can we define the CLZ tag?
could it be positive or negative integer?
---
Chandan
-
- Global Moderator
- Posts: 474
- Joined: Mon Nov 04, 2019 12:41 pm
- Contact:
Re: Regarding internal error in SET_CORE_WF
In the documentation in https://www.vasp.at/wiki/index.php/ICORELEVEL you find this description of CLZ:
Why would you want to use a negative number here?The electron count specifies how many electrons are excited from the core. Usually 1 or 0.5 (Slaters transition state) are sensible choices.