One can obtain the version of the running Python instance by issueing
from sys import version_info
if version_info < (3,0):
print version_info
else:
print(version_info)
from sys import version_info
if version_info < (3,0):
print version_info
else:
print(version_info)
ESQ -> N -> a -> * -> ESQ -> RETURN
#!/usr/bin/env python3
import os.path
def getModuleName():
print("Current module:".ljust(30), os.path.abspath(__file__))
getModuleName()
mzh @ ~/software/DATAGAM $ datagam -G 4-2-a-1-1-rm1--rm1.log
This is optimize run
Equilibrium geometry (with unique and all coordinates) will be saved to file OPTMZ