Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I convert files from an old Gaussian version to another version?

convert files gaussian version
0
Posted

How do I convert files from an old Gaussian version to another version?

0

Almost all old Gaussian input files are valid for later versions. However, the format for checkpoint files has been changed several times. Using Gaussian09 for example, the following command sequence performs a checkpoint conversion in place: % cp -p mycalc.chk mycalc.chk.original % module load g09 % c8609 mycalc.chk The Gaussian09 module must be loaded to access the c8609 utility. The mycalc.chk file will be rewritten in Gaussian09 format. For reference, see http://www.gaussian.com/g_ur/m_utils.htm. The command c8609*.chk converts only the first file, so you must convert each checkpoint file separately. The conversion utility program name contains the version, so for the Gaussian03 module the program name is c8603.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123