Hi Francois,
In my calculation, I need to access certain states.
In the source code, there are two equivalent methods:
1) In "SlaterDet::compute_density"
const int nn = ctxt_.mycol() * c_.nb() + n;
2) In "MDWavefunctionStepper::ekin_eh"
const int nglobal = sd->c().j(0,n);
It seems along a process row, each process has only one block.
Is it right?
Thank you!
Best regards,
Ding
nglobal
Forum rules
You must be a registered user to post in this forum. Registered users may also post new topics if they consider that their subject does not correspond to any topic already present on the forum.
You must be a registered user to post in this forum. Registered users may also post new topics if they consider that their subject does not correspond to any topic already present on the forum.
-
- Site Admin
- Posts: 167
- Joined: Tue Jun 17, 2008 7:03 pm
Re: nglobal
Hi Ding,
Yes, this is correct, there is only one block per process.
Francois
Yes, this is correct, there is only one block per process.
Francois