-
Enabling Probabilistic Learning on Manifolds through Double Diffusion Maps
Authors:
Dimitris G Giovanis,
Nikolaos Evangelou,
Ioannis G Kevrekidis,
Roger G Ghanem
Abstract:
We present a generative learning framework for probabilistic sampling based on an extension of the Probabilistic Learning on Manifolds (PLoM) approach, which is designed to generate statistically consistent realizations of a random vector in a finite-dimensional Euclidean space, informed by a limited (yet representative) set of observations. In its original form, PLoM constructs a reduced-order pr…
▽ More
We present a generative learning framework for probabilistic sampling based on an extension of the Probabilistic Learning on Manifolds (PLoM) approach, which is designed to generate statistically consistent realizations of a random vector in a finite-dimensional Euclidean space, informed by a limited (yet representative) set of observations. In its original form, PLoM constructs a reduced-order probabilistic model by combining three main components: (a) kernel density estimation to approximate the underlying probability measure, (b) Diffusion Maps to uncover the intrinsic low-dimensional manifold structure, and (c) a reduced-order Ito Stochastic Differential Equation (ISDE) to sample from the learned distribution. A key challenge arises, however, when the number of available data points N is small and the dimensionality of the diffusion-map basis approaches N, resulting in overfitting and loss of generalization. To overcome this limitation, we propose an enabling extension that implements a synthesis of Double Diffusion Maps -- a technique capable of capturing multiscale geometric features of the data -- with Geometric Harmonics (GH), a nonparametric reconstruction method that allows smooth nonlinear interpolation in high-dimensional ambient spaces. This approach enables us to solve a full-order ISDE directly in the latent space, preserving the full dynamical complexity of the system, while leveraging its reduced geometric representation. The effectiveness and robustness of the proposed method are illustrated through two numerical studies: one based on data generated from two-dimensional Hermite polynomial functions and another based on high-fidelity simulations of a detonation wave in a reactive flow.
△ Less
Submitted 2 June, 2025;
originally announced June 2025.
-
Generative Learning for Slow Manifolds and Bifurcation Diagrams
Authors:
Ellis R. Crabtree,
Dimitris G. Giovanis,
Nikolaos Evangelou,
Juan M. Bello-Rivas,
Ioannis G. Kevrekidis
Abstract:
In dynamical systems characterized by separation of time scales, the approximation of so called ``slow manifolds'', on which the long term dynamics lie, is a useful step for model reduction. Initializing on such slow manifolds is a useful step in modeling, since it circumvents fast transients, and is crucial in multiscale algorithms alternating between fine scale (fast) and coarser scale (slow) si…
▽ More
In dynamical systems characterized by separation of time scales, the approximation of so called ``slow manifolds'', on which the long term dynamics lie, is a useful step for model reduction. Initializing on such slow manifolds is a useful step in modeling, since it circumvents fast transients, and is crucial in multiscale algorithms alternating between fine scale (fast) and coarser scale (slow) simulations. In a similar spirit, when one studies the infinite time dynamics of systems depending on parameters, the system attractors (e.g., its steady states) lie on bifurcation diagrams. Sampling these manifolds gives us representative attractors (here, steady states of ODEs or PDEs) at different parameter values. Algorithms for the systematic construction of these manifolds are required parts of the ``traditional'' numerical nonlinear dynamics toolkit.
In more recent years, as the field of Machine Learning develops, conditional score-based generative models (cSGMs) have demonstrated capabilities in generating plausible data from target distributions that are conditioned on some given label. It is tempting to exploit such generative models to produce samples of data distributions conditioned on some quantity of interest (QoI). In this work, we present a framework for using cSGMs to quickly (a) initialize on a low-dimensional (reduced-order) slow manifold of a multi-time-scale system consistent with desired value(s) of a QoI (a ``label'') on the manifold, and (b) approximate steady states in a bifurcation diagram consistent with a (new, out-of-sample) parameter value. This conditional sampling can help uncover the geometry of the reduced slow-manifold and/or approximately ``fill in'' missing segments of steady states in a bifurcation diagram.
△ Less
Submitted 28 April, 2025;
originally announced April 2025.
-
Taming Double-Spending in Offline Payments with Reputation-Weighted Loan Networks
Authors:
Nektarios Evangelou,
Rowdy Chotkan,
Bulat Nasrulin,
Jérémie Decouchant
Abstract:
Blockchain solutions typically assume a synchronous network to ensure consistency and achieve consensus. In contrast, offline transaction systems aim to enable users to agree on and execute transactions without assuming bounded communication delays when interacting with the blockchain. Most existing offline payment schemes depend on trusted hardware wallets that are assumed to be secure and tamper…
▽ More
Blockchain solutions typically assume a synchronous network to ensure consistency and achieve consensus. In contrast, offline transaction systems aim to enable users to agree on and execute transactions without assuming bounded communication delays when interacting with the blockchain. Most existing offline payment schemes depend on trusted hardware wallets that are assumed to be secure and tamper-proof. While this work introduces Overdraft, a novel offline payment system that shifts the reliance from hardware to users themselves. Overdraft allows potential payment receivers to assess the likelihood of being paid, allowing them to accept transactions with confidence or deny them. Overdraft achieves this by maintaining a loan network that is weighted by online reputation. This loan network contains time-limited agreements where users pledge to cover another user's payment if necessary. For example, when a payer lacks sufficient funds at the moment of commitment. Offline users rely on the last known view of the loan network -- which they had access to when last online -- to determine whether to participate in an offline transaction. This view is used to estimate the probability of eventual payment, possibly using multiple loans. Once online again, users commit their transactions to the blockchain with any conflicts being resolved deterministically. Overdraft incorporates incentives for users and is designed to be resilient against Sybil attacks. As a proof of concept, we implemented Overdraft as an Ethereum Solidity smart contract and deployed it on the Sepolia testnet to evaluate its performance.
△ Less
Submitted 7 April, 2025;
originally announced April 2025.
-
Comparing analytic and data-driven approaches to parameter identifiability: A power systems case study
Authors:
Nikolaos Evangelou,
Alexander M. Stankovic,
Ioannis G. Kevrekidis,
Mark K. Transtrum
Abstract:
Parameter identifiability refers to the capability of accurately inferring the parameter values of a model from its observations (data). Traditional analysis methods exploit analytical properties of the closed form model, in particular sensitivity analysis, to quantify the response of the model predictions to variations in parameters. Techniques developed to analyze data, specifically manifold lea…
▽ More
Parameter identifiability refers to the capability of accurately inferring the parameter values of a model from its observations (data). Traditional analysis methods exploit analytical properties of the closed form model, in particular sensitivity analysis, to quantify the response of the model predictions to variations in parameters. Techniques developed to analyze data, specifically manifold learning methods, have the potential to complement, and even extend the scope of the traditional analytical approaches. We report on a study comparing and contrasting analytical and data-driven approaches to quantify parameter identifiability and, importantly, perform parameter reduction tasks. We use the infinite bus synchronous generator model, a well-understood model from the power systems domain, as our benchmark problem. Our traditional analysis methods use the Fisher Information Matrix to quantify parameter identifiability analysis, and the Manifold Boundary Approximation Method to perform parameter reduction. We compare these results to those arrived at through data-driven manifold learning schemes: Output - Diffusion Maps and Geometric Harmonics. For our test case, we find that the two suites of tools (analytical when a model is explicitly available, as well as data-driven when the model is lacking and only measurement data are available) give (correct) comparable results; these results are also in agreement with traditional analysis based on singular perturbation theory. We then discuss the prospects of using data-driven methods for such model analysis.
△ Less
Submitted 24 December, 2024;
originally announced December 2024.
-
From Noise to Signal: Unveiling Treatment Effects from Digital Health Data through Pharmacology-Informed Neural-SDE
Authors:
Samira Pakravan,
Nikolaos Evangelou,
Maxime Usdin,
Logan Brooks,
James Lu
Abstract:
Digital health technologies (DHT), such as wearable devices, provide personalized, continuous, and real-time monitoring of patient. These technologies are contributing to the development of novel therapies and personalized medicine. Gaining insight from these technologies requires appropriate modeling techniques to capture clinically-relevant changes in disease state. The data generated from these…
▽ More
Digital health technologies (DHT), such as wearable devices, provide personalized, continuous, and real-time monitoring of patient. These technologies are contributing to the development of novel therapies and personalized medicine. Gaining insight from these technologies requires appropriate modeling techniques to capture clinically-relevant changes in disease state. The data generated from these devices is characterized by being stochastic in nature, may have missing elements, and exhibits considerable inter-individual variability - thereby making it difficult to analyze using traditional longitudinal modeling techniques. We present a novel pharmacology-informed neural stochastic differential equation (SDE) model capable of addressing these challenges. Using synthetic data, we demonstrate that our approach is effective in identifying treatment effects and learning causal relationships from stochastic data, thereby enabling counterfactual simulation.
△ Less
Submitted 5 March, 2024;
originally announced March 2024.
-
Tipping Points of Evolving Epidemiological Networks: Machine Learning-Assisted, Data-Driven Effective Modeling
Authors:
Nikolaos Evangelou,
Tianqi Cui,
Juan M. Bello-Rivas,
Alexei Makeev,
Ioannis G. Kevrekidis
Abstract:
We study the tipping point collective dynamics of an adaptive susceptible-infected-susceptible (SIS) epidemiological network in a data-driven, machine learning-assisted manner. We identify a parameter-dependent effective stochastic differential equation (eSDE) in terms of physically meaningful coarse mean-field variables through a deep-learning ResNet architecture inspired by numerical stochastic…
▽ More
We study the tipping point collective dynamics of an adaptive susceptible-infected-susceptible (SIS) epidemiological network in a data-driven, machine learning-assisted manner. We identify a parameter-dependent effective stochastic differential equation (eSDE) in terms of physically meaningful coarse mean-field variables through a deep-learning ResNet architecture inspired by numerical stochastic integrators. We construct an approximate effective bifurcation diagram based on the identified drift term of the eSDE and contrast it with the mean-field SIS model bifurcation diagram. We observe a subcritical Hopf bifurcation in the evolving network's effective SIS dynamics, that causes the tipping point behavior; this takes the form of large amplitude collective oscillations that spontaneously -- yet rarely -- arise from the neighborhood of a (noisy) stationary state. We study the statistics of these rare events both through repeated brute force simulations and by using established mathematical/computational tools exploiting the right-hand-side of the identified SDE. We demonstrate that such a collective SDE can also be identified (and the rare events computations also performed) in terms of data-driven coarse observables, obtained here via manifold learning techniques, in particular Diffusion Maps. The workflow of our study is straightforwardly applicable to other complex dynamics problems exhibiting tipping point dynamics.
△ Less
Submitted 10 November, 2023; v1 submitted 1 November, 2023;
originally announced November 2023.
-
Machine Learning for the identification of phase-transitions in interacting agent-based systems: a Desai-Zwanzig example
Authors:
Nikolaos Evangelou,
Dimitrios G. Giovanis,
George A. Kevrekidis,
Grigorios A. Pavliotis,
Ioannis G. Kevrekidis
Abstract:
Deriving closed-form, analytical expressions for reduced-order models, and judiciously choosing the closures leading to them, has long been the strategy of choice for studying phase- and noise-induced transitions for agent-based models (ABMs). In this paper, we propose a data-driven framework that pinpoints phase transitions for an ABM- the Desai-Zwanzig model in its mean-field limit, using a smal…
▽ More
Deriving closed-form, analytical expressions for reduced-order models, and judiciously choosing the closures leading to them, has long been the strategy of choice for studying phase- and noise-induced transitions for agent-based models (ABMs). In this paper, we propose a data-driven framework that pinpoints phase transitions for an ABM- the Desai-Zwanzig model in its mean-field limit, using a smaller number of variables than traditional closed-form models. To this end, we use the manifold learning algorithm Diffusion Maps to identify a parsimonious set of data-driven latent variables, and show that they are in one-to-one correspondence with the expected theoretical order parameter of the ABM. We then utilize a deep learning framework to obtain a conformal reparametrization of the data-driven coordinates that facilitates, in our example, the identification of a single parameter-dependent ODE in these coordinates. We identify this ODE through a residual neural network inspired by a numerical integration scheme (forward Euler). We then use the identified ODE - enabled through an odd symmetry transformation - to construct the bifurcation diagram exhibiting the phase transition.
△ Less
Submitted 16 July, 2024; v1 submitted 29 October, 2023;
originally announced October 2023.
-
Nonlinear dimensionality reduction then and now: AIMs for dissipative PDEs in the ML era
Authors:
Eleni D. Koronaki,
Nikolaos Evangelou,
Cristina P. Martin-Linares,
Edriss S. Titi,
Ioannis G. Kevrekidis
Abstract:
This study presents a collection of purely data-driven workflows for constructing reduced-order models (ROMs) for distributed dynamical systems. The ROMs we focus on, are data-assisted models inspired by, and templated upon, the theory of Approximate Inertial Manifolds (AIMs); the particular motivation is the so-called post-processing Galerkin method of Garcia-Archilla, Novo and Titi. Its applicab…
▽ More
This study presents a collection of purely data-driven workflows for constructing reduced-order models (ROMs) for distributed dynamical systems. The ROMs we focus on, are data-assisted models inspired by, and templated upon, the theory of Approximate Inertial Manifolds (AIMs); the particular motivation is the so-called post-processing Galerkin method of Garcia-Archilla, Novo and Titi. Its applicability can be extended: the need for accurate truncated Galerkin projections and for deriving closed-formed corrections can be circumvented using machine learning tools. When the right latent variables are not a priori known, we illustrate how autoencoders as well as Diffusion Maps (a manifold learning scheme) can be used to discover good sets of latent variables and test their explainability. The proposed methodology can express the ROMs in terms of (a) theoretical (Fourier coefficients), (b) linear data-driven (POD modes) and/or (c) nonlinear data-driven (Diffusion Maps) coordinates. Both Black-Box and (theoretically-informed and data-corrected) Gray-Box models are described; the necessity for the latter arises when truncated Galerkin projections are so inaccurate as to not be amenable to post-processing. We use the Chafee-Infante reaction-diffusion and the Kuramoto-Sivashinsky dissipative partial differential equations to illustrate and successfully test the overall framework.
△ Less
Submitted 24 October, 2023;
originally announced October 2023.
-
Tasks Makyth Models: Machine Learning Assisted Surrogates for Tipping Points
Authors:
Gianluca Fabiani,
Nikolaos Evangelou,
Tianqi Cui,
Juan M. Bello-Rivas,
Cristina P. Martin-Linares,
Constantinos Siettos,
Ioannis G. Kevrekidis
Abstract:
We present a machine learning (ML)-assisted framework bridging manifold learning, neural networks, Gaussian processes, and Equation-Free multiscale modeling, for (a) detecting tipping points in the emergent behavior of complex systems, and (b) characterizing probabilities of rare events (here, catastrophic shifts) near them. Our illustrative example is an event-driven, stochastic agent-based model…
▽ More
We present a machine learning (ML)-assisted framework bridging manifold learning, neural networks, Gaussian processes, and Equation-Free multiscale modeling, for (a) detecting tipping points in the emergent behavior of complex systems, and (b) characterizing probabilities of rare events (here, catastrophic shifts) near them. Our illustrative example is an event-driven, stochastic agent-based model (ABM) describing the mimetic behavior of traders in a simple financial market. Given high-dimensional spatiotemporal data -- generated by the stochastic ABM -- we construct reduced-order models for the emergent dynamics at different scales: (a) mesoscopic Integro-Partial Differential Equations (IPDEs); and (b) mean-field-type Stochastic Differential Equations (SDEs) embedded in a low-dimensional latent space, targeted to the neighborhood of the tipping point. We contrast the uses of the different models and the effort involved in learning them.
△ Less
Submitted 25 September, 2023;
originally announced September 2023.
-
From partial data to out-of-sample parameter and observation estimation with Diffusion Maps and Geometric Harmonics
Authors:
Eleni D. Koronaki,
Nikolaos Evangelou,
Yorgos M. Psarellis,
Andreas G. Boudouvis,
Ioannis G. Kevrekidis
Abstract:
A data-driven framework is presented, that enables the prediction of quantities, either observations or parameters, given sufficient partial data. The framework is illustrated via a computational model of the deposition of Cu in a Chemical Vapor Deposition (CVD) reactor, where the reactor pressure, the deposition temperature and feed mass flow rate are important process parameters that determine t…
▽ More
A data-driven framework is presented, that enables the prediction of quantities, either observations or parameters, given sufficient partial data. The framework is illustrated via a computational model of the deposition of Cu in a Chemical Vapor Deposition (CVD) reactor, where the reactor pressure, the deposition temperature and feed mass flow rate are important process parameters that determine the outcome of the process. The sampled observations are high-dimensional vectors containing the outputs of a detailed CFD steady-state model of the process, i.e. the values of velocity, pressure, temperature, and species mass fractions at each point in the discretization. A machine learning workflow is presented, able to predict out-of-sample (a) observations (e.g. mass fraction in the reactor) given process parameters (e.g. inlet temperature); (b) process parameters given observation data; and (c) partial observations (e.g. temperature in the reactor) given other partial observations (e.g. mass fraction in the reactor). The proposed workflow relies on the manifold learning schemes Diffusion Maps and the associated Geometric Harmonics. Diffusion Maps is used for discovering a reduced representation of the available data, and Geometric Harmonics for extending functions defined on the manifold. In our work a special use case of Geometric Harmonics is formulated and implemented, which we call Double Diffusion Maps, to map from the reduced representation back to (partial) observations and process parameters. A comparison of our manifold learning scheme to the traditional Gappy-POD approach is provided: ours can be thought of as a "Gappy DMAP" approach. The presented methodology is easily transferable to application domains beyond reactor engineering.
△ Less
Submitted 27 January, 2023;
originally announced January 2023.
-
Learning Effective SDEs from Brownian Dynamics Simulations of Colloidal Particles
Authors:
Nikolaos Evangelou,
Felix Dietrich,
Juan M. Bello-Rivas,
Alex Yeh,
Rachel Stein,
Michael A. Bevan,
Ioannis G. Kevrekidis
Abstract:
We construct a reduced, data-driven, parameter dependent effective Stochastic Differential Equation (eSDE) for electric-field mediated colloidal crystallization using data obtained from Brownian Dynamics Simulations. We use Diffusion Maps (a manifold learning algorithm) to identify a set of useful latent observables. In this latent space we identify an eSDE using a deep learning architecture inspi…
▽ More
We construct a reduced, data-driven, parameter dependent effective Stochastic Differential Equation (eSDE) for electric-field mediated colloidal crystallization using data obtained from Brownian Dynamics Simulations. We use Diffusion Maps (a manifold learning algorithm) to identify a set of useful latent observables. In this latent space we identify an eSDE using a deep learning architecture inspired by numerical stochastic integrators and compare it with the traditional Kramers-Moyal expansion estimation. We show that the obtained variables and the learned dynamics accurately encode the physics of the Brownian Dynamic Simulations. We further illustrate that our reduced model captures the dynamics of corresponding experimental data. Our dimension reduction/reduced model identification approach can be easily ported to a broad class of particle systems dynamics experiments/models.
△ Less
Submitted 30 January, 2023; v1 submitted 30 April, 2022;
originally announced May 2022.
-
Double Diffusion Maps and their Latent Harmonics for Scientific Computations in Latent Space
Authors:
Nikolaos Evangelou,
Felix Dietrich,
Eliodoro Chiavazzo,
Daniel Lehmberg,
Marina Meila,
Ioannis G. Kevrekidis
Abstract:
We introduce a data-driven approach to building reduced dynamical models through manifold learning; the reduced latent space is discovered using Diffusion Maps (a manifold learning technique) on time series data. A second round of Diffusion Maps on those latent coordinates allows the approximation of the reduced dynamical models. This second round enables mapping the latent space coordinates back…
▽ More
We introduce a data-driven approach to building reduced dynamical models through manifold learning; the reduced latent space is discovered using Diffusion Maps (a manifold learning technique) on time series data. A second round of Diffusion Maps on those latent coordinates allows the approximation of the reduced dynamical models. This second round enables mapping the latent space coordinates back to the full ambient space (what is called lifting); it also enables the approximation of full state functions of interest in terms of the reduced coordinates. In our work, we develop and test three different reduced numerical simulation methodologies, either through pre-tabulation in the latent space and integration on the fly or by going back and forth between the ambient space and the latent space. The data-driven latent space simulation results, based on the three different approaches, are validated through (a) the latent space observation of the full simulation through the Nyström Extension formula, or through (b) lifting the reduced trajectory back to the full ambient space, via Latent Harmonics. Latent space modeling often involves additional regularization to favor certain properties of the space over others, and the mapping back to the ambient space is then constructed mostly independently from these properties; here, we use the same data-driven approach to construct the latent space and then map back to the ambient space.
△ Less
Submitted 26 April, 2022;
originally announced April 2022.
-
On the Parameter Combinations That Matter and on Those That do Not
Authors:
Nikolaos Evangelou,
Noah J. Wichrowski,
George A. Kevrekidis,
Felix Dietrich,
Mahdi Kooshkbaghi,
Sarah McFann,
Ioannis G. Kevrekidis
Abstract:
We present a data-driven approach to characterizing nonidentifiability of a model's parameters and illustrate it through dynamic as well as steady kinetic models. By employing Diffusion Maps and their extensions, we discover the minimal combinations of parameters required to characterize the output behavior of a chemical system: a set of effective parameters for the model. Furthermore, we introduc…
▽ More
We present a data-driven approach to characterizing nonidentifiability of a model's parameters and illustrate it through dynamic as well as steady kinetic models. By employing Diffusion Maps and their extensions, we discover the minimal combinations of parameters required to characterize the output behavior of a chemical system: a set of effective parameters for the model. Furthermore, we introduce and use a Conformal Autoencoder Neural Network technique, as well as a kernel-based Jointly Smooth Function technique, to disentangle the redundant parameter combinations that do not affect the output behavior from the ones that do. We discuss the interpretability of our data-driven effective parameters, and demonstrate the utility of the approach both for behavior prediction and parameter estimation. In the latter task, it becomes important to describe level sets in parameter space that are consistent with a particular output behavior. We validate our approach on a model of multisite phosphorylation, where a reduced set of effective parameters (nonlinear combinations of the physical ones) has previously been established analytically.
△ Less
Submitted 9 June, 2022; v1 submitted 13 October, 2021;
originally announced October 2021.
-
Learning effective stochastic differential equations from microscopic simulations: linking stochastic numerics to deep learning
Authors:
Felix Dietrich,
Alexei Makeev,
George Kevrekidis,
Nikolaos Evangelou,
Tom Bertalan,
Sebastian Reich,
Ioannis G. Kevrekidis
Abstract:
We identify effective stochastic differential equations (SDE) for coarse observables of fine-grained particle- or agent-based simulations; these SDE then provide useful coarse surrogate models of the fine scale dynamics. We approximate the drift and diffusivity functions in these effective SDE through neural networks, which can be thought of as effective stochastic ResNets. The loss function is in…
▽ More
We identify effective stochastic differential equations (SDE) for coarse observables of fine-grained particle- or agent-based simulations; these SDE then provide useful coarse surrogate models of the fine scale dynamics. We approximate the drift and diffusivity functions in these effective SDE through neural networks, which can be thought of as effective stochastic ResNets. The loss function is inspired by, and embodies, the structure of established stochastic numerical integrators (here, Euler-Maruyama and Milstein); our approximations can thus benefit from backward error analysis of these underlying numerical schemes. They also lend themselves naturally to "physics-informed" gray-box identification when approximate coarse models, such as mean field equations, are available. Existing numerical integration schemes for Langevin-type equations and for stochastic partial differential equations (SPDE) can also be used for training; we demonstrate this on a stochastically forced oscillator and the stochastic wave equation. Our approach does not require long trajectories, works on scattered snapshot data, and is designed to naturally handle different time steps per snapshot. We consider both the case where the coarse collective observables are known in advance, as well as the case where they must be found in a data-driven manner.
△ Less
Submitted 24 July, 2022; v1 submitted 10 June, 2021;
originally announced June 2021.
-
Initializing LSTM internal states via manifold learning
Authors:
Felix P. Kemeth,
Tom Bertalan,
Nikolaos Evangelou,
Tianqi Cui,
Saurabh Malani,
Ioannis G. Kevrekidis
Abstract:
We present an approach, based on learning an intrinsic data manifold, for the initialization of the internal state values of LSTM recurrent neural networks, ensuring consistency with the initial observed input data. Exploiting the generalized synchronization concept, we argue that the converged, "mature" internal states constitute a function on this learned manifold. The dimension of this manifold…
▽ More
We present an approach, based on learning an intrinsic data manifold, for the initialization of the internal state values of LSTM recurrent neural networks, ensuring consistency with the initial observed input data. Exploiting the generalized synchronization concept, we argue that the converged, "mature" internal states constitute a function on this learned manifold. The dimension of this manifold then dictates the length of observed input time series data required for consistent initialization. We illustrate our approach through a partially observed chemical model system, where initializing the internal LSTM states in this fashion yields visibly improved performance. Finally, we show that learning this data manifold enables the transformation of partially observed dynamics into fully observed ones, facilitating alternative identification paths for nonlinear dynamical systems.
△ Less
Submitted 12 May, 2021; v1 submitted 27 April, 2021;
originally announced April 2021.
-
A fast approach to Anderson localization for even-$N$ Dyson insulator
Authors:
G. T. Stamatiou,
S. N. Evangelou
Abstract:
Dyson insulators with random hoppings in a lattice approach localization faster compared to the usual Anderson insulators with site disorder. For even-$N$ lattice sites the Dyson insulators mimic topological insulators with a pseudo-gap at the band center and the energy-level statistics obtained via the $P(S)$ distribution is of an intermediate type close to the Anderson localized Poisson limit. F…
▽ More
Dyson insulators with random hoppings in a lattice approach localization faster compared to the usual Anderson insulators with site disorder. For even-$N$ lattice sites the Dyson insulators mimic topological insulators with a pseudo-gap at the band center and the energy-level statistics obtained via the $P(S)$ distribution is of an intermediate type close to the Anderson localized Poisson limit. For odd-$N$ level-repulsion and Wigner statistics appears as in the quasi-metallic regime of $2D$ Anderson insulators, plus a single $E=0$ mode protected by chiral symmetry. The distribution of the participation ratio and the multifractal dimensions of the midband state are computed. In $1D$ the Dyson state is localized and in $2D$ is fractal. Our results might be relevant for recent experimental studies of chiral localization in photonic waveguide arrays.
△ Less
Submitted 8 July, 2020;
originally announced July 2020.
-
Anderson localization and extreme values in chaotic climate dynamics
Authors:
John T. Bruun,
Spiros N. Evangelou
Abstract:
This work is a generic advance in the study of delocalized (ergodic) to localized (non-ergodic) wave propagation phenomena in the presence of disorder. There is an urgent need to better understand the physics of extreme value process in the context of contemporary climate change. For earth system climate analysis General Circulation Model simulation sizes are rather small, 10 to 50 ensemble member…
▽ More
This work is a generic advance in the study of delocalized (ergodic) to localized (non-ergodic) wave propagation phenomena in the presence of disorder. There is an urgent need to better understand the physics of extreme value process in the context of contemporary climate change. For earth system climate analysis General Circulation Model simulation sizes are rather small, 10 to 50 ensemble members due to computational burden while large ensembles are intrinsic to the study of Anderson localization. We merge universal transport approaches of Random Matrix Theory (RMT), described by the characteristic polynomial of random matrices, with the geometrical universal extremal types max stable limit law. A generic ensemble based random Hamiltonian approach allows a physical proof of state transition properties for extreme value processes. In this work Anderson localization is examined for the extreme tails of the related probability densities. We show that the Generalized Extreme Value (GEV) shape parameter $ξ$ is a diagnostic tool that accurately distinguishes localized from delocalized systems and this property should hold for all wave based transport phenomena.
△ Less
Submitted 10 November, 2019;
originally announced November 2019.
-
Parity-dependent localization in $N$ strongly coupled chains
Authors:
Dietmar Weinmann,
S. N. Evangelou
Abstract:
Anderson localization of wave-functions at zero energy in quasi-1D systems of $N$ disordered chains with inter-chain coupling $t$ is examined. Localization becomes weaker than for the 1D disordered chain ($t=0$) when $t$ is smaller than the longitudinal hopping $t'=1$, and localization becomes usually much stronger when $t\gg t'$. This is not so for all $N$. We find "immunity" to strong localizati…
▽ More
Anderson localization of wave-functions at zero energy in quasi-1D systems of $N$ disordered chains with inter-chain coupling $t$ is examined. Localization becomes weaker than for the 1D disordered chain ($t=0$) when $t$ is smaller than the longitudinal hopping $t'=1$, and localization becomes usually much stronger when $t\gg t'$. This is not so for all $N$. We find "immunity" to strong localization for open (periodic) lateral boundary conditions when $N$ is odd (a multiple of four), with localization that is weaker than for $t=0$ and rather insensitive to $t$ when $t \gg t'$. The peculiar $N$-dependence and a critical scaling with $N$ is explained by a perturbative treatment in $t'/t$, and the correspondence to a weakly disordered effective chain is shown. Our results could be relevant for experimental studies of localization in photonic waveguide arrays.
△ Less
Submitted 25 June, 2014;
originally announced June 2014.
-
Multifractal zero mode for disordered graphene
Authors:
I. Kleftogiannis,
S. N. Evangelou
Abstract:
Off-diagonal disorder with random hopping between the sublattices of a bipartite lattice is described by a Hamiltonian which has chiral (sub-lattice) symmetry. The energy spectrum is symmetric around E=0 and for odd total number of lattice sites an isolated zero mode always exists, which coincides with the mobility edge of an Anderson transition in two dimensions(2D). In the chiral orthogonal symm…
▽ More
Off-diagonal disorder with random hopping between the sublattices of a bipartite lattice is described by a Hamiltonian which has chiral (sub-lattice) symmetry. The energy spectrum is symmetric around E=0 and for odd total number of lattice sites an isolated zero mode always exists, which coincides with the mobility edge of an Anderson transition in two dimensions(2D). In the chiral orthogonal symmetry class BDI we compute the fractal dimension $D_{2}$ of the zero mode for graphene samples with edges. In the absence of disorder $D_{2}=1$, which corresponds to a one-dimensional edge states, while for strong disorder $D_{2}$ decays towards 0 and the zero mode becomes localized. The similarities and differences between zero modes in the honeycomb and the square bipartite lattices are pointed out.
△ Less
Submitted 22 April, 2013;
originally announced April 2013.
-
Critical level-statistics for weakly disordered graphene
Authors:
H. Amanatidis,
I. Kleftogiannis,
D. E. Katsanos,
S. N. Evangelou
Abstract:
In two dimensions chaotic level-statistics is expected for massless Dirac fermions in the presence of disorder. For weakly disordered graphene flakes with zigzag edges the obtained level-spacing distribution in the Dirac region is neither chaotic (Wigner) nor localized (Poisson) but similar to that at the critical point of the Anderson metal-insulator transition. The quantum transport in finite gr…
▽ More
In two dimensions chaotic level-statistics is expected for massless Dirac fermions in the presence of disorder. For weakly disordered graphene flakes with zigzag edges the obtained level-spacing distribution in the Dirac region is neither chaotic (Wigner) nor localized (Poisson) but similar to that at the critical point of the Anderson metal-insulator transition. The quantum transport in finite graphene can occur via critical edge states as in topological insulators, for strong disorder the Dirac region vanishes and graphene behaves as ordinary Anderson insulator.
△ Less
Submitted 11 February, 2013;
originally announced February 2013.
-
Quantum chaos in disordered graphene
Authors:
I. Amanatidis,
S. N. Evangelou
Abstract:
We have studied numerically the statistics for electronic states (level-spacings and participation ratios) from disordered graphene of finite size, described by the aspect ratio $W/L$ and various geometries, including finite or torroidal, chiral or achiral carbon nanotubes. Quantum chaotic Wigner energy level-spacing distribution is found for weak disorder, even infinitesimally small disorder fo…
▽ More
We have studied numerically the statistics for electronic states (level-spacings and participation ratios) from disordered graphene of finite size, described by the aspect ratio $W/L$ and various geometries, including finite or torroidal, chiral or achiral carbon nanotubes. Quantum chaotic Wigner energy level-spacing distribution is found for weak disorder, even infinitesimally small disorder for wide and short samples ($W/L>>1$), while for strong disorder Anderson localization with Poisson level-statistics always sets in. Although pure graphene near the Dirac point corresponds to integrable ballistic statistics chaotic diffusive behavior is more common for realistic samples.
△ Less
Submitted 30 June, 2008;
originally announced June 2008.
-
Quantum Walks on a Random Environment
Authors:
Yue Yin,
D. E. Katsanos,
S. N. Evangelou
Abstract:
Quantum walks are considered in a one-dimensional random medium characterized by static or dynamic disorder. Quantum interference for static disorder can lead to Anderson localization which completely hinders the quantum walk and it is contrasted with the decoherence effect of dynamic disorder having strength W, where a quantum to classical crossover at time $t_{c}\propto W^{-2}$ transforms the…
▽ More
Quantum walks are considered in a one-dimensional random medium characterized by static or dynamic disorder. Quantum interference for static disorder can lead to Anderson localization which completely hinders the quantum walk and it is contrasted with the decoherence effect of dynamic disorder having strength W, where a quantum to classical crossover at time $t_{c}\propto W^{-2}$ transforms the quantum walk into an ordinary random walk with diffusive spreading. We demonstrate these localization and decoherence phenomena in quantum carpets of the observed time evolution and examine in detail a dimer lattice which corresponds to a single qubit subject to randomness.
△ Less
Submitted 8 August, 2007;
originally announced August 2007.
-
Environment-Mediated Quantum State Transfer
Authors:
Yue Yin,
S. N. Evangelou
Abstract:
We propose a scheme for quantum state transfer(QST) between two qubits which is based on their individual interaction with a common boson environment. The corresponding single mode spin-boson Hamiltonian is solved by mapping it onto a wave propagation problem in a semi-infinite ladder and the fidelity is obtained. High fidelity occurs when the qubits are equally coupled to the boson while the fi…
▽ More
We propose a scheme for quantum state transfer(QST) between two qubits which is based on their individual interaction with a common boson environment. The corresponding single mode spin-boson Hamiltonian is solved by mapping it onto a wave propagation problem in a semi-infinite ladder and the fidelity is obtained. High fidelity occurs when the qubits are equally coupled to the boson while the fidelity becomes smaller for nonsymmetric couplings. The complete phase diagram for such an arbitrary QST mediated by bosons is discussed.
△ Less
Submitted 29 June, 2007;
originally announced June 2007.
-
On the critical level-curvature distribution
Authors:
S. N. Evangelou
Abstract:
The parametric motion of energy levels for non-interacting electrons at the Anderson localization critical point is studied by computing the energy level-curvatures for a quasiperiodic ring with twisted boundary conditions. We find a critical distribution which has the universal random matrix theory form ${\bar P}(K)\sim |K|^{-3}$ for large level-curvatures $|K|$ corresponding to quantum diffusi…
▽ More
The parametric motion of energy levels for non-interacting electrons at the Anderson localization critical point is studied by computing the energy level-curvatures for a quasiperiodic ring with twisted boundary conditions. We find a critical distribution which has the universal random matrix theory form ${\bar P}(K)\sim |K|^{-3}$ for large level-curvatures $|K|$ corresponding to quantum diffusion, although overall it is close to approximate log-normal statistics corresponding to localization. The obtained hybrid distribution resembles the critical distribution of the disordered Anderson model and makes a connection to recent experimental data.
△ Less
Submitted 21 July, 2004;
originally announced July 2004.
-
Critical Level-Spacing Distribution for General Boundary Conditions
Authors:
S. N. Evangelou
Abstract:
It is believed that the semi-Poisson function $P(S)=4S\exp(-2S)$ describes the normalized distribution of the nearest level-spacings $S$ for critical energy levels at the Anderson metal-insulator transition from quantum chaos to integrability, after an average over four obvious boundary conditions (BC) is taken (Braun {\it et} {\it al} \cite{1}). In order to check whether the semi-Poisson is the…
▽ More
It is believed that the semi-Poisson function $P(S)=4S\exp(-2S)$ describes the normalized distribution of the nearest level-spacings $S$ for critical energy levels at the Anderson metal-insulator transition from quantum chaos to integrability, after an average over four obvious boundary conditions (BC) is taken (Braun {\it et} {\it al} \cite{1}). In order to check whether the semi-Poisson is the correct universal distribution at criticality we numerically compute it by integrating over all possible boundary conditions. We find that although $P(S)$ describes very well the main part of the obtained critical distribution small differences exist particularly in the large $S$ tail. The simpler crossover between the integrable ballistic and localized limits is shown to be universally characterized by a Gaussian-like $P(S)$ distribution instead.
△ Less
Submitted 3 May, 2004;
originally announced May 2004.
-
Quantum correlations from Brownian diffusion of chaotic level-spacings
Authors:
S. N. Evangelou,
D. E. Katsanos
Abstract:
Quantum chaos is linked to Brownian diffusion of the underlying quantum energy level-spacing sequences. The level-spacings viewed as functions of their order execute random walks which imply uncorrelated random increments of the level-spacings while the integrability to chaos transition becomes a change from Poisson to Gauss statistics for the level-spacing increments. This universal nature of q…
▽ More
Quantum chaos is linked to Brownian diffusion of the underlying quantum energy level-spacing sequences. The level-spacings viewed as functions of their order execute random walks which imply uncorrelated random increments of the level-spacings while the integrability to chaos transition becomes a change from Poisson to Gauss statistics for the level-spacing increments. This universal nature of quantum chaotic spectral correlations is numerically demonstrated for eigenvalues from random tight binding lattices and for zeros of the Riemann zeta function.
△ Less
Submitted 29 March, 2004;
originally announced March 2004.
-
Fractal Noise in Quantum Ballistic and Diffusive Lattice Systems
Authors:
E. J. Amanatidis,
D. E. Katsanos,
S. N. Evangelou
Abstract:
We demonstrate fractal noise in the quantum evolution of wave packets moving either ballistically or diffusively in periodic and quasiperiodic tight-binding lattices, respectively. For the ballistic case with various initial superpositions we obtain a space-time self-affine fractal $Ψ(x,t)$ which verify the predictions by Berry for "a particle in a box", in addition to quantum revivals. For the…
▽ More
We demonstrate fractal noise in the quantum evolution of wave packets moving either ballistically or diffusively in periodic and quasiperiodic tight-binding lattices, respectively. For the ballistic case with various initial superpositions we obtain a space-time self-affine fractal $Ψ(x,t)$ which verify the predictions by Berry for "a particle in a box", in addition to quantum revivals. For the diffusive case self-similar fractal evolution is also obtained. These universal fractal features of quantum theory might be useful in the field of quantum information, for creating efficient quantum algorithms, and can possibly be detectable in scattering from nanostructures.
△ Less
Submitted 20 October, 2003;
originally announced October 2003.
-
Spectral Statistics in Chiral-Orthogonal Disordered Systems
Authors:
S. N. Evangelou,
D. E. Katsanos
Abstract:
We describe the singularities in the averaged density of states and the corresponding statistics of the energy levels in two- (2D) and three-dimensional (3D) chiral symmetric and time-reversal invariant disordered systems, realized in bipartite lattices with real off-diagonal disorder. For off-diagonal disorder of zero mean we obtain a singular density of states in 2D which becomes much less pro…
▽ More
We describe the singularities in the averaged density of states and the corresponding statistics of the energy levels in two- (2D) and three-dimensional (3D) chiral symmetric and time-reversal invariant disordered systems, realized in bipartite lattices with real off-diagonal disorder. For off-diagonal disorder of zero mean we obtain a singular density of states in 2D which becomes much less pronounced in 3D, while the level-statistics can be described by semi-Poisson distribution with mostly critical fractal states in 2D and Wigner surmise with mostly delocalized states in 3D. For logarithmic off-diagonal disorder of large strength we find indistinguishable behavior from ordinary disorder with strong localization in any dimension but in addition one-dimensional $1/|E|$ Dyson-like asymptotic spectral singularities. The off-diagonal disorder is also shown to enhance the propagation of two interacting particles similarly to systems with diagonal disorder. Although disordered models with chiral symmetry differ from non-chiral ones due to the presence of spectral singularities, both share the same qualitative localization properties except at the chiral symmetry point E=0 which is critical.
△ Less
Submitted 15 November, 2002; v1 submitted 6 June, 2002;
originally announced June 2002.
-
Level-spacing distribution of a fractal matrix
Authors:
D. E. Katsanos,
S. N. Evangelou
Abstract:
We diagonalize numerically a Fibonacci matrix with fractal Hilbert space structure of dimension $d_{f}=1.8316...$ We show that the density of states is logarithmically normal while the corresponding level-statistics can be described as critical since the nearest-neighbor distribution function approaches the intermediate semi-Poisson curve. We find that the eigenvector amplitudes of this matrix a…
▽ More
We diagonalize numerically a Fibonacci matrix with fractal Hilbert space structure of dimension $d_{f}=1.8316...$ We show that the density of states is logarithmically normal while the corresponding level-statistics can be described as critical since the nearest-neighbor distribution function approaches the intermediate semi-Poisson curve. We find that the eigenvector amplitudes of this matrix are also critical lying between extended and localized.
△ Less
Submitted 6 November, 2001;
originally announced November 2001.
-
Power-law Localization in 2D, 3D with Off-diagonal Disorder
Authors:
Shi-Jie Xiong,
S. N. Evangelou
Abstract:
We describe non-conventional localization of the midband E=0 state in square and cubic finite bipartite lattices with off-diagonal disorder by solving numerically the linear equations for the corresponding amplitudes. This state is shown to display multifractal fluctuations, having many sparse peaks, and by scaling the participation ratio we obtain its disorder-dependent fractal dimension…
▽ More
We describe non-conventional localization of the midband E=0 state in square and cubic finite bipartite lattices with off-diagonal disorder by solving numerically the linear equations for the corresponding amplitudes. This state is shown to display multifractal fluctuations, having many sparse peaks, and by scaling the participation ratio we obtain its disorder-dependent fractal dimension $D_{2}$. A logarithmic average correlation function grows as $g(r) \sim η\ln r$ at distance $r$ from the maximum amplitude and is consistent with a typical overall power-law decay $|ψ(r)| \sim r^{-η}$ where $η$ is proportional to the strength of off-diagonal disorder.
△ Less
Submitted 10 January, 2001;
originally announced January 2001.
-
Localization Transition in Multilayered Disordered Systems
Authors:
S. N. Evangelou,
Shi-Jie Xiong,
P. Markov,
D. E. Katsanos
Abstract:
The Anderson delocalization-localization transition is studied in multilayered systems with randomly placed interlayer bonds of density $p$ and strength $t$. In the absence of diagonal disorder (W=0), following an appropriate perturbation expansion, we estimate the mean free paths in the main directions and verify by scaling of the conductance that the states remain extended for any finite $p$,…
▽ More
The Anderson delocalization-localization transition is studied in multilayered systems with randomly placed interlayer bonds of density $p$ and strength $t$. In the absence of diagonal disorder (W=0), following an appropriate perturbation expansion, we estimate the mean free paths in the main directions and verify by scaling of the conductance that the states remain extended for any finite $p$, despite the interlayer disorder. In the presence of additional diagonal disorder ($W > 0$) we obtain an Anderson transition with critical disorder $W_c$ and localization length exponent $ν$ independently of the direction. The critical conductance distribution $P_{c}(g)$ varies, however, for the parallel and the perpendicular directions. The results are discussed in connection to disordered anisotropic materials.
△ Less
Submitted 15 January, 2001; v1 submitted 24 May, 2000;
originally announced May 2000.
-
Critical Quantum Chaos in 2D Disordered Systems with Spin-Orbit Coupling
Authors:
G. N. Katomeris,
S. N. Evangelou
Abstract:
We examine the validity of the recently proposed semi-Poisson level spacing distribution function P(S), which characterizes `critical quantum chaos', in 2D disordered systems with spin-orbit coupling. At the Anderson transition we show that the semi-Poisson P(S) can describe closely the critical distribution obtained with averaged boundary conditions, over Dirichlet in one direction with periodi…
▽ More
We examine the validity of the recently proposed semi-Poisson level spacing distribution function P(S), which characterizes `critical quantum chaos', in 2D disordered systems with spin-orbit coupling. At the Anderson transition we show that the semi-Poisson P(S) can describe closely the critical distribution obtained with averaged boundary conditions, over Dirichlet in one direction with periodic in the other and Dirichlet in both directions. We also obtain a sub-Poisson linear number variance $Σ_{2}(E)\approx χ_{0}+ χE$, with asymptotic value $χ\approx0.07$. The obtained critical statistics, intermediate between Wigner and Poisson, is relevant for disordered systems and chaotic models.
△ Less
Submitted 31 August, 1999;
originally announced August 1999.
-
Critical quantum chaos and the one dimensional Harper model
Authors:
S. N. Evangelou,
J. -L. Pichard
Abstract:
We study the quasiperiodic Harper's model in order to give further support for a possible universality of the critical spectral statistics. At the mobility edge we numerically obtain a scale-invariant distribution of the bands $S$, which is closely described by a semi-Poisson $P(S)=4S \exp(-2S)$ curve. The $\exp (-2S)$ tail appears when the mobility edge is approached from the metal while…
▽ More
We study the quasiperiodic Harper's model in order to give further support for a possible universality of the critical spectral statistics. At the mobility edge we numerically obtain a scale-invariant distribution of the bands $S$, which is closely described by a semi-Poisson $P(S)=4S \exp(-2S)$ curve. The $\exp (-2S)$ tail appears when the mobility edge is approached from the metal while $P(S)$ is asymptotically log-normal for the insulator. The multifractal critical density of states also leads to a sub-Poisson linear number variance $Σ_{2}(E)\propto 0.041E$.
△ Less
Submitted 24 February, 1999;
originally announced February 1999.
-
First Order Metal-Insulator Transition in Two-dimensional Disordered Systems
Authors:
Shie-Jie Xiong,
G. N. Katomeris,
S. N. Evangelou
Abstract:
In the absence of magnetic field or spin-orbit coupling the one-parameter scaling theory predicts localization of all states in two-dimensional (2D) disordered systems, for any amount of disorder. However, a 2D metallic phase has been recently reported in high mobility Si-MOS and GaAs-based materials without magnetic field. We study numerically a recently proposed 2D model which consists of a co…
▽ More
In the absence of magnetic field or spin-orbit coupling the one-parameter scaling theory predicts localization of all states in two-dimensional (2D) disordered systems, for any amount of disorder. However, a 2D metallic phase has been recently reported in high mobility Si-MOS and GaAs-based materials without magnetic field. We study numerically a recently proposed 2D model which consists of a compactly coupled pure-random plane structure. This allows to obtain exactly a continuum of one-dimensional ballistic extended states which can lead to a marginal metallic phase of finite conductivity $σ_{0}=2e^2/h$, in a wide energy range whose boundaries define the mobility edges of a first-order metal-insulator transition. We present numerical diagonalization results and the conductivity of the system in perpendicular magnetic field, which verify the above analytical predictions. The model is also discussed in connection to recent experiments.
△ Less
Submitted 11 December, 1998;
originally announced December 1998.
-
One-Dimensional Extended States in Partially Disordered Planar Systems
Authors:
Shi-Jie Xiong,
S. N. Evangelou,
E. N. Economou
Abstract:
We obtain analytically a continuum of one-dimensional ballistic extended states in a two-dimensional disordered system, which consists of compactly coupled random and pure square lattices. The extended states give a marginal metallic phase with finite conductivity $σ_{0}=2e^2/h$ in a wide energy range, whose boundaries define the mobility edges of a first-order metal-insulator transition. We sho…
▽ More
We obtain analytically a continuum of one-dimensional ballistic extended states in a two-dimensional disordered system, which consists of compactly coupled random and pure square lattices. The extended states give a marginal metallic phase with finite conductivity $σ_{0}=2e^2/h$ in a wide energy range, whose boundaries define the mobility edges of a first-order metal-insulator transition. We show current-voltage duality, $H_{\parallel}/T$ scaling of the conductivity in parallel magnetic field $H_{\parallel}$ and non-Fermi liquid properties when long-range electron-electron interactions are included.
△ Less
Submitted 17 June, 1998;
originally announced June 1998.
-
Anisotropic Quantum Transport in Layered High--$T_c$ Cuprates
Authors:
S. N. Evangelou,
Shi-Jie Xiong,
Ding-Yu Xing,
E. N. Economou
Abstract:
A random lattice model with dilute interlayer bonds of density $p$ is proposed to describe the underdoped high--$T_c$ cuprates. We show analytically via an appropriate perturbation expansion and verify independently by numerical scaling of the conductance that for any finite $p$ the states remain extended in all directions, despite the presence of interlayer disorder. However, the obtained elect…
▽ More
A random lattice model with dilute interlayer bonds of density $p$ is proposed to describe the underdoped high--$T_c$ cuprates. We show analytically via an appropriate perturbation expansion and verify independently by numerical scaling of the conductance that for any finite $p$ the states remain extended in all directions, despite the presence of interlayer disorder. However, the obtained electronic transport is highly anisotropic with violent conductance fluctuations occuring in the layering direction, which can be responsible for the experimentally observed metallic "in-plane" and semiconducting "out-of-plane" resistivity of the cuprates.
△ Less
Submitted 22 August, 1997;
originally announced August 1997.
-
Superconductivity-Induced Anderson Localisation
Authors:
D. E. Katsanos,
S. N. Evangelou,
C. J. Lambert
Abstract:
We have studied the effect of a random superconducting order parameter on the localization of quasi-particles, by numerical finite size scaling of the Bogoliubov-de Gennes tight-binding Hamiltonian. Anderson localization is obtained in d=2 and a mobility edge where the states localize is observed in d=3. The critical behavior and localization exponent are universal within error bars both for rea…
▽ More
We have studied the effect of a random superconducting order parameter on the localization of quasi-particles, by numerical finite size scaling of the Bogoliubov-de Gennes tight-binding Hamiltonian. Anderson localization is obtained in d=2 and a mobility edge where the states localize is observed in d=3. The critical behavior and localization exponent are universal within error bars both for real and complex random order parameter. Experimentally these results imply a suppression of the electronic contribution to thermal transport from states above the bulk energy gap.
△ Less
Submitted 15 July, 1997;
originally announced July 1997.
-
Sparse random matrix configurations for two or three interacting electrons in a random potential
Authors:
Shi-Jie Xiong,
S. N. Evangelou
Abstract:
We investigate the random matrix configurations for two or three interacting electrons in one-dimensional disordered systems. In a suitable non-interacting localized electron basis we obtain a sparse random matrix with very long tails which is different from a superimposed random band matrix usually thought to be valid. The number of non-zero off-diagonal matrix elements is shown to decay very w…
▽ More
We investigate the random matrix configurations for two or three interacting electrons in one-dimensional disordered systems. In a suitable non-interacting localized electron basis we obtain a sparse random matrix with very long tails which is different from a superimposed random band matrix usually thought to be valid. The number of non-zero off-diagonal matrix elements is shown to decay very weakly from the matrix diagonal and the non-zero matrix elements are distributed according to a Lorentzian around zero with also very weakly decaying parameters. The corresponding random matrix for three interacting electrons is similar but even more sparse.
△ Less
Submitted 20 March, 1997;
originally announced March 1997.
-
Two Interacting Electrons in a Quasiperiodic Chain
Authors:
S. N. Evangelou,
D. E. Katsanos
Abstract:
We study numerically the effect of on-site Hubbard interaction U between two electrons in the quasiperiodic Harper's equation. In the periodic chain limit by mapping the problem to that of one electron in two dimensions with a diagonal line of impurities of strength U we demonstrate a band of resonance two particle pairing states starting from E=U. In the ballistic (metallic) regime we show expl…
▽ More
We study numerically the effect of on-site Hubbard interaction U between two electrons in the quasiperiodic Harper's equation. In the periodic chain limit by mapping the problem to that of one electron in two dimensions with a diagonal line of impurities of strength U we demonstrate a band of resonance two particle pairing states starting from E=U. In the ballistic (metallic) regime we show explicitly interaction-assisted extended pairing states and multifractal pairing states in the diffusive (critical) regime. We also obtain localized pairing states in the gaps and the created subband due to U, whose number increases when going to the localized regime, which are responsible for reducing the velocity and the diffusion coefficient in the qualitatively similar to the non-interacting case ballistic and diffusive dynamics. In the localized regime we find propagation enhancement for small U and stronger localization for larger U, as in disordered systems.
△ Less
Submitted 11 March, 1997;
originally announced March 1997.
-
Magnetoquantum Oscillations in Mesoscopic Multi-Channel Rings
Authors:
Yan Chen,
Shi-Jie Xiong,
S. N. Evangelou
Abstract:
We obtain exact analytical expressions for the electronic transport through a multi-channel system, also with an applied magnetic field. The geometrical structure of the electrodes is found to cause a splitting of the conduction band into many subbands, depending on the number and the length of the chains and the conductance approaches zero when the chain number is sufficiently large, due to qua…
▽ More
We obtain exact analytical expressions for the electronic transport through a multi-channel system, also with an applied magnetic field. The geometrical structure of the electrodes is found to cause a splitting of the conduction band into many subbands, depending on the number and the length of the chains and the conductance approaches zero when the chain number is sufficiently large, due to quantum interference. In the presence of a magnetic field a very complicated oscillatory behavior of the conductance is found with a very sensitive dependence on the number of chains and their lengths, in a remarkable distinction from the usual oscillations in two-channel Aharonov-Bohm (AB) rings. In the multi-channel system the obtained oscillation patterns and their periodicities depend on the partitioning of the magnetic flux in the areas enclosed by the electronic paths. The present study may provide a useful information for quantum dots with a special configuration.
△ Less
Submitted 27 February, 1997;
originally announced February 1997.