Changeset 89ced8
- Timestamp:
- Aug 29, 2012, 1:16:51 PM (13 years ago)
- Children:
- 59076a
- Parents:
- 2d0bba
- File:
-
- 1 edited
-
src/bin/mpqc/mpqc.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/bin/mpqc/mpqc.cc
r2d0bba r89ced8 1645 1645 } 1646 1646 { 1647 // fill positions and charges ( converting from bohr radii to angstroem)1648 const double AtomicLengthToAngstroem = 0.52917721;1647 // fill positions and charges (NO LONGER converting from bohr radii to angstroem) 1648 const double AtomicLengthToAngstroem = 1.;//0.52917721; 1649 1649 data.positions.reserve(wfn->molecule()->natom()); 1650 1650 data.charges.reserve(wfn->molecule()->natom()); … … 1683 1683 1684 1684 // for the moment we always generate a grid of full size 1685 // ( converting grid dimensions from angstroem to bohr radii)1686 const double AtomicLengthToAngstroem = 0.52917721;1685 // (NO LONGER converting grid dimensions from angstroem to bohr radii) 1686 const double AtomicLengthToAngstroem = 1.;//0.52917721; 1687 1687 SCVector3 min; 1688 1688 SCVector3 max;
Note:
See TracChangeset
for help on using the changeset viewer.
