The pointch Section of the Jaguar Input File

The pointch section describes the locations and magnitudes of a set of point charges. Up to 200,000 point charges may be used.

Each line of the pointch section should contain four real numbers, the first specifying the point charge in atomic units, and the next three specifying its (x, y, z) coordinates in the same units used for the geometry (angstroms by default, but bohrs if the iunit keyword in the gen section is set to 0 or 2; see Table 1 in Solvation Keywords in the Jaguar Input File for more information).

The sample pointch section below puts one point charge of charge +1 at location (0, 0, −0.2) and another of charge −1 at location (0, 0, 0.4).

&pointch
 1.0  0  0 -0.2
-1.0  0  0  0.4
&

Note that point charges should not contribute to the value of the net molecular charge, molchg, given in the gen section.

If you include a non-empty pointch section in the input file for a job, the output from the program pre includes a table of fixed charge information describing the point charges. This table appears in the output file immediately after the molecular geometry output.

Single Point Energy Examples