Révision 13 ase/calculators/mopac.py
mopac.py (revision 13) | ||
---|---|---|
1 | 1 |
""" |
2 |
This module is the MOPAC module for ASE, |
|
3 |
based on the PyMD MOPAC Module by R. Bulo, |
|
2 |
This module is the MOPAC module for ASE, based on the PyMD MOPAC Module by R. Bulo, |
|
4 | 3 |
implemented by T. Kerber |
5 | 4 |
|
6 |
2011, ENS Lyon |
|
5 |
Torsten Kerber, ENS LYON: 2011, 07, 11 |
|
6 |
|
|
7 |
This work is supported by Award No. UK-C0017, made by King Abdullah |
|
8 |
University of Science and Technology (KAUST) |
|
7 | 9 |
""" |
8 | 10 |
import commands |
9 | 11 |
import numpy as np |
10 | 12 |
|
11 |
from copy import deepcopy |
|
12 |
|
|
13 | 13 |
from ase.atoms import Atoms |
14 | 14 |
from ase.units import kcal, mol |
15 | 15 |
from ase.calculators.general import Calculator |
Formats disponibles : Unified diff