mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
version number
This commit is contained in:
parent
d2cacc1b5e
commit
e4280b87e7
3 changed files with 6 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
% $Id: prog.tex,v 1.4 1996-09-27 18:02:55 d3g681 Exp $
|
||||
% $Id: prog.tex,v 1.5 1996-10-23 05:56:52 d3g681 Exp $
|
||||
\documentstyle[fullpage,12pt]{article}
|
||||
\setlength{\parskip}{6pt}
|
||||
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
\begin{document}
|
||||
|
||||
\title{\bf\Large NWCHEM Programmer's Guide, Alpha Release 1.2}
|
||||
\title{\bf\Large NWCHEM Programmer's Guide, Beta Release 2.0}
|
||||
\author{High Performance Computational Chemistry Group}
|
||||
\date{\today}
|
||||
\maketitle
|
||||
|
|
@ -581,7 +581,7 @@ Not much more than the following is required. E.g.,
|
|||
Or, e.g.,
|
||||
\begin{verbatim}
|
||||
subroutine sym_symmetrize(geom, basis, odensity, g_a)
|
||||
C$Id: prog.tex,v 1.4 1996-09-27 18:02:55 d3g681 Exp $
|
||||
C$Id: prog.tex,v 1.5 1996-10-23 05:56:52 d3g681 Exp $
|
||||
implicit none
|
||||
integer geom, basis ! [input] Handles
|
||||
integer g_a ! [input] Handle to input/output GA
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
\setlength{\parskip}{6pt}
|
||||
|
||||
% Set the version and year of release globally
|
||||
\newcommand{\nwchemversion}{1.3}
|
||||
\newcommand{\nwchemversion}{2.0}
|
||||
\newcommand{\nwchemyear}{1996}
|
||||
|
||||
\begin{document}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
integer junk(4)
|
||||
#endif
|
||||
c
|
||||
c $Id: nwchem.F,v 1.93 1996-10-21 19:16:42 d3e129 Exp $
|
||||
c $Id: nwchem.F,v 1.94 1996-10-23 05:56:38 d3g681 Exp $
|
||||
*------------------------------------------------*
|
||||
* COPYRIGHT (C) 1994, 1995, 1996, *
|
||||
* Pacific Northwest National Laboratory, *
|
||||
|
|
@ -304,7 +304,7 @@ c
|
|||
write(6,*)
|
||||
write(6,*)
|
||||
call util_print_centered(6,
|
||||
$ 'Northwest Computational Chemisty Package (NWChem)',
|
||||
$ 'Northwest Computational Chemistry Package (NWChem) 2.0',
|
||||
$ 40, .true.)
|
||||
write(6,*)
|
||||
write(6,*)
|
||||
|
|
@ -336,7 +336,6 @@ c
|
|||
cstart = 'startup'
|
||||
else
|
||||
if (ocontinue) then
|
||||
* 12345678
|
||||
cstart = 'continue'
|
||||
else
|
||||
cstart = 'restart'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue