Changeset d11832
- Timestamp:
- Jun 8, 2012, 6:01:53 PM (13 years ago)
- Children:
- 62dabe
- Parents:
- 027140
- File:
-
- 1 edited
-
src/bin/mpqc/mpqc.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/bin/mpqc/mpqc.cc
r027140 rd11832 963 963 wfn->ao_density()->print(ExEnv::out0()); 964 964 ExEnv::out0() << "The Gaussian basis is " << wfn->basis()->name() << endl; 965 ExEnv::out0() << "The Gaussians sit at the following centers: " << endl; 966 for (int nr = 0; nr< wfn->basis()->ncenter(); ++nr) { 967 ExEnv::out0() << nr << " basis function has its center at "; 968 for (int i=0; i < 3; ++i) 969 ExEnv::out0() << wfn->basis()->r(nr,i) << "\t"; 970 ExEnv::out0() << endl; 971 } 972 // GaussianShell is the actual orbital functionas it seems ... 973 ExEnv::out0() << "There are the following Gaussian Shells: " << endl; 974 for (int nr = 0; nr< wfn->basis()->nshell(); ++nr) { 975 ExEnv::out0() << "Shell nr. " << nr << ": "; 976 (*wfn->basis())[nr].print(ExEnv::out0()); 977 } 965 978 } 966 979
Note:
See TracChangeset
for help on using the changeset viewer.
