Show Posts
|
|
Pages: 1 2 [3] 4 5 ... 189
|
|
32
|
NanoLangauge / ATK / Virtual NanoLab / Questions and Answers / Re: Band structure analysis
|
on: May 11, 2013, 22:01
|
|
If the system truly is 1D, and for the sake of argument periodic along Z, then the only band structure that makes sense is from k=(0,0,0) to k=(0,0,pi/c) where c is the cell length in Z. The first point is Gamma, I usually call the other point Z for obvious reasons.
Now, you indicate that you are using the SimpleTetragonal class for your wire, and I assume it's aligned then such that it's periodic in Z with the C-vector = (0,0,c). In that case, the standard notation is such that the band structure should indeed be computed along G-Z.
You mention, however, K and X. The only crystal class where both these appear as symmetry points in the standard notation is FaceCenteredCubic, and that doesn't make sense for your 1D wire. In fact, ATK would only appear these points as input for the FCC lattice.
|
|
|
|
|
38
|
NanoLangauge / ATK / Virtual NanoLab / Questions and Answers / Re: How to obtain DOS from a subband
|
on: May 9, 2013, 22:42
|
In ATK 12.8 (and earlier), when you run scripts from the Job Manager in VNL, the scripts are not executed in the folder they reside, but in TEMP. Therefore this kind of script needs to be run from the command line. In 13.8, things will improve, I hope. So you should run atkpython dos1d_use.py in the directory where your NC file is and where dos1d.py is.
|
|
|
|
|
44
|
NanoLangauge / ATK / Virtual NanoLab / Questions and Answers / Re: How to re-start the un-finished opt ?
|
on: May 7, 2013, 13:44
|
|
This can be a bit tricky, depending on which files you have right now.
One option which is always possible is to locate the checkpoint file. The name of this is written in the log file. At least the geometry in that is the last guess, although one should be careful to trust the "scf" state in it, since this may have been saved at some early step in the scf cycle (triggered by the 30 minute automatic interval).
The other possibility is if you have used a trajectory file, then this will for sure contain the last geometry, but does not contain the scf state.
Finally, if all else fails, you can in theory restore the geometry by reading the coordinates from the log file.
|
|
|
|
|