2010-04-29 17:15:07 +02:00
|
|
|
@macro ezfio
|
|
|
|
{@acronym{EZFIO} }
|
|
|
|
@end macro
|
|
|
|
|
2010-07-13 19:45:35 +02:00
|
|
|
@section Building the @ezfio database
|
|
|
|
An @ezfio database is a directory which contains all the needed input/output data
|
|
|
|
needed by the code.
|
2010-04-29 17:15:07 +02:00
|
|
|
|
2010-07-13 19:45:35 +02:00
|
|
|
@subsection Using the provided wrapper
|
2010-04-29 17:15:07 +02:00
|
|
|
|
2010-07-13 19:45:35 +02:00
|
|
|
The output file from Molpro, @gamess or Gaussian has to be transformed
|
|
|
|
into an @ezfio database in order to be used by @exe. This step is realized by
|
|
|
|
calling the @command{to_ezfio.exe} command, followed by the name of the
|
2010-04-29 17:15:07 +02:00
|
|
|
file containing the wave function:
|
|
|
|
@example
|
2010-07-13 19:45:35 +02:00
|
|
|
to_ezfio.exe test.out
|
2010-04-29 17:15:07 +02:00
|
|
|
@end example
|
2010-07-13 19:45:35 +02:00
|
|
|
An @ezfio database is then produced, named @file{test.out.ezfio}.
|
2010-04-29 17:15:07 +02:00
|
|
|
|
|
|
|
|
2010-07-13 19:45:35 +02:00
|
|
|
@subsection Using your own code
|
|
|
|
Refer to the @ezfio web site@footnote{http://ezfio.sourceforge.net}
|
|
|
|
to learn how to use the @ezfio @acronym{API} to collect your data into an
|
|
|
|
@ezfio database. The @ezfio definition file is the @file{eplf.config} file,
|
|
|
|
located at the root of the EPLF package.
|
|
|
|
|
2010-04-29 17:15:07 +02:00
|
|
|
|