save -save wavefunctions on a file
SYNOPSIS
save file
DESCRIPTION
The save command writes the current electronic wavefunctions on a file in binary format. The file can be reloaded at a later time, or in a subsequent GP session using the load command. Binary wavefunction files are not portable across platforms using different byte orders (little-endian or big-endian). The gp_wftrans utility can be used to convert wavefunction files from little-endian (ANSI/IEEE Std 754) to big-endian format and back.
Wavefunction file names can be arbitrary, although the extension ".wf" is commonly used.
RELATED INFORMATION