forked from qtaim/aimpac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontor.man
52 lines (36 loc) · 1.53 KB
/
contor.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
AIMPAC Utilities contor(3)
NAME
contor - produces contour maps of GRID output
SYNOPSIS
contor grdfile > plotter
DESCRIPTION
The CONTOR program reads in a grid of data (grdfile)
output by GRID, produces a contour map of the function,
and the output is redirected to the output device for
plotting.
ARGUMENTS
grdfile (for example 'hcoh.grd')
The grdfile contains a grid of data output by the program
GRID.
The output grid is plotted with the following conventions.
1) Rho, the contours are solid and range over the values
listed below.
2) Del-squared rho, the negative value contours are solid,
the positive values dashed and the values range over
negative and positive values alike as outlined below.
3) Transition density, the positive contours are solid, the negative
values dashed, and they range as follows.
The contour values are (in atomic units);
0.001,0.002,0.004,0.008,
0.02, 0.04, 0.08,
0.2, 0.4, 0.8,
2.0, 4.0, 8.0,
20.0, 40.0, 80.0
200.0,400.0,800.0
EXAMPLES
contor hcoh > /dev/tty02 (printer device)
This requests a calculation of the contor map of the function
in hcoh.grd.
SEE ALSO
grid(3), relief(3)
Release 1.0 AIMPAC contor(3)