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.


Topics - Max

Pages: [1]
1
General Questions and Answers / 2017.1 Error on AnalysisBar Add-on
« on: September 25, 2017, 04:37 »
Dear all,

When I plot the transmission eigenstate, there is an error during using the viewer to plot a 3D figure. How can I fix it? The version is 2017.1. Thanks!

My py file:
====================================================
path = 'ivcurve_selfconsistent_configuration_0.30000V.hdf5'
device_configuration = nlread(path, object_id='DeviceConfiguration_0')[0]

transmission_eigenstate = TransmissionEigenstate(
    configuration=device_configuration,
    energy=0.03*eV,
    k_point=[0, 0],
    quantum_number=0,
    contributions=Left,
    energy_zero_parameter=AverageFermiLevel,
    )
nlsave('Trans_Eigenstate_E_0.03_vb_0.3_QN_0.hdf5', transmission_eigenstate)


=================================================================
The "hdf5" file is the size of about 215MB.

=================================================================
The error can be found in the attached figure.


Details of the error:
==============================================================
Exception message:
Traceback (most recent call last):
  File "zipdir\NL\GUI\MainWindow\AnalysisBar\AnalysisBar.py", line 60, in widget
  File "C:\Program Files (x86)\QuantumWise\VNL-ATK-2017.1\Lib\site-packages\AddOns\BasicAnalysis\ViewerPlugin.py", line 84, in createWidget
    scene_window._addObjects(object_dict)
  File "zipdir\NL\GUI\Tools\Viewer\Viewer.py", line 326, in _addObjects
  File "zipdir\NL\GUI\Graphics\GL\Scene\Scene.py", line 812, in addGrid
  File "zipdir\NLEngine.py", line 5103, in __init__
NotImplementedError: Wrong number or type of arguments for overloaded function 'new_Cartesian3D'.
  Possible C/C++ prototypes are:
    Cartesian3D::Cartesian3D()
    Cartesian3D::Cartesian3D(double const &,double const &,double const &)
    Cartesian3D::Cartesian3D(double const &)


2
Hi,

A error comes out when I install VNL-2017 on win7, see the attached figure.
I have noticed there are several posts on the issue of "tk.tcl", and tried the solustions, e.g. BAT file method on https://quantumwise.com/forum/index.php?topic=2238.msg10504#msg10504
But the problem still exists. How can I solve it?

Thanks!

3
Hi all,

I plot the pathway of my configuration in the manuscript. Two reviewers both raise questions about it. I am little confused on how to reply. I noticed there is a paper in the forum, e.g., http://www.nature.com/nchem/journal/v2/n3/pdf/nchem.546.pdf . I am going to read it.

But, is there any other suggestions?

The questions:
reviewer 1:
"In transmission pathway analysis, the transmission coefficient is split into local bond contributions." How is this done? Details should be provided in the manuscript. The authors should notice that although the matrices involved in NEGF approach are defined in the basis of atomic orbitals, one cannot "split" the matrices by taking separate parts corresponding to specific atomic orbitals and expect to recover the overall transmission coefficient. It is therefore very important to specify exactly what is meant by "In transmission pathway analysis, the transmission coefficient is split into local bond contributions."

reviewer 2:
Page *, the bottom line mentions contribution of local bonds to transmission. There are multiple approaches addressing this issue, but not all of them turn out valid. Authors may better describe their method specifically.

4
General Questions and Answers / About the gate electrode
« on: May 6, 2014, 10:13 »
Dear all,

Using ATK 2008.10, I studied the transport of a transition matel-doped Si structure contacted with Cu electrodes. A gate electrode is introduced in my system. I describe Vg in my manuscript like this (I use ATK 2008.10):

"Gate voltage is introduced by adding an external electro-static potential into the effective potential Veff[n](r) in the one-electron Kohn-Sham Hamiltonian."

However, the reviewer asked me to provide more about Vg, see below.

1. The author should describe what kind of external electro-static potentials added into the effective potential Veff(r) in the one-electron Kohn-Sham Hamiltonian as the gate voltage Vg.

2. The author should comment on the effects of gate electrodes on to the electronic structures and the spin dependent transport of the Si structure in the realistic system.


As for Point 1, I know "the electrostatic effect of the gate electrode is simulated by simply shifting the scattering region part of the Hamiltonian with the gate voltage (converted into an electrostatic potential energy)", and "only shift the diangonal terms H_ii, and all (selected) atoms were shifted by the same, fixed amount".

Here, I want to know the quantitative expression of this "fixed amount", is it -e*Vg ? or something else?

As for Point 2, would you please give me some suggestions? :)

Thank you!

5
I noticed there is a tutorial of ATK about single-electron transistor (SET).
http://quantumwise.com/documents/tutorials/latest/BenzeneSET/index.html/

I intend to do some studies on the molecule in the SET environment.

The Hamiltonian of a molecule is
 
H=Sumi(EiC+iCi)+Sumij(Uijninj)

I wonder: How to obtain Ei and Uij for each i or (i, j) using ATK within (and without) the SET environment?

Any help will be appreciated!

Pages: [1]