QuantumATK Forum
QuantumATK => General Questions and Answers => Topic started by: meena on August 22, 2015, 13:59
-
hi
How to build a 5x5 graphene supercell.
Thanks
-
This is very simple: In Builder, use Add->From Plugin->Nanosheet to create a graphene supercell. Then you can use Bulk Tools->Repeat to tune the size of the supercell.
Please alos have a look at this introductory tutorial: http://quantumwise.com/documents/tutorials/latest/BuilderManual/index.html/ (http://quantumwise.com/documents/tutorials/latest/BuilderManual/index.html/).
-
Hello
How to set verbosity level in quntumwise tool...
Thanks
-
Depends on what you want. There is no "verbose=high" type options, but you can control how much output you want to see by the "nlprint" command.
Example:
<< nlprint(bulk_configuration)
will print information about the bulk_configuration object. The use of nlprint can be set in the VNL Script Generator, and can of course also be edited directly in the python script.