I got the following error and the first few lines of the py script is as follows. How do I define the path correctly so that atk finds the ATK module?
Thanks,
Zhiyong
import ATK
from ATK.KohnSham import *
# Define the unit cell
unit_cell = [
[ 8.6514 , 0., 0. ],
[ 4.3257 , 7.4922, 0. ],
[ 0. , 0. , 59.39]
]*Angstrom
elementList = []
coordinatesList = []
+------------------------------------------------------------------------------+
| |
| Atomistix ToolKit 11.2.1 [Build 3053] |
| |
+------------------------------------------------------------------------------+
Traceback (most recent call last):
File "xyztovnl.py", line 1, in <module>
import ATK
ImportError: No module named ATK