Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hejun8035

Pages: 1 [2] 3 4
16
Thanks!

17
I calculated the voltage drop according to the example, and I can get the voltage drop image, but the  color bar is always red. I deem that the color bar is rainbow. Where is my errors? ???

18
Thank you very much!
However, I still have some other questions about calculated current-voltage curves while use ATK 11.2.
1. How to print the current in output file?
2. I only calculated the bias site by site in ATK11.2, this will waste a lot of time. How to introduce former nc file to save time?(I feel ATK2008.10 is excellent in this filed)

19
In ATK 11.2, the output file is too large, and can I setup the verbosity_level to reduce the output file?  Who can tell me how to setup verbosity_level in ATK11.2? ???
(It is very easy to setup verbosity_level in ATK2008.10)

20
Thanks!

21
It's ok now, thank you very much!

22
I have completed the calculations, but there is no data in output file,why?

23

My script is that:

######################################################################                   
# Calculate physical properties                                                           
######################################################################                   
from numpy import arange                                                                 
import numpy                                                                             
transmission_spectrum = calculateTransmissionSpectrum(                                   
    self_consistent_calculation = scf,                                                   
    energies = numpy.arange(-2.0, 2.0+0.001, 0.01)*electronVolt,                         
    brillouin_zone_integration_parameters = brillouinZoneIntegrationParameters((1, 1)),   
    green_function_infinitesimal = 1.0e-5*electronVolt                                   
)                                                                                         
                                                                                         
energies = transmission_spectrum.energies()                                               
coefficients = transmission_spectrum.coefficients()                                       
print 'Energy (eV)     Transmission'                                                     
print '-----------------------------------'                                               
for i in range(len(energies)):                                                           
    print "%g\t%g" % ( energies.inUnitsOf(eV),coefficients )                             

24
Hello,everyone!
     I meet a probem when i plan to improve the accuracy of transimssion coefficient .
the error is that

26
Is the materials metalic when the bottom of conduct band cross with Fermi level?
The energy gap still exist!


27
Hello everyone!
What is long range magnetic order?
Is there any long range magnetic order along the junction when we consider spin polarization?

28
General Questions and Answers / Re: DOS for bulk
« on: June 25, 2010, 04:40 »
the script is download from there, I only modify the filename.nc.

I can obtain the result in windows system.

29
Thanks!
 
    How to do a Gaussian broadening? whether delete the "#" in front of Gaussian broadening?


30
Thanks!

   These topic are very useful for me, but there still some problems ask for help

   1、I can run the script and obtain the PNG file in windos system, but can' t run in Linux system. while running in Linux there is nothing result. why?(My Linux system is CentOS5.2.)

   2、The calculated DOS including too small data(the peak is too sharp), how can I get more precise.

Pages: 1 [2] 3 4