Skip to content

Commit 26eaeaa

Browse files
modified run_eleqtronex
1 parent b1fae37 commit 26eaeaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Docs/source/usage/run_eleqtronex.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@ Restart parameters
9595
- ``restart = 1`` set while restarting the code.
9696
- ``restart_step = <step_number>`` Replace ``<step_number>`` with step to be restarted.
9797

98-
Parameters specific to the NEGF module
99-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
98+
NEGF module parameters
99+
^^^^^^^^^^^^^^^^^^^^^^
100100
- ``transport.NS_names = <NS1> <NS2>`` Optional parameter to define vector of string names for nanostructures. Folders with these names are created in the ``<plot.folder_name>/negf/`` folder.
101101
- ``transport.NS_num = <number>`` If ``transport.NS_names`` is not specified then we need to set this parameter defining the number of nanostructures.
102102
- ``transport.NS_type_default = CNT`` The default type of nanostructures. Here it is defined as CNT, referring to carbon nanotube.
103103
- ``transport.NS_initial_deposit_value = <value>`` This is the initial charge deposited on the surface of the material while starting the simulation.
104104
- ``transport.gate_terminal_type = <Type>`` ``<Type>`` can be EB, representing gate terminal defined as an embedded boundary, or ``Boundary``, representing gate terminal defined on the domain boundary.
105105

106-
Parameters specific to Electrostatics module
107-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106+
Electrostatics module parameters
107+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108108
See AMReX documentation for MLMG parameters such as ``mlmg.set_verbose``, ``mlmg.max_order``, ``mlmg.absolute_tolerence``, and ``mlmg.relative_tolerance``.
109109

110110
For debugging, we typically need:

0 commit comments

Comments
 (0)