-
Ladder network as a mesoscopic switch: An exact result
Authors:
Shreekantha Sil,
Santanu K. Maiti,
Arunava Chakrabarti
Abstract:
We investigate the possibilities of a tight binding ladder network as a mesoscopic switching device. Several cases have been discussed in which any one or both the arms of the ladder can assume random, ordered or quasiperiodic distribution of atomic potentials. We show that, for a special choice of the Hamiltonian parameters it is possible to prove exactly the existence of mobility edges in such…
▽ More
We investigate the possibilities of a tight binding ladder network as a mesoscopic switching device. Several cases have been discussed in which any one or both the arms of the ladder can assume random, ordered or quasiperiodic distribution of atomic potentials. We show that, for a special choice of the Hamiltonian parameters it is possible to prove exactly the existence of mobility edges in such a system, which plays a central role in the switching action. We also present numerical results for the two-terminal conductance of a general model of a quasiperiodically grown ladder which support the general features of the electron states in such a network. The analysis might be helpful in fabricating mesoscopic or DNA switching devices.
△ Less
Submitted 17 September, 2008; v1 submitted 10 June, 2008;
originally announced June 2008.
-
Metal-insulator transition in an aperiodic ladder network: an exact result
Authors:
Shreekantha Sil,
Santanu K. Maiti,
Arunava Chakrabarti
Abstract:
We show, in a completely analytical way, that a tight binding ladder network composed of atomic sites with on-site potentials distributed according to the quasiperiodic Aubry model can exhibit a metal-insulator transition at multiple values of the Fermi energy. For specific values of the first and second neighbor electron hopping, the result is obtained exactly. With a more general model, we cal…
▽ More
We show, in a completely analytical way, that a tight binding ladder network composed of atomic sites with on-site potentials distributed according to the quasiperiodic Aubry model can exhibit a metal-insulator transition at multiple values of the Fermi energy. For specific values of the first and second neighbor electron hopping, the result is obtained exactly. With a more general model, we calculate the two-terminal conductance numerically. The numerical results corroborate the analytical findings and yield a richer variety of spectrum showing multiple mobility edges.
△ Less
Submitted 15 July, 2008; v1 submitted 17 January, 2008;
originally announced January 2008.
-
Quantum transport in mesoscopic ring structures: Effects of impurities, long-range hopping and interactions
Authors:
Santanu K. Maiti
Abstract:
In the present review we make a comprehensive analysis of our understanding on electron transport in mesoscopic single-channel rings and multi-channel cylinders within a tight-binding framework. A spectacular mesoscopic phenomenon where a non-decaying current circulates in a small conducting loop is observed upon the application of an Aharonov-Bohm flux $φ$. To understand its behavior one has to f…
▽ More
In the present review we make a comprehensive analysis of our understanding on electron transport in mesoscopic single-channel rings and multi-channel cylinders within a tight-binding framework. A spectacular mesoscopic phenomenon where a non-decaying current circulates in a small conducting loop is observed upon the application of an Aharonov-Bohm flux $φ$. To understand its behavior one has to focus attention on the interplay of quantum phase coherence, electron-electron correlation and disorder. This is a highly challenging problem and here we address it for some simple loop geometries with their detailed energy band structures to get an entire picture at the microscopic level. The behavior of low-field magnetic response of persistent current and its temperature dependence are also discussed.
△ Less
Submitted 21 May, 2013; v1 submitted 1 June, 2007;
originally announced June 2007.
-
Electrical conductivity of cellular Si/SiC ceramic composites prepared from plant precursors
Authors:
Debopriyo Mallick,
Omprakash Chakrabarti,
Dipten Bhattacharya,
Manabendra Mukherjee,
Himadri S. Maiti,
Rabindranath Majumdar
Abstract:
Electrical conductivity (sigma_dc) of the cellular Si/SiC ceramic composites has been measured over a temperature range 25-1073 K while the thermoelectric power (S) has been measured over 25-300 K. Remarkably, these cellular compounds developed through biomimetic route - where the ceramic system grows within a plant bio-template retaining the structural intricacies of the native templates - are…
▽ More
Electrical conductivity (sigma_dc) of the cellular Si/SiC ceramic composites has been measured over a temperature range 25-1073 K while the thermoelectric power (S) has been measured over 25-300 K. Remarkably, these cellular compounds developed through biomimetic route - where the ceramic system grows within a plant bio-template retaining the structural intricacies of the native templates - are found to exhibit excellent mechanical, thermal, and electrical properties quite comparable to or even better than those of the systems prepared through conventional ceramic route. The electrical conductivity measured parallel (sigma||) and perpendicular (sigma+) to the growth axes of the native plants, depicts nearly temperature-independent anisotropy (sigma+/sigma||) of the order \~2 while the thermoelectric power is nearly isotropic. The charge conduction across the entire temperature range is found to follow closely the variable range hopping (VRH) mechanism. The conductivity anisotropy appears to be driven primarily by the unique microcellular morphology of the bio-templates which can be exploited in many electrical applications.
△ Less
Submitted 30 August, 2006;
originally announced August 2006.
-
Parallel Evaluation of Mathematica Programs in Remote Computers Available in Network
Authors:
Santanu K. Maiti
Abstract:
Mathematica is a powerful application package for doing mathematics and is used almost in all branches of science. It has widespread applications ranging from quantum computation, statistical analysis, number theory, zoology, astronomy, and many more. Mathematica gives a rich set of programming extensions to its end-user language, and it permits us to write programs in procedural, functional, or…
▽ More
Mathematica is a powerful application package for doing mathematics and is used almost in all branches of science. It has widespread applications ranging from quantum computation, statistical analysis, number theory, zoology, astronomy, and many more. Mathematica gives a rich set of programming extensions to its end-user language, and it permits us to write programs in procedural, functional, or logic (rule-based) style, or a mixture of all three. For tasks requiring interfaces to the external environment, mathematica provides mathlink, which allows us to communicate mathematica programs with external programs written in C, C++, F77, F90, F95, Java, or other languages. It has also extensive capabilities for editing graphics, equations, text, etc.
In this article, we explore the basic mechanisms of parallelization of a mathematica program by sharing different parts of the program into all other computers available in the network. Doing the parallelization, we can perform large computational operations within a very short period of time, and therefore, the efficiency of the numerical works can be achieved. Parallel computation supports any version of mathematica and it also works as well even if different versions of mathematica are installed in different computers. The whole operation can run under any supported operating system like Unix, Windows, Macintosh, etc. Here we focus our study only for the Unix based operating system, but this method works as well for all other cases.
△ Less
Submitted 17 October, 2008; v1 submitted 6 June, 2006;
originally announced June 2006.
-
Mathematica: A System of Computer Programs
Authors:
Santanu K. Maiti
Abstract:
Starting from the basic level of mathematica here we illustrate how to use a mathematica notebook and write a program in the notebook. Next, we investigate elaborately the way of linking of external programs with mathematica, so-called the mathlink operation. Using this technique we can run very tedious jobs quite efficiently, and the operations become extremely fast. Sometimes it is quite desirab…
▽ More
Starting from the basic level of mathematica here we illustrate how to use a mathematica notebook and write a program in the notebook. Next, we investigate elaborately the way of linking of external programs with mathematica, so-called the mathlink operation. Using this technique we can run very tedious jobs quite efficiently, and the operations become extremely fast. Sometimes it is quite desirable to run jobs in background of a computer which can take considerable amount of time to finish, and this allows us to do work on other tasks, while keeping the jobs running. The way of running jobs, written in a mathematica notebook, in background is quite different from the conventional methods i.e., the techniques for the programs written in other languages like C, C++, F77, F90, F95, etc. To illustrate it, in the present article we study how to create a mathematica batch-file from a mathematica notebook and run it in the background. Finally, we explore the most significant issue of this article. Here we describe the basic ideas for parallelizing a mathematica program by sharing its independent parts into all other remote computers available in the network. Doing the parallelization, we can perform large computational operations within a very short period of time, and therefore, the efficiency of the numerical works can be achieved. Parallel computation supports any version of mathematica and it also works significantly well even if different versions of mathematica are installed in different computers. All the operations studied in this article run under any supported operating system like Unix, Windows, Macintosh, etc. For the sake of our illustrations, here we concentrate all the discussions only for the Unix based operating system.
△ Less
Submitted 28 October, 2015; v1 submitted 20 May, 2006;
originally announced May 2006.
-
How to Run Mathematica Batch-files in Background ?
Authors:
Santanu K. Maiti
Abstract:
Mathematica is a versatile equipment for doing numeric and symbolic computations and it has wide spread applications in all branches of science. Mathematica has a complete consistency to design it at every stage that gives it multilevel capability and helps advanced usage evolve naturally. Mathematica functions work for any precision of number and it can be easily computed with symbols, represen…
▽ More
Mathematica is a versatile equipment for doing numeric and symbolic computations and it has wide spread applications in all branches of science. Mathematica has a complete consistency to design it at every stage that gives it multilevel capability and helps advanced usage evolve naturally. Mathematica functions work for any precision of number and it can be easily computed with symbols, represented graphically to get the best answer. Mathematica is a robust software development that can be used in any popular operating systems and it can be communicated with external programs by using proper mathlink commands.
Sometimes it is quite desirable to run jobs in background of a computer which can take considerable amount of time to finish, and this allows us to do work on other tasks, while keeping the jobs running. Most of us are very familiar to run jobs in background for the programs written in the languages like C, C++, F77, F90, F95, etc. But the way of running jobs, written in a mathematica notebook, in background is quite different from the conventional method. In this article, we explore how to create a mathematica batch-file from a mathematica notebook and run it in background. Here we concentrate our study only for the Unix version, but one can run mathematica programs in background for the Windows version as well by using proper mathematica batch-file.
△ Less
Submitted 17 October, 2008; v1 submitted 23 April, 2006;
originally announced April 2006.
-
Enhancement of persistent current in mesoscopic rings $&$ cylinders : shortest $&$ next possible shortest higher order hopping
Authors:
Santanu K. Maiti,
J. Chowdhury,
S. N. Karmakar
Abstract:
We present a detailed study of persistent current and low-field magnetic susceptibility in single isolated normal metal mesoscopic rings and cylinders in the tight-binding model with higher order hopping integral in the Hamiltonian. Our exact calculations show that order of magnitude enhancement of persistent current takes place even in presence of disorder if we include higher order hopping int…
▽ More
We present a detailed study of persistent current and low-field magnetic susceptibility in single isolated normal metal mesoscopic rings and cylinders in the tight-binding model with higher order hopping integral in the Hamiltonian. Our exact calculations show that order of magnitude enhancement of persistent current takes place even in presence of disorder if we include higher order hopping integral in the Hamiltonian. In strictly one-channel mesoscopic rings the sign of the low-field currents can be predicted exactly even in presence of impurity. We observe that perfect rings with both odd and even number of electrons support only diamagnetic currents. On the other hand in the disordered rings, irrespective of realization of the disordered configurations of the ring, we always get diamagnetic currents with odd number of electrons and paramagnetic currents with even number of electrons. In mesoscopic cylinders the sign of the low-field currents can't be predicted exactly since it strongly depends on the total number of electrons, $N_e$, and also on the disordered configurations of the system. From the variation of persistent current amplitude with system size for constant electron density, we conclude that the enhancement of persistent current due to additional higher order hopping integrals are visible only in the mesoscopic regime.
△ Less
Submitted 1 April, 2006;
originally announced April 2006.
-
A Basic Introduction on Math-Link in Mathematica
Authors:
Santanu K. Maiti
Abstract:
Starting from the basic ideas of mathematica, we give a detailed description about the way of linking of external programs with mathematica through proper mathlink commands. This article may be quite helpful for the beginners to start with and write programs in mathematica.
In the first part, we illustrate how to use a mathemtica notebook and write a complete program in the notebook. Following…
▽ More
Starting from the basic ideas of mathematica, we give a detailed description about the way of linking of external programs with mathematica through proper mathlink commands. This article may be quite helpful for the beginners to start with and write programs in mathematica.
In the first part, we illustrate how to use a mathemtica notebook and write a complete program in the notebook. Following with this, we also mention elaborately about the utility of the local and global variables those are very essential for writing a program in mathematica. All the commands needed for doing different mathematical operations can be found with some proper examples in the mathematica book written by Stephen Wolfram \cite{wolfram}.
In the rest of this article, we concentrate our study on the most significant issue which is the process of linking of {\em external programs} with mathematica, so-called the mathlink operation. By using proper mathlink commands one can run very tedious jobs efficiently and the operations become extremely fast.
△ Less
Submitted 20 October, 2008; v1 submitted 1 March, 2006;
originally announced March 2006.
-
Persistent current in one-dimensional non-superconducting mesoscopic rings: effects of single hopping impurity, in-plane electric field and foreign atoms
Authors:
Santanu K. Maiti
Abstract:
Persistent current in one-dimensional non-superconducting mesoscopic rings threaded by a slowly varying magnetic flux $φ$ is studied based on the tight-binding model. The behavior of the persistent current is discussed in three aspects: (a) single hopping impurity, (b) in-plane electric field and (c) in presence of some foreign atoms.
Persistent current in one-dimensional non-superconducting mesoscopic rings threaded by a slowly varying magnetic flux $φ$ is studied based on the tight-binding model. The behavior of the persistent current is discussed in three aspects: (a) single hopping impurity, (b) in-plane electric field and (c) in presence of some foreign atoms.
△ Less
Submitted 8 January, 2009; v1 submitted 16 June, 2005;
originally announced June 2005.
-
Orbital order-disorder transition in La(1-x)Nd(x)MnO(3) (x = 0.0-1.0) and La(1-x-y)Nd(yx)Sr(y)MnO(3) (x = 0.1; y = 0.05,0.1)
Authors:
Dipten Bhattacharya,
P. Sujatha Devi,
H. S. Maiti
Abstract:
The nature of orbital order-disorder transition has been studied in the La(1-x)Nd(x)MnO(3) (x = 0.0-1.0) series which covers the entire range between two end points - LaMnO(3) and NdMnO(3) - as well as in La(0.85)Nd(0.1)Sr(0.05)MnO(3) and La(0.8)Nd(0.1)Sr(0.1)MnO(3). It has been observed that the first-order nature of the transition gives way to higher order with the increase in "x" in the case…
▽ More
The nature of orbital order-disorder transition has been studied in the La(1-x)Nd(x)MnO(3) (x = 0.0-1.0) series which covers the entire range between two end points - LaMnO(3) and NdMnO(3) - as well as in La(0.85)Nd(0.1)Sr(0.05)MnO(3) and La(0.8)Nd(0.1)Sr(0.1)MnO(3). It has been observed that the first-order nature of the transition gives way to higher order with the increase in "x" in the case of pure manganites. The latent heat (L) associated with the transition, first, drops with a steeper slope within x = 0.0-0.3 and, then, gradually over a range 0.3<x<0.9. This drop could, possibly, be due to evolution of finer orbital domain structure with "x". In the case of Sr-doped samples, the transition appears to be of higher-order nature even for a doping level 5 at%. In both cases, of course, the transition temperature T(JT) rises systematically with the drop in average A-site radius <r(A)> or rise in average Mn-O-Mn bond bending angle <cos^2(phi)> while no apparent correlation could be observed with doping induced disorder sigma^2. The cooperative nature of the orbital order, therefore, appears to be robust.
△ Less
Submitted 7 December, 2004;
originally announced December 2004.
-
Reentrant metallic transition at a temperature above Tc at the breakdown of cooperative Jahn-Teller orbital order in perovskite manganites
Authors:
Dipten Bhattacharya,
H. S. Maiti
Abstract:
We report an interesting reentrant metallic resistivity pattern beyond a characteristic temperature T* which is higher than other such characteristic transition temperatures like T(c)(Curie point), T(N) (Neel point), T(CO) (charge order onset point) or T(OO) (orbital order onset point) in a range of rare-erath perovskite manganites (RE(1-x)A(x)MnO(3); RE = La, Nd, Y; A = Sr, Ca; x = 0.0-0.5). Su…
▽ More
We report an interesting reentrant metallic resistivity pattern beyond a characteristic temperature T* which is higher than other such characteristic transition temperatures like T(c)(Curie point), T(N) (Neel point), T(CO) (charge order onset point) or T(OO) (orbital order onset point) in a range of rare-erath perovskite manganites (RE(1-x)A(x)MnO(3); RE = La, Nd, Y; A = Sr, Ca; x = 0.0-0.5). Such a behavior is normally observed in doped manganites with doping level (x) higher than the critical doping level x(c) (= 0.17-0.22) required for the metallic ground state to emerge and hence in a system where cooperative Jahn-Teller orbital order has already undergone a breakdown. However, the observation made in the La(1-x)Ca(x)MnO(3) (x = 0.0-0.5) series turns out to be an exception to this general trend.
△ Less
Submitted 7 December, 2004;
originally announced December 2004.
-
Persistent currents with long-range hopping in 1D single-isolated-diffusive rings
Authors:
Santanu K. Maiti,
J. Chowdhury,
S. N. Karmakar
Abstract:
We show from exact calculations that a simple tight-binding Hamiltonian with diagonal disorder and long-range hopping integrals, falling off as a power $μ$ of the inter-site separation, correctly describes the experimentally observed amplitude (close to the value of an ordered ring) and flux-periodicity ($hc/e$) of persistent currents in single-isolated-diffusive normal metal rings of mesoscopic…
▽ More
We show from exact calculations that a simple tight-binding Hamiltonian with diagonal disorder and long-range hopping integrals, falling off as a power $μ$ of the inter-site separation, correctly describes the experimentally observed amplitude (close to the value of an ordered ring) and flux-periodicity ($hc/e$) of persistent currents in single-isolated-diffusive normal metal rings of mesoscopic size. Long-range hopping integrals tend to delocalize the electrons even in the presence of disorder resulting orders of magnitude enhancement of persistent current relative to earliar predictions.
△ Less
Submitted 5 February, 2006; v1 submitted 8 September, 2004;
originally announced September 2004.
-
On the role of electron correlation and disorder on persistent currents in isolated one-dimensional rings
Authors:
Santanu K. Maiti,
J. Chowdhury,
S. N. Karmakar
Abstract:
To understand the role of electron correlation and disorder on persistent currents in isolated 1D rings threaded by magnetic flux $φ$, we study the behavior of persistent currents in aperiodic and ordered binary alloy rings. These systems may be regarded as disordered systems with well-defined long-range order so that we do not have to perform any configuration averaging of the physical quantiti…
▽ More
To understand the role of electron correlation and disorder on persistent currents in isolated 1D rings threaded by magnetic flux $φ$, we study the behavior of persistent currents in aperiodic and ordered binary alloy rings. These systems may be regarded as disordered systems with well-defined long-range order so that we do not have to perform any configuration averaging of the physical quantities. We see that in the absence of interaction, disorder suppresses persistent currents by orders of magnitude and also removes its discontinuity as a function of $φ$. As we introduce electron correlation, we get enhancement of the currents in certain disordered rings. Quite interestingly we observe that in some cases, electron correlation produces kink-like structures in the persistent current as a function of $φ$. This may be considered as anomalous Aharonov-Bohm oscillations of the persistent current and recent experimental observations support such oscillations. We find that the persistent current converges with the size of the rings.
△ Less
Submitted 10 June, 2005; v1 submitted 31 August, 2004;
originally announced August 2004.
-
Strange behavior of persistent currents in small Hubbard rings
Authors:
Santanu K. Maiti,
J. Chowdhury,
S. N. Karmakar
Abstract:
We show exactly that small Hubbard rings exhibit unusual kink-like structures giving anomalous oscillations in persistent current. Singular behavior of persistent current disappears in some cases. In half-filled systems mobility gradually drops to zero with interaction, while it converges to some finite value in non-half-filled cases.
We show exactly that small Hubbard rings exhibit unusual kink-like structures giving anomalous oscillations in persistent current. Singular behavior of persistent current disappears in some cases. In half-filled systems mobility gradually drops to zero with interaction, while it converges to some finite value in non-half-filled cases.
△ Less
Submitted 9 November, 2004; v1 submitted 23 October, 2003;
originally announced October 2003.