Hi Anders,
I followed your instruction and I'm getting this error
|--------------------------------------------------|
Calculating Kinetic Matrix : ==================================================
Traceback (most recent call last):
File "graphene.py", line 68, in <module>
optimizer_method=QuasiNewton(),
File "./zipdir/NL/Dynamics/Optimization/OptimizeGeometry.py", line 211, in OptimizeGeometry
File "./zipdir/NL/Dynamics/Optimization/OptimizeGeometry.py", line 263, in runRelaxation
File "./zipdir/NL/Dynamics/ASEAtomsInterface.py", line 173, in get_forces
File "./zipdir/NL/Dynamics/ASEAtomsInterface.py", line 97, in _update
File "./zipdir/NL/Analysis/TotalEnergy.py", line 26, in __init__
File "/home/goumris/D2-DFT/graphene/DFTD2.py", line 173, in _calculateTotalEnergy
translation = NLEngine.Cartesian3DDouble()
AttributeError: 'module' object has no attribute 'Cartesian3DDouble'
Timing: Total Per Step %
--------------------------------------------------------------------------------
Exchange-Correlation : 6.53 s 0.65 s 25.53% |=============|
Valence Density : 3.73 s 0.37 s 14.59% |=======|
Real Space Integral : 3.65 s 0.37 s 14.29% |=======|
Diagonalization : 3.06 s 0.34 s 11.97% |======|
Constant Terms : 0.74 s 0.74 s 2.89% |=|
Difference Density : 0.68 s 0.07 s 2.67% ||
Basis Set Generation : 0.48 s 0.48 s 1.88% ||
Real Space Basis : 0.27 s 0.27 s 1.06% ||
Core Density : 0.11 s 0.01 s 0.44% |
Neutral Atom Potential : 0.07 s 0.07 s 0.26% |
Hartree Potential : 0.04 s 0.00 s 0.17% |
Mixing : 0.04 s 0.00 s 0.17% |
Setting Density Matrix : 0.00 s 0.00 s 0.01% |
Hubbard Term : 0.00 s 0.00 s 0.00% |
--------------------------------------------------------------------------------
and when I want to run the script graphne.py from the VNL interface, I have also this error
+------------------------------------------------------------------------------+
| NanoLanguageScript execution started |
+------------------------------------------------------------------------------+
# ------------------------------------------------------------ #
# This time-limited preview version will expire on 2013-10-01. #
# ------------------------------------------------------------ #
+------------------------------------------------------------------------------+
| |
| Atomistix ToolKit 13.8.b1 [Build a1c2415] |
| |
+------------------------------------------------------------------------------+
Traceback (most recent call last):
File "/tmp/1866424033809726.py", line 4, in <module>
from DFTD2 import extendedCalculatorWithDFTD2
ImportError: No module named DFTD2
+------------------------------------------------------------------------------+
| NanoLanguageScript execution finished |
+------------------------------------------------------------------------------+
Thx