An undeclared element?

Problems running VASP: crashes, internal errors, "wrong" results.


Moderators: Global Moderator, Moderator

Locked
Message
Author
KurtG
Newbie
Newbie
Posts: 12
Joined: Wed Mar 17, 2010 8:42 am
License Nr.: 5-507

An undeclared element?

#1 Post by KurtG » Mon Oct 24, 2011 6:41 pm

Hi, everyone. This may be a very basic question, but it does trouble me for a long time.

In the code, we can find the usage of W%CW everywhere, e.g. in fileio.F:

Code: Select all

CALL DIS_PW_BAND(WDES1, J+NBANDF, CW1, W%CW(1,1,K,1)) 


where W is of the type 'wavespin'. However, in the declaration of wavespin type, I cannot find any element named 'CW'.

So I guess it is an undeclared array. But it is quite confusing because sometimes such "W%CW" is 1-dimensional and sometimes it is 4-dimensional.

Can anyone tell me how can I find the definition of this "W%CW"?
<span class='smallblacktext'>[ Edited ]</span>
Last edited by KurtG on Mon Oct 24, 2011 6:41 pm, edited 1 time in total.

support_vasp
Global Moderator
Global Moderator
Posts: 1817
Joined: Mon Nov 18, 2019 11:00 am

Re: An undeclared element?

#2 Post by support_vasp » Tue Sep 10, 2024 2:16 pm

Hi,

We're sorry that we didn’t answer your question. This does not live up to the quality of support that we aim to provide. The team has since expanded. If we can still help with your problem, please ask again in a new post, linking to this one, and we will answer as quickly as possible.

Best wishes,

VASP


Locked