-
Breadboarding the European Moon Rover System: discussion and results of the analogue field test campaign
Authors:
Cristina Luna,
Augusto Gómez Eguíluz,
Jorge Barrientos-Díez,
Almudena Moreno,
Alba Guerra,
Manuel Esquer,
Marina L. Seoane,
Steven Kay,
Angus Cameron,
Carmen Camañes,
Philipp Haas,
Vassilios Papantoniou,
Armin Wedler,
Bernhard Rebele,
Jennifer Reynolds,
Markus Landgraf
Abstract:
This document compiles results obtained from the test campaign of the European Moon Rover System (EMRS) project. The test campaign, conducted at the Planetary Exploration Lab of DLR in Wessling, aimed to understand the scope of the EMRS breadboard design, its strengths, and the benefits of the modular design. The discussion of test results is based on rover traversal analyses, robustness assessmen…
▽ More
This document compiles results obtained from the test campaign of the European Moon Rover System (EMRS) project. The test campaign, conducted at the Planetary Exploration Lab of DLR in Wessling, aimed to understand the scope of the EMRS breadboard design, its strengths, and the benefits of the modular design. The discussion of test results is based on rover traversal analyses, robustness assessments, wheel deflection analyses, and the overall transportation cost of the rover. This not only enables the comparison of locomotion modes on lunar regolith but also facilitates critical decision-making in the design of future lunar missions.
△ Less
Submitted 21 November, 2024;
originally announced November 2024.
-
A multi-modal approach to continuous material identification through tactile sensing
Authors:
Augusto Gómez Eguíluz,
Ignacio Rañó,
Sonya A. Coleman,
T. Martin McGinnity
Abstract:
Tactile sensing has recently been used in robotics for object identification, grasping, and material recognition. Most material recognition approaches use vibration information from a tactile exploration, typically above one second long, to identify the material. This work proposes a tactile multi-modal (vibration and thermal) material identification approach based on recursive Bayesian estimation…
▽ More
Tactile sensing has recently been used in robotics for object identification, grasping, and material recognition. Most material recognition approaches use vibration information from a tactile exploration, typically above one second long, to identify the material. This work proposes a tactile multi-modal (vibration and thermal) material identification approach based on recursive Bayesian estimation. Through the frequency response of the vibration induced by the material and thermal features, like an estimate of the thermal power loss of the finger, we show that it is possible to identify materials in less than half a second. Moreover, a comparison between the use of vibration only and multi-modal identification shows that both recognition time and classification errors are reduced by adding thermal information.
△ Less
Submitted 6 November, 2023;
originally announced November 2023.
-
Experimental Evidence for Non-spherical Magnetic Form Factor in Ru$^{3+}$
Authors:
Colin L. Sarkis,
John W. Villanova,
Casey Eichstaedt,
Adolfo G. Eguiluz,
Jaime A. Fernandez-Baca,
Masaaki Matsuda,
Jiaqiang Yan,
Christian Balz,
Arnab Banerjee,
D. Alan Tennant,
Tom Berlijn,
Stephen E. Nagler
Abstract:
The Mott insulator $α$-RuCl$_3$ has generated great interest in the community due to its possible field-induced Kitaev quantum spin liquid state. Despite enormous effort spent trying to obtain the form of the low energy Hamiltonian, there is currently no agreed upon set of parameters which is able to explain all of the data. A key piece of missing information lies in the determination of the magne…
▽ More
The Mott insulator $α$-RuCl$_3$ has generated great interest in the community due to its possible field-induced Kitaev quantum spin liquid state. Despite enormous effort spent trying to obtain the form of the low energy Hamiltonian, there is currently no agreed upon set of parameters which is able to explain all of the data. A key piece of missing information lies in the determination of the magnetic form factor of Ru$^{3+}$, particularly for a true quantitative treatment of inelastic neutron scattering data. Here we present the experimentally derived magnetic form factor of Ru$^{3+}$ in the low spin 4$d^5$ state using polarized neutron diffraction within the paramagnetic regime on high quality single crystals of $α$-RuCl$_3$. We observe strong evidence of an anisotropic form factor, expected of the spin-orbit coupled $j_{\textrm{eff}} = \frac{1}{2}$ ground state. We model the static magnetization density in increasing complexity from simple isotropic cases, to a multipolar expansion, and finally \emph{ab initio} calculations of the generalized $j_{\textrm{eff}} = \frac{1}{2}$ ground state. Comparison of both single ion models and inclusion of Cl$^-$ anions support the presence of hybridization of Ru$^{3+}$ with the surrounding Cl$^{-}$ ligands.
△ Less
Submitted 31 October, 2023;
originally announced November 2023.
-
ASAP: Adaptive Transmission Scheme for Online Processing of Event-based Algorithms
Authors:
Raul Tapia,
José Ramiro Martínez-de Dios,
Augusto Gómez Eguíluz,
Anibal Ollero
Abstract:
Online event-based perception techniques on board robots navigating in complex, unstructured, and dynamic environments can suffer unpredictable changes in the incoming event rates and their processing times, which can cause computational overflow or loss of responsiveness. This paper presents ASAP: a novel event handling framework that dynamically adapts the transmission of events to the processin…
▽ More
Online event-based perception techniques on board robots navigating in complex, unstructured, and dynamic environments can suffer unpredictable changes in the incoming event rates and their processing times, which can cause computational overflow or loss of responsiveness. This paper presents ASAP: a novel event handling framework that dynamically adapts the transmission of events to the processing algorithm, keeping the system responsiveness and preventing overflows. ASAP is composed of two adaptive mechanisms. The first one prevents event processing overflows by discarding an adaptive percentage of the incoming events. The second mechanism dynamically adapts the size of the event packages to reduce the delay between event generation and processing. ASAP has guaranteed convergence and is flexible to the processing algorithm. It has been validated on board a quadrotor and an ornithopter robot in challenging conditions.
△ Less
Submitted 18 September, 2022;
originally announced September 2022.
-
ASAP: Adaptive Scheme for Asynchronous Processing of Event-based Vision Algorithms
Authors:
Raul Tapia,
Augusto Gómez Eguíluz,
José Ramiro Martínez-de Dios,
Anibal Ollero
Abstract:
Event cameras can capture pixel-level illumination changes with very high temporal resolution and dynamic range. They have received increasing research interest due to their robustness to lighting conditions and motion blur. Two main approaches exist in the literature to feed the event-based processing algorithms: packaging the triggered events in event packages and sending them one-by-one as sing…
▽ More
Event cameras can capture pixel-level illumination changes with very high temporal resolution and dynamic range. They have received increasing research interest due to their robustness to lighting conditions and motion blur. Two main approaches exist in the literature to feed the event-based processing algorithms: packaging the triggered events in event packages and sending them one-by-one as single events. These approaches suffer limitations from either processing overflow or lack of responsivity. Processing overflow is caused by high event generation rates when the algorithm cannot process all the events in real-time. Conversely, lack of responsivity happens in cases of low event generation rates when the event packages are sent at too low frequencies. This paper presents ASAP, an adaptive scheme to manage the event stream through variable-size packages that accommodate to the event package processing times. The experimental results show that ASAP is capable of feeding an asynchronous event-by-event clustering algorithm in a responsive and efficient manner and at the same time prevents overflow.
△ Less
Submitted 18 September, 2022;
originally announced September 2022.
-
The GRIFFIN Perception Dataset: Bridging the Gap Between Flapping-Wing Flight and Robotic Perception
Authors:
J. P. Rodríguez-Gómez,
R. Tapia,
J. L. Paneque,
P. Grau,
A. Gómez Eguíluz,
J. R. Martínez-de Dios,
A. Ollero
Abstract:
The development of automatic perception systems and techniques for bio-inspired flapping-wing robots is severely hampered by the high technical complexity of these platforms and the installation of onboard sensors and electronics. Besides, flapping-wing robot perception suffers from high vibration levels and abrupt movements during flight, which cause motion blur and strong changes in lighting con…
▽ More
The development of automatic perception systems and techniques for bio-inspired flapping-wing robots is severely hampered by the high technical complexity of these platforms and the installation of onboard sensors and electronics. Besides, flapping-wing robot perception suffers from high vibration levels and abrupt movements during flight, which cause motion blur and strong changes in lighting conditions. This paper presents a perception dataset for bird-scale flapping-wing robots as a tool to help alleviate the aforementioned problems. The presented data include measurements from onboard sensors widely used in aerial robotics and suitable to deal with the perception challenges of flapping-wing robots, such as an event camera, a conventional camera, and two Inertial Measurement Units (IMUs), as well as ground truth measurements from a laser tracker or a motion capture system. A total of 21 datasets of different types of flights were collected in three different scenarios (one indoor and two outdoor). To the best of the authors' knowledge this is the first dataset for flapping-wing robot perception.
△ Less
Submitted 18 February, 2021; v1 submitted 25 January, 2021;
originally announced January 2021.
-
Deriving models for the Kitaev spin-liquid candidate material $α$-RuCl$_3$ from first principles
Authors:
Casey Eichstaedt,
Yi Zhang,
Pontus Laurell,
Satoshi Okamoto,
Adolfo G. Eguiluz,
Tom Berlijn
Abstract:
We use the constrained random phase approximation (cRPA) to derive from first principles the Ru-$t_{2g}$ Wannier function based model for the Kitaev spin-liquid candidate material $α$-RuCl$_3$. We find the non-local Coulomb repulsion to be sizable compared to the local one. In addition we obtain the contribution to the Hamiltonian from the spin-orbit coupling and find it to also contain non-neglig…
▽ More
We use the constrained random phase approximation (cRPA) to derive from first principles the Ru-$t_{2g}$ Wannier function based model for the Kitaev spin-liquid candidate material $α$-RuCl$_3$. We find the non-local Coulomb repulsion to be sizable compared to the local one. In addition we obtain the contribution to the Hamiltonian from the spin-orbit coupling and find it to also contain non-negligible non-local terms. We invoke strong coupling perturbation theory to investigate the influence of these non-local elements of the Coulomb repulsion and the spin-orbit coupling on the magnetic interactions. We find that the non-local Coulomb repulsions cause a strong enhancement of the magnetic interactions, which deviate from experimental fits reported in the literature. Our results contribute to the understanding and design of quantum spin liquid materials via first principles calculations.
△ Less
Submitted 6 September, 2019; v1 submitted 2 April, 2019;
originally announced April 2019.
-
All-electron self-consistent GW in the Matsubara-time domain: implementation and benchmarks of semiconductors and insulators
Authors:
Iek-Heng Chu,
Jonathan P. Trinastic,
Yun-Peng Wang,
Adolfo G. Eguiluz,
Anton Kozhevnikov,
Thomas C. Schulthess,
Hai-Ping Cheng
Abstract:
The GW approximation is a well-known method to improve electronic structure predictions calculated within density functional theory. In this work, we have implemented a computationally efficient GW approach that calculates central properties within the Matsubara-time domain using the modified version of Elk, the full-potential linearized augmented plane wave (FP-LAPW) package. Continuous-pole expa…
▽ More
The GW approximation is a well-known method to improve electronic structure predictions calculated within density functional theory. In this work, we have implemented a computationally efficient GW approach that calculates central properties within the Matsubara-time domain using the modified version of Elk, the full-potential linearized augmented plane wave (FP-LAPW) package. Continuous-pole expansion (CPE), a recently proposed analytic continuation method, has been incorporated and compared to the widely used Pade approximation. Full crystal symmetry has been employed for computational speedup. We have applied our approach to 18 well-studied semiconductors/insulators that cover a wide range of band gaps computed at the levels of single-shot G0W0, partially self-consistent GW0, and fully self-consistent GW (scGW). Our calculations show that G0W0 leads to band gaps that agree well with experiment for the case of simple s-p electron systems, whereas scGW is required for improving the band gaps in 3-d electron systems. In addition, GW0 almost always predicts larger band gap values compared to scGW, likely due to the substantial underestimation of screening effects. Both the CPE method and Pade approximation lead to similar band gaps for most systems except strontium titantate, suggesting further investigation into the latter approximation is necessary for strongly correlated systems. Our computed band gaps serve as important benchmarks for the accuracy of the Matsubara-time GW approach.
△ Less
Submitted 6 February, 2016;
originally announced February 2016.
-
Microscopic and Spectroscopic Evidence for a Slater Metal-Insulator Transition in Sr2IrO4
Authors:
Qing Li,
Guixin Cao,
Satoshi Okamoto,
Jieyu Yi,
Wenzhi Lin,
Brian C. Sales,
Jiaqiang Yan,
Ryotaro Arita,
Jan Kunes,
Anton V. Kozhevnikov,
Adolfo G. Eguiluz,
Masatoshi Imada,
Zheng Gai,
Minghu Pan,
David G. Mandrus
Abstract:
Layered 5d transition metal oxides (TMOs) have attracted significant interest in recent years because of the rich physical properties induced by the interplay between spin-orbit coupling, bandwidth and on-site Coulomb repulsion. In Sr2IrO4, this interplay opens a gap near the Fermi energy and stabilizes a Jeff=1/2 spin-orbital entangled insulating state at low temperatures. Whether this metal-insu…
▽ More
Layered 5d transition metal oxides (TMOs) have attracted significant interest in recent years because of the rich physical properties induced by the interplay between spin-orbit coupling, bandwidth and on-site Coulomb repulsion. In Sr2IrO4, this interplay opens a gap near the Fermi energy and stabilizes a Jeff=1/2 spin-orbital entangled insulating state at low temperatures. Whether this metal-insulating transition (MIT) is Mott-type (electronic-correlation driven) or Slater-type (magnetic-order driven) has been under intense debate. We address this issue via spatially resolved imaging and spectroscopic studies of the Sr2IrO4 surface using scanning tunneling microscopy/spectroscopy (STM/S). The STS results clearly illustrate the opening of the (~150-250 meV) insulating gap at low temperatures, in qualitative agreement with our density-functional theory (DFT) calculations. More importantly, the measured temperature dependence of the gap width coupled with our DFT+dynamical mean field theory (DMFT) results strongly support the Slater-type MIT scenario in Sr2IrO4. The STS data further reveal a pseudogap structure above the Neel temperature, presumably related to the presence of antiferromagnetic fluctuations.
△ Less
Submitted 3 April, 2013; v1 submitted 28 March, 2013;
originally announced March 2013.
-
Mechanism of enhanced optical second-harmonic generation in the conducting pyrochlore-type Pb$_{2}$Ir$_{2}$O$_{7-x}$ oxide compound
Authors:
Yasuyuki Hirata,
Makoto Nakajima,
Yusuke Nomura,
Hiroyuki Tajima,
Yoshitaka Matsushita,
Keiko Asoh,
Yoko Kiuchi,
Adolfo G. Eguiluz,
Ryotaro Arita,
Tohru Suemoto,
Kenya Ohgushi
Abstract:
The structural, electronic, and optical properties of pyrochlore-type Pb$_{2}$Ir$_{2}$O$_{6}$O'$_{0.55}$, which is a metal without spatial inversion symmetry at room temperature, were investigated. Structural analysis revealed that the structural distortion relevant to the breakdown of the inversion symmetry is dominated by the Pb-O' network but is very small in the Ir-O network. At the same time,…
▽ More
The structural, electronic, and optical properties of pyrochlore-type Pb$_{2}$Ir$_{2}$O$_{6}$O'$_{0.55}$, which is a metal without spatial inversion symmetry at room temperature, were investigated. Structural analysis revealed that the structural distortion relevant to the breakdown of the inversion symmetry is dominated by the Pb-O' network but is very small in the Ir-O network. At the same time, gigantic second-harmonic generation signals were observed, which can only occur if the local environment of the Ir 5$d$ electrons features broken inversion symmetry. First-principles electronic structure calculations reveal that the underlying mechanism for this phenomenon is the induction of the noncentrosymmetricity in the Ir 5$d$ bands by the strong hybridization with O' 2$p$ orbitals. Our results stimulate theoretical study of inversion-broken iridates, where exotic quantum states such as a topological insulator and Dirac semimetal are anticipated.
△ Less
Submitted 20 March, 2013; v1 submitted 30 January, 2012;
originally announced January 2012.
-
{\it Ab initio} Studies on the Interplay between Spin-Orbit Interaction and Coulomb Correlation in Sr$_2$IrO$_4$ and Ba$_2$IrO$_4$
Authors:
R. Arita,
J. Kuneš,
A. V. Kozhevnikov,
A. G. Eguiluz,
M. Imada
Abstract:
{\it Ab initio} analyses of A$_2$IrO$_4$ (A=Sr, Ba) are presented. Effective Hubbard-type models for Ir 5$d$ $t_{2g}$ manifolds downfolded from the global band structure are solved based on the dynamical mean-field theory. The results for A=Sr and Ba correctly reproduce paramagnetic metals undergoing continuous transitions to insulators below the Néel temperature $T_N$. These compounds are classif…
▽ More
{\it Ab initio} analyses of A$_2$IrO$_4$ (A=Sr, Ba) are presented. Effective Hubbard-type models for Ir 5$d$ $t_{2g}$ manifolds downfolded from the global band structure are solved based on the dynamical mean-field theory. The results for A=Sr and Ba correctly reproduce paramagnetic metals undergoing continuous transitions to insulators below the Néel temperature $T_N$. These compounds are classified not into Mott insulators but into Slater insulators. However, the insulating gap opens by a synergy of the Neel order and significant band renormalization, which is also manifested by a 2D bad metallic behavior in the paramagnetic phase near the quantum criticality.
△ Less
Submitted 1 March, 2012; v1 submitted 5 July, 2011;
originally announced July 2011.
-
Low-Energy Charge-Density Excitations in MgB$_{2}$: Striking Interplay between Single-Particle and Collective Behavior for Large Momenta
Authors:
Y. Q. Cai,
P. C. Chow,
O. D. Restrepo,
Y. Takano,
K. Togano,
H. Kito,
H. Ishii,
C. C. Chen,
K. S. Liang,
C. T. Chen,
S. Tsuda,
S. Shin,
C. C. Kao,
W. Ku,
A. G. Eguiluz
Abstract:
A sharp feature in the charge-density excitation spectra of single-crystal MgB$_{2}$, displaying a remarkable cosine-like, periodic energy dispersion with momentum transfer ($q$) along the $c^{*}$-axis, has been observed for the first time by high-resolution non-resonant inelastic x-ray scattering (NIXS). Time-dependent density-functional theory calculations show that the physics underlying the…
▽ More
A sharp feature in the charge-density excitation spectra of single-crystal MgB$_{2}$, displaying a remarkable cosine-like, periodic energy dispersion with momentum transfer ($q$) along the $c^{*}$-axis, has been observed for the first time by high-resolution non-resonant inelastic x-ray scattering (NIXS). Time-dependent density-functional theory calculations show that the physics underlying the NIXS data is strong coupling between single-particle and collective degrees of freedom, mediated by large crystal local-field effects. As a result, the small-$q$ collective mode residing in the single-particle excitation gap of the B $π$ bands reappears periodically in higher Brillouin zones. The NIXS data thus embody a novel signature of the layered electronic structure of MgB$_{2}$.
△ Less
Submitted 13 July, 2006; v1 submitted 12 May, 2006;
originally announced May 2006.
-
Electron-hole and plasmon excitations in 3d transition metals: Ab initio calculations and inelastic x-ray scattering measurements
Authors:
I. G. Gurtubay,
J. M. Pitarke,
Wei Ku,
A. G. Eguiluz,
B. C. Larson,
J. Tischler,
P. Zschack,
K. D. Finkelstein
Abstract:
We report extensive all-electron time-dependent density-functional calculations and nonresonant inelastic x-ray scattering measurements of the dynamical structure factor of 3d transition metals. For small wave vectors, a plasmon peak is observed which is well described by our calculations. At large wave vectors, both theory and experiment exhibit characteristic low-energy electron-hole excitatio…
▽ More
We report extensive all-electron time-dependent density-functional calculations and nonresonant inelastic x-ray scattering measurements of the dynamical structure factor of 3d transition metals. For small wave vectors, a plasmon peak is observed which is well described by our calculations. At large wave vectors, both theory and experiment exhibit characteristic low-energy electron-hole excitations of d character which correlate with the presence of d bands below and above the Fermi level. Our calculations, which have been carried out in the random-phase and adiabatic local-density approximations, are found to be in remarkable agreement with the measured dynamical structure factor of Sc and Cr at energies below the semicore onset energy (M-edge) of these materials.
△ Less
Submitted 29 August, 2005;
originally announced August 2005.
-
Large crystal local-field effects in the dynamical structure factor of rutile TiO2
Authors:
I. G. Gurtubay,
Wei Ku,
J. M. Pitarke,
A. G. Eguiluz,
B. C. Larson,
J. Tischler,
P. Zschack
Abstract:
We present ab initio time-dependent-density-functional calculations and non-resonant inelastic x-ray scattering measurements of the dynamical structure factor of rutile TiO2. Our calculations are in good agreement with experiment and prove the presence of large crystal local-field effects below the Ti M-edge, which yield a sharp loss peak at 14 eV whose intensity features a remarkable non-monoto…
▽ More
We present ab initio time-dependent-density-functional calculations and non-resonant inelastic x-ray scattering measurements of the dynamical structure factor of rutile TiO2. Our calculations are in good agreement with experiment and prove the presence of large crystal local-field effects below the Ti M-edge, which yield a sharp loss peak at 14 eV whose intensity features a remarkable non-monotonic dependence on the wave vector. These effects, which impact the excitation spectra in the oxide more dramatically than in transition metals, provide a signature of the underlying electronic structure.
△ Less
Submitted 30 September, 2004;
originally announced September 2004.
-
Effects of the crystal structure in the dynamical electron density-response of hcp transition metals
Authors:
I. G. Gurtubay,
Wei Ku,
J. M. Pitarke,
A. G. Eguiluz
Abstract:
We present an all-electron study of the dynamical density-response function of hexagonal close-packed transition metals Sc and Ti. We elucidate various aspects of the interplay between the crystal structure and the electron dynamics by investigating the loss function, and the associated dielectric function, for wave-vector transfers perpendicular and parallel to the hexagonal plane. As expected,…
▽ More
We present an all-electron study of the dynamical density-response function of hexagonal close-packed transition metals Sc and Ti. We elucidate various aspects of the interplay between the crystal structure and the electron dynamics by investigating the loss function, and the associated dielectric function, for wave-vector transfers perpendicular and parallel to the hexagonal plane. As expected, but contrary to recent work, we find that the free-electron-like aspects of the dynamical response are rather isotropic for small wave vectors. The crystal local-field effects are found to have an impact on the plasmon energy for small wave vectors, which gives rise to an interplay with the exchange-correlation effects built into the many-body kernel. The loss function lineshape shows a significant dependence on propagation direction; in particular, for propagation on the hexagonal plane the plasmon hybridizes substantially with fine structure due to d-electron transitions, and its dispersion curve becomes difficult to establish, beyond the small wave vector limit. The response is calculated in the framework of time-dependent density functional theory (TDDFT), based on a full-potential linearized augmented-plane-wave (LAPW) ground-state, in which the exchange-correlation effects are treated in the local-density approximation.
△ Less
Submitted 3 September, 2003;
originally announced September 2003.
-
The Band-Gap Problem in Semiconductors Revisited: Effects of Core States and Many-Body Self-Consistency
Authors:
Wei Ku,
A. G. Eguiluz
Abstract:
A novel picture of the quasiparticle (QP) gap in prototype semiconductors Si and Ge emerges from an analysis based on all-electron, self-consistent, GW calculations. The deep-core electrons are shown to play a key role via the exchange diagram --if this effect is neglected, Si becomes a semimetal. Contrary to current lore, the Ge 3d semicore states (e.g., their polarization) have no impact on th…
▽ More
A novel picture of the quasiparticle (QP) gap in prototype semiconductors Si and Ge emerges from an analysis based on all-electron, self-consistent, GW calculations. The deep-core electrons are shown to play a key role via the exchange diagram --if this effect is neglected, Si becomes a semimetal. Contrary to current lore, the Ge 3d semicore states (e.g., their polarization) have no impact on the GW gap. Self-consistency improves the calculated gaps --a first clear-cut success story for the Baym-Kadanoff method in the study of real-materials spectroscopy; it also has a significant impact on the QP lifetimes. Our results embody a new paradigm for ab initio QP theory.
△ Less
Submitted 25 March, 2002;
originally announced March 2002.
-
Ab Initio Investigation of Collective Charge Excitations in MgB_2
Authors:
Wei Ku,
W. E. Pickett,
R. T. Scalettar,
A. G. Eguiluz
Abstract:
A sharp collective charge excitation is predicted in MgB$_2$ at $\sim2.5eV$ for $q$ perpendicular to the boron layers, based on an all-electron analysis of the dynamical density response within time-dependent density functional theory. This novel excitation, consisting of coherent charge fluctuation between Mg and B sheets, induces an abrupt plasma edge in the experimentally-observable reflectiv…
▽ More
A sharp collective charge excitation is predicted in MgB$_2$ at $\sim2.5eV$ for $q$ perpendicular to the boron layers, based on an all-electron analysis of the dynamical density response within time-dependent density functional theory. This novel excitation, consisting of coherent charge fluctuation between Mg and B sheets, induces an abrupt plasma edge in the experimentally-observable reflectivity. The existence of this mode reflects the unique electronic structure of MgB$_2$, that is also responsible for strong electron-phonon coupling. By contrast, the acoustic plasmon, recently suggested to explain the high $T_c$, is not realized when realistic transition strengths are incorporated.
△ Less
Submitted 7 December, 2001; v1 submitted 20 May, 2001;
originally announced May 2001.
-
Jellium surface energy beyond the local-density approximation: Self-consistent-field calculations
Authors:
J. M. Pitarke,
A. G. Eguiluz
Abstract:
We report extensive self-consistent calculations of jellium surface energies, by going beyond the local-density approximation. The density-response function of a bounded free-electron gas is evaluated within the random-phase approximation, with use of self-consistent electron density profiles. The exchange-correlation energy is then obtained from an exact adiabatic fluctuation-dissipation formul…
▽ More
We report extensive self-consistent calculations of jellium surface energies, by going beyond the local-density approximation. The density-response function of a bounded free-electron gas is evaluated within the random-phase approximation, with use of self-consistent electron density profiles. The exchange-correlation energy is then obtained from an exact adiabatic fluctuation-dissipation formula. We also investigate quantum-size effects and the extrapolation of finite-slab calculations to the infinite-width limit.
△ Less
Submitted 27 October, 2000;
originally announced October 2000.
-
AB Initio Studies of Electronic Excitations in Real Solids
Authors:
Adolfo G. Eguiluz,
Wei Ku
Abstract:
The first part of this article centers on the fact that key features of the dynamical response of weakly-correlated materials (the alkalis, Al), have been found experimentally to differ qualitatively from simple-model behavior. In the absence of ab initio theory, the surprises embodied in the experimental data were imputed to effects of dynamical correlations. We summarize results of ab initio i…
▽ More
The first part of this article centers on the fact that key features of the dynamical response of weakly-correlated materials (the alkalis, Al), have been found experimentally to differ qualitatively from simple-model behavior. In the absence of ab initio theory, the surprises embodied in the experimental data were imputed to effects of dynamical correlations. We summarize results of ab initio investigations of linear response, performed within time-dependent density-functional theory (TDDFT), in which the unexpected features of the observed spectra are shown to be due to band-structure effects. Contrary to conventional wisdom, the response cannot be understood "universally," in terms of a simple scaling with the density, on going from metal to metal (e.g., through the alkali series) --even the shape of the dispersion curve for the plasmon energy is system-specific. The second part of this article starts out with the observation that a similar ab initio study of systems with more complex electronic structures would require the availability of a realistic approximation for the dynamical many-body kernel entering the density-response function in TDDFT. Thus, we outline a diagrammatic alternative, framed within the conserving-approximation method of Baym and Kadanoff. Using as a benchmark the band gap of Si obtained in the GW approximation, together with a diagrammatic (and conserving) solution of the ensuing Bethe-Salpeter equation, we discuss issues involving conservation laws, self-consistency, and sum rules. These conceptual issues are particularly important for the development of ab initio methods for the study of dynamical response and quasiparticle band structure of strongly-correlated materials. We argue that inclusion of short-range correlations absent in the GW approximation is a must, even in Si.
△ Less
Submitted 2 March, 1999;
originally announced March 1999.
-
Dynamical Response of Correlated Electrons in Solids Probed by Inelastic Scattering Experiments: An Ab Initio Theoretical Perspective
Authors:
Adolfo G. Eguiluz,
Wei Ku,
James M. Sullivan
Abstract:
We present results of ab initio theoretical investigations of the excitation spectra of correlated electrons in metals (Al, K, and Li) and their interplay with inelastic scattering experiments. We resolve various anomalies contained in the data, which were originally viewed as signatures of strong dynamical electronic correlations; we show that, instead, the anomalies are due to band-structure e…
▽ More
We present results of ab initio theoretical investigations of the excitation spectra of correlated electrons in metals (Al, K, and Li) and their interplay with inelastic scattering experiments. We resolve various anomalies contained in the data, which were originally viewed as signatures of strong dynamical electronic correlations; we show that, instead, the anomalies are due to band-structure effects. The underlying theoretical framework in our density-response calculations is time-dependent density-functional theory; with this scheme we discuss the lifetime of the K plasmon, and the dynamical structure factor of Al. From a self-consistent solution of the Dyson equation in the GW approximation for the electron self-energy, we discuss the electron momentum density in Li. Our results and methods point to a new way of thinking about electronic excitations in real materials. The main challenge ahead is the proper treatment of dynamical correlations for realistic representations of the band structure.
△ Less
Submitted 20 March, 1999; v1 submitted 19 November, 1998;
originally announced November 1998.
-
Plasmon Lifetime in K: A Case Study of Correlated Electrons in Solids Amenable to Ab Initio Theory
Authors:
Wei Ku,
Adolfo G. Eguiluz
Abstract:
On the basis of a new ab initio, all-electron response scheme, formulated within time-dependent density-functional theory, we solve the puzzle posed by the anomalous dispersion of the plasmon linewidth in K. The key damping mechanism is shown to be decay into particle-hole pairs involving empty states of d-symmetry. While the effect of many-particle correlations is small, the correlations built…
▽ More
On the basis of a new ab initio, all-electron response scheme, formulated within time-dependent density-functional theory, we solve the puzzle posed by the anomalous dispersion of the plasmon linewidth in K. The key damping mechanism is shown to be decay into particle-hole pairs involving empty states of d-symmetry. While the effect of many-particle correlations is small, the correlations built into the "final-state" -d-bands play an important, and novel, role ---which is related to the phase-space complexity associated with these flat bands. Our case study of plasmon lifetime in K illustrates the importance of ab initio paradigms for the study of excitations in correlated-electron systems.
△ Less
Submitted 19 November, 1998;
originally announced November 1998.
-
Ab Initio Evaluation of Plasmon Lifetimes in the Alkali Metals
Authors:
Wei Ku,
Adolfo G. Eguiluz
Abstract:
The anomalous plasmon linewidth dispersion (PLD) measured in K by vom Felde, Sprosser-Prou, and Fink (Phys. Rev. B 40, 10181 (1989)), has been attributed to strong dynamical electron-electron correlations. On the basis of ab initio response calculations, and detailed comparison with experiment, we show that the PLD of K is, in fact, dominated by decay into particle-hole excitations involving emp…
▽ More
The anomalous plasmon linewidth dispersion (PLD) measured in K by vom Felde, Sprosser-Prou, and Fink (Phys. Rev. B 40, 10181 (1989)), has been attributed to strong dynamical electron-electron correlations. On the basis of ab initio response calculations, and detailed comparison with experiment, we show that the PLD of K is, in fact, dominated by decay into particle-hole excitations involving empty states of d-symmetry. For Li, we shed new light on the physics of the PLD. Our all-electron results illustrate the importance of ab initio methods for the study of electronic excitations.
△ Less
Submitted 2 September, 1998;
originally announced September 1998.
-
Electronic stopping power of aluminum crystal
Authors:
I. Campillo,
J. M. Pitarke,
A. G. Eguiluz
Abstract:
Ab initio calculations of the electronic energy loss of ions moving in aluminum crystal are presented, within linear-response theory, from a realistic description of the one-electron band-structure and a full treatment of the dynamical electronic response of valence electrons. For the evaluation of the density-response function we use the random-phase approximation and, also, a time-dependent ex…
▽ More
Ab initio calculations of the electronic energy loss of ions moving in aluminum crystal are presented, within linear-response theory, from a realistic description of the one-electron band-structure and a full treatment of the dynamical electronic response of valence electrons. For the evaluation of the density-response function we use the random-phase approximation and, also, a time-dependent extension of local-density functional theory. We evaluate both position-dependent and random stopping powers, for a wide range of projectile velocities. Our results indicate that at low velocities band structure effects slightly enhance the stopping power. At velocities just above the threshold velocity for plasmon excitation, the stopping power of the real solid is found to be smaller than that of jellium electrons, corrections being of about 10%. This reduction can be understood from sum rule arguments.
△ Less
Submitted 11 August, 1998;
originally announced August 1998.
-
Electronic Excitations and Correlation Effects in Metals
Authors:
Adolfo G. Eguiluz,
Wolf-Dieter Schoene
Abstract:
Theoretical descriptions of the spectrum of electronic excitations in real metals have not yet reached a fully predictive, "first-principles" stage. In this paper we begin by presenting brief highlights of recent progress made in the evaluation of dynamical electronic response in metals. A comparison between calculated and measured spectra - we use the loss spectra of Al and Cs as test cases - l…
▽ More
Theoretical descriptions of the spectrum of electronic excitations in real metals have not yet reached a fully predictive, "first-principles" stage. In this paper we begin by presenting brief highlights of recent progress made in the evaluation of dynamical electronic response in metals. A comparison between calculated and measured spectra - we use the loss spectra of Al and Cs as test cases - leads us to the conclusion that, even in "weakly-correlated" metals, correlation effects beyond mean-field theory play an important role. Furthermore, the effects of the underlying band structure turn out to be significant. Calculations which incorporate the effects of both dynamical correlations and band structure from first principles are not yet available. As a first step towards such goal, we outline a numerical algorithm for the self-consistent solution of the Dyson equation for the one-particle Green's function. The self-energy is evaluated within the shielded-interaction approximation of Baym and Kadanoff. Our method, which is fully conserving, is a finite-temperature scheme which determines the Green's function and the self-energy at the Matsubara frequencies on the imaginary axis. The analytical continuation to real frequencies is performed via Pade approximants. We present results for the homogeneous electron gas which exemplify the importance of many-body self-consistency.
△ Less
Submitted 18 December, 1997;
originally announced December 1997.
-
Surface energy of a bounded electron gas: Analysis of the accuracy of the local-density approximation via ab initio self-consistent-field calculations
Authors:
J. M. Pitarke,
A. G. Eguiluz
Abstract:
We report an ab initio evaluation of the surface energy of a simple metal, performed via a coupling-constant integration over the dynamical density-response function. The rapid rate of change of the electron density at the surface is treated exactly. Long-range correlations are treated self-consistently in the random-phase approximation; short range correlations are included in time-dependent lo…
▽ More
We report an ab initio evaluation of the surface energy of a simple metal, performed via a coupling-constant integration over the dynamical density-response function. The rapid rate of change of the electron density at the surface is treated exactly. Long-range correlations are treated self-consistently in the random-phase approximation; short range correlations are included in time-dependent local density-functional theory. Our results provide a numerical measure of the error introduced by the usual local-density approximation; this error is found to be small.
△ Less
Submitted 15 December, 1997;
originally announced December 1997.