QuantumATK Forum
QuantumATK => General Questions and Answers => Topic started by: Abhilash on July 3, 2013, 08:13
-
Sir,
Are there any tutorials or documents to help students learn the nano language used in ATK? Is it possible to build structures in ATK just by knowing python scripting or are the commands and syntax used unique to nano language?
Thanks and Regards
Abhilash
-
NanoLanguage is a Python module, so knowing Python well is the first step. After that you can in principle just read the Reference Manual (http://quantumwise.com/documents/manuals/latest/ReferenceManual/) in order to know how to use the classes and functions in the module. In practice, a very good first step is naturally to look at the scripts generated by the Script Generator, and as a second step the many scripts available in the tutorials (http://quantumwise.com/documents/tutorials/).