welcome: please sign in
location: Diff for "Develop/noxci/no3ci"
Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2016-01-12 08:32:43
Size: 455
Editor: huangc
Comment:
Revision 3 as of 2016-01-12 08:40:48
Size: 507
Editor: huangc
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
<<latex($\langle A_0+\sum A_1\vert H\vert B_0 +\sum B_1\rangle$)>> Types are defined [[Develop/Typedef|here]].

NOCI
<<latex($\langle A_0+\sum A_1\vert H\vert B_0 +\sum B_1\rangle$)>>

INTEGER no3ci(DSCFINFO *pInfo,REAL *pEne);

Types are defined here.

NOCI $\langle A_0+\sum A_1\vert H\vert B_0 +\sum B_1\rangle$

HEADER: source/noxci/NoXci.h

LIB: libnoxci.a

SOURCE source/noxci/NoXci.cpp

DSCFINFO *pInfo

Input, pointer to DSCFINFO structure

REAL *pEne

Output, the lowest energy of no3ci (save to the address).

Return Code

INTEGER, 0 if succeeded, non-zero otherwise

Develop/noxci/no3ci (last edited 2016-01-12 08:40:48 by huangc)