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 - sweta

Pages: [1] 2 3 ... 6
1
Please reply. why attached script is showing error message?

2
Please ensure that the script is correct and will work well with higher version of atk?
Further, if it working well then which trial version is useful either semiconductors or materials/ academics.

4
hello all,

I have constructed ZSiNR-biphenyl-ZSiNR junction geometry. But when I optimize it, then it shows an error message. Geometry with script and error message are attached herewith.

Please reply what I did wrong???
how I can get optimized geometry of ZSiNR-biphenyl-ZSiNR junction???

 

5
General Questions and Answers / SET
« on: July 6, 2019, 09:20 »
Hello everyone,

I want to know how to calculate charge state against gate voltage, and charge state against drain voltage plot for single electron transistor model.

Also,  is it possible to calculate transmission spectrum and IV curve for SET model using ATK-VNL.

Please do reply.
Thanks in advance!

6
Thank You Jess.

I have calculated transmission spectra for parallel spin and getting the result attached herewith. I want to know in this spectra, is the black color spectra show spin up results and red color shows spin down results?

One more thing is that after calculating this spectra I run the script shown below to calculate the I-V curve. The calculated I-V shows sum current. But I want to calculate spin up and spin down current separately. How I can do this?  what script I should use so that I will get spin up and spin down current ?

#read in the 0 V configuration
device_configuration = nlread("Ni_parallel.nc",DeviceConfiguration)[0]
calculator = device_configuration.calculator()

# Define bias voltages
voltage_list=[0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0, 0.0, -0.2, -0.4, -0.6, -0.8, -1.0, -1.2, -1.4, -1.6, -1.8, -2.0]*Volt
#make loop
for voltage in voltage_list:
    # Set new calculator with modified electrode voltages on the configuration
    # use the self consistent state of the old calculation as starting input.
    device_configuration.setCalculator(
          calculator(electrode_voltages=(-0.5*voltage, 0.5*voltage)),
          initial_state=device_configuration)
         
    # Calculate the transmission spectrum
    transmission_spectrum = TransmissionSpectrum(
        configuration=device_configuration,
        energies=numpy.linspace(-4,4,101)*eV,
        kpoints=MonkhorstPackGrid(1,1),
        )
       
    #save the results
    nlsave('Ni_parallel.nc', device_configuration)
    nlsave('Ni_parallel.nc', transmission_spectrum)

7
Hello all,

In two probe geometry how I can calculate the transport dependence on the alignment of magnetic moments in the Ni electrodes?

Please help!

Regards,
Sweta

8
Please send me link to calculate optical properties of perovskite structure

9
Hello everryone,

I want to know what properties of perovskite structure can be calculated using ATK-VNL? Can we calculate structural, electronic, optical properties like refractive index, dielectric constant for perovskite structure using ATK-VNL?

Thanks!
Regards,
Sweta

10
Thank you!
Is there any manual or other thing related to that?

11
Hello everyone,

In two probe geometry, I have used a molecule sandwiched between  Ni electrodes for the calculation of transport properties. Now I want to analyze the spin effect on DOS.
How is it possible? What parameter I have to change for molecule, anchoring groups and electrodes?

12
Hello all,

I want to build perovskite CH3NH3PbI3 structure and study its  band structure througk ATK-VNL. Is that possible??? If yes, then please explain or send me the useful link regarding the same.

Thanks
Sweta

13
Thanks Blom for reply.

 I build structure similar to M5 of the previous attached file. I took left electrode of armchair graphene of width 7 and right electrode of Au (3x3). When it drag into interface and create then right Au becomes (6x6) i.e. six atoms in vertical direction. why it happens???

14
Thank you for your reply.

I want to build hetero-junctions in ATK, some images of which are attached herewith. Can anyone help how to build these junctions in ATK???

15
Hello all,

I am working on asymmetric molecular junctions. I want to take left side electrode of some metal Au (say), a molecule in the middle connecting to the electrodes through some anchoring group. I want to know what are the possibilities of taking right side electrode.
Can we build junction by taking right electrode like graphene, nanotube, Au/Ag interface etc.  Please suggest me the possibilities of asymmetric junction that use two different type of electrodes which can be build in ATK-VNL.

Thanks in advance!

Pages: [1] 2 3 ... 6