SearcharxivSearch

arXiv subjects

Alberto García

Publications and source records attributed to Alberto García.

At least 19 recordsLinked to original sources

Comparing and Conceptualizing Data Protection Requirements Worldwide for Privacy Regulatory Compliance

The growing digitalization of society has intensified the collection, processing, and sharing of personal data, increasingly moving across national borders and regulatory jurisdictions, prompting a proliferation of data protection frameworks worldwide. These transborder personal data flows (TPDF) are essential to today's economy, but organizations managing them must reconcile data protection requirements that differ, sometimes subtly, across jurisdictions. For requirements engineering, this is the central challenge: regulatory data protection requirements (RDPRs) are complex and not directly translatable into software requirements, especially when frameworks impose similar, non-identical, or contradictory obligations. Identifying which requirements are shared and which diverge is therefore critical to managing TPDF, and addressing them late in the software development lifecycle (SDLC) causes costly rework, making early identification essential for compliance and stakeholder communication. This paper identifies and conceptualizes common RDPRs worldwide from the perspective of data protection legal experts, answering: (SQ1) which requirements are common across regulations and how are they conceptualized, and (SQ2) which requirements diverge and how do they differ conceptually. We combine deductive qualitative analysis of interviews with 70 legal experts from G20 economies and other countries and systematic content analysis of these economies' data protection regulations. We identify common requirements, such as consent, and divergent ones, such as the right to be forgotten. Given their impact across the SDLC and enterprise architecture, we translate these findings into a set of Data Protection Officer DPO (DPO) stories, using the user story notation, classified by SDLC phase and enterprise architecture layer, to help organizations manage TPDF compliance.

cs.SE

I Move Therefore I Learn: Experience-Based Traversability in Outdoor Robotics

Accurate traversability estimation is essential for safe and effective navigation of outdoor robots operating in complex environments. This paper introduces a novel experience-based method that allows robots to autonomously learn which terrains are traversable based on prior navigation experience, without relying on extensive pre-labeled datasets. The approach integrates elevation and texture data into multi-layered grid maps, which are processed using a variational autoencoder (VAE) trained on a generic texture dataset. During an initial teleoperated phase, the robot collects sensory data while moving around the environment. These experiences are encoded into compact feature vectors and clustered using the BIRCH algorithm to represent traversable terrain areas efficiently. In deployment, the robot compares new terrain patches to its learned feature clusters to assess traversability in real time. The proposed method does not require training with data from the targeted scenarios, generalizes across diverse surfaces and platforms, and dynamically adapts as new terrains are encountered. Extensive evaluations on both synthetic benchmarks and real-world scenarios with wheeled and legged robots demonstrate its effectiveness, robustness, and superior adaptability compared to state-of-the-art approaches.

cs.RO

ELSI -- An Open Infrastructure for Electronic Structure Solvers

Routine applications of electronic structure theory to molecules and periodic systems need to compute the electron density from given Hamiltonian and, in case of non-orthogonal basis sets, overlap matrices. System sizes can range from few to thousands or, in some examples, millions of atoms. Different discretization schemes (basis sets) and different system geometries (finite non-periodic vs. infinite periodic boundary conditions) yield matrices with different structures. The ELectronic Structure Infrastructure (ELSI) project provides an open-source software interface to facilitate the implementation and optimal use of high-performance solver libraries covering cubic scaling eigensolvers, linear scaling density-matrix-based algorithms, and other reduced scaling methods in between. In this paper, we present recent improvements and developments inside ELSI, mainly covering (1) new solvers connected to the interface, (2) matrix layout and communication adapted for parallel calculations of periodic and/or spin-polarized systems, (3) routines for density matrix extrapolation in geometry optimization and molecular dynamics calculations, and (4) general utilities such as parallel matrix I/O and JSON output. The ELSI interface has been integrated into four electronic structure code projects (DFTB+, DGDFT, FHI-aims, SIESTA), allowing us to rigorously benchmark the performance of the solvers on an equal footing. Based on results of a systematic set of large-scale benchmarks performed with Kohn-Sham density-functional theory and density-functional tight-binding theory, we identify factors that strongly affect the efficiency of the solvers, and propose a decision layer that assists with the solver selection process. Finally, we describe a reverse communication interface encoding matrix-free iterative solver strategies that are amenable, e.g., for use with planewave basis sets.

physics.comp-ph

SIESTA: recent developments and applications

A review of the present status, recent enhancements, and applicability of the SIESTA program is presented. Since its debut in the mid-nineties, SIESTA's flexibility, efficiency and free distribution has given advanced materials simulation capabilities to many groups worldwide. The core methodological scheme of SIESTA combines finite-support pseudo-atomic orbitals as basis sets, norm-conserving pseudopotentials, and a real-space grid for the representation of charge density and potentials and the computation of their associated matrix elements. Here we describe the more recent implementations on top of that core scheme, which include: full spin-orbit interaction, non-repeated and multiple-contact ballistic electron transport, DFT+U and hybrid functionals, time-dependent DFT, novel reduced-scaling solvers, density-functional perturbation theory, efficient Van der Waals non-local density functionals, and enhanced molecular-dynamics options. In addition, a substantial effort has been made in enhancing interoperability and interfacing with other codes and utilities, such as Wannier90 and the second-principles modelling it can be used for, an AiiDA plugin for workflow automatization, interface to Lua for steering SIESTA runs, and various postprocessing utilities. SIESTA has also been engaged in the Electronic Structure Library effort from its inception, which has allowed the sharing of various low level libraries, as well as data standards and support for them, in particular the PSML definition and library for transferable pseudopotentials, and the interface to the ELSI library of solvers. Code sharing is made easier by the new open-source licensing model of the program. This review also presents examples of application of the capabilities of the code, as well as a view of on-going and future developments.

physics.comp-ph

The PSML format and library for norm-conserving pseudopotential data curation and interoperability

Norm-conserving pseudopotentials are used by a significant number of electronic-structure packages, but the practical differences among codes in the handling of the associated data hinder their interoperability and make it difficult to compare their results. At the same time, existing formats lack provenance data, which makes it difficult to track and document computational workflows. To address these problems, we first propose a file format (PSML) that maps the basic concepts of the norm-conserving pseudopotential domain in a flexible form and supports the inclusion of provenance information and other important metadata. Second, we provide a software library (libPSML) that can be used by electronic structure codes to transparently extract the information in the file and adapt it to their own data structures, or to create converters for other formats. Support for the new file format has been already implemented in several pseudopotential generator programs (including ATOM and ONCVPSP), and the library has been linked with Siesta and Abinit, allowing them to work with the same pseudopotential operator (with the same local part and fully non-local projectors) thus easing the comparison of their results for the structural and electronic properties, as shown for several example systems. This methodology can be easily transferred to any other package that uses norm-conserving pseudopotentials, and offers a proof-of-concept for a general approach to interoperability.

physics.comp-ph

ELSI: A Unified Software Interface for Kohn-Sham Electronic Structure Solvers

Solving the electronic structure from a generalized or standard eigenproblem is often the bottleneck in large scale calculations based on Kohn-Sham density-functional theory. This problem must be addressed by essentially all current electronic structure codes, based on similar matrix expressions, and by high-performance computation. We here present a unified software interface, ELSI, to access different strategies that address the Kohn-Sham eigenvalue problem. Currently supported algorithms include the dense generalized eigensolver library ELPA, the orbital minimization method implemented in libOMM, and the pole expansion and selected inversion (PEXSI) approach with lower computational complexity for semilocal density functionals. The ELSI interface aims to simplify the implementation and optimal use of the different strategies, by offering (a) a unified software framework designed for the electronic structure solvers in Kohn-Sham density-functional theory; (b) reasonable default parameters for a chosen solver; (c) automatic conversion between input and internal working matrix formats, and in the future (d) recommendation of the optimal solver depending on the specific problem. Comparative benchmarks are shown for system sizes up to 11,520 atoms (172,800 basis functions) on distributed memory supercomputing architectures.

physics.comp-ph

Improvements on non-equilibrium and transport Green function techniques: the next-generation transiesta

We present novel methods implemented within the non-equilibrium Green function code (NEGF) transiesta based on density functional theory (DFT). Our flexible, next-generation DFT-NEGF code handles devices with one or multiple electrodes ($N_e\ge1$) with individual chemical potentials and electronic temperatures. We describe its novel methods for electrostatic gating, contour opti- mizations, and assertion of charge conservation, as well as the newly implemented algorithms for optimized and scalable matrix inversion, performance-critical pivoting, and hybrid parallellization. Additionally, a generic NEGF post-processing code (tbtrans/phtrans) for electron and phonon transport is presented with several novelties such as Hamiltonian interpolations, $N_e\ge1$ electrode capability, bond-currents, generalized interface for user-defined tight-binding transport, transmission projection using eigenstates of a projected Hamiltonian, and fast inversion algorithms for large-scale simulations easily exceeding $10^6$ atoms on workstation computers. The new features of both codes are demonstrated and bench-marked for relevant test systems.

cond-mat.mes-hall

Motion of test particles in a regular black hole space--time

We consider the motion of test particles in the regular black hole space-time given by Ayón-Beato and Garc\'ıa in Phys. Rev. Lett. 80:5056 (1998). The complete set of orbits for neutral and weakly charged test particles is discussed, including for neutral particles the extreme and over-extreme metric. We also derive the analytical solutions for the equation of motion of neutral test particles in a parametric form and consider a post-Schwarzschild expansion of the periastron shift to second order in the charge.

gr-qc

SIESTA-PEXSI: Massively parallel method for efficient and accurate \textit{ab initio} materials simulation without matrix diagonalization

We describe a scheme for efficient large-scale electronic-structure calculations based on the combination of the pole expansion and selected inversion (PEXSI) technique with the SIESTA method, which uses numerical atomic orbitals within the Kohn-Sham density functional theory (KSDFT) framework. The PEXSI technique can efficiently utilize the sparsity pattern of the Hamiltonian and overlap matrices generated in SIESTA, and for large systems has a much lower computational complexity than that associated with the matrix diagonalization procedure. The PEXSI technique can be used to evaluate the electron density, free energy, atomic forces, density of states and local density of states without computing any eigenvalue or eigenvector of the Kohn-Sham Hamiltonian. It can achieve accuracy fully comparable to that obtained from a matrix diagonalization procedure for general systems, including metallic systems at low temperature. The PEXSI method is also highly scalable. With the recently developed massively parallel PEXSI technique, we can make efficient use of more than $10,000$ processors on high performance machines. We demonstrate the performance and accuracy of the SIESTA-PEXSI method using several examples of large scale electronic structure calculations, including 1D, 2D and bulk problems with insulating, semi-metallic, and metallic character.

physics.comp-ph

Conformally Flat Noncircular Spacetimes

The general metric for conformally flat stationary cyclic symmetric noncircular spacetimes is explicitly given. In spite of the complexity introduced by the inclusion of noncircular contributions, the related metric is derived via the full integration of the conformal flatness constraints. It is also shown that the conditions for the existence of a rotation axis (axisymmetry) are the same ones which restrict the above class of spacetimes to be static. As a consequence, a known theorem by Collinson is just part of a more general result: any conformally flat stationary cyclic symmetric spacetime, even a noncircular one, is additionally axisymmetric if and only if it is also static. Since recent astrophysical motivations point in the direction of considering noncircular configurations to describe magnetized neutron stars, the above results seem to be relevant in this context.

gr-qc

Four Parametric Regular Black Hole Solution

We present a regular class of exact black hole solutions of Einstein equations coupled with a nonlinear electrodynamics source. For weak fields the nonlinear electrodynamics becomes the Maxwell theory, and asymptotically the solutions behave as the Reissner-Nordström one. The class is endowed with four parameters, which can be thought of as the mass $m$, charge $q$, and a sort of dipole and quadrupole moments $α$ and $β$, respectively. For $α\geq 3$, $β\geq 4$, and $|q| \leq 2 s_c m$ the corresponding solutions are regular charged black holes. For $α=3$, they also satisfy the weak energy condition. For $α=β=0$ we recover the Reissner-Nordström singular solution and for $α=3$, $β=4$ the family includes a previous regular black hole reported by the authors.

hep-th

Static Black Holes of Metric-Affine Gravity in the Presence of Matter

We investigate spherically symmetric and static gravitational fields representing black hole configurations in the framework of metric-affine gauge theories of gravity (MAG) in the presence of different matter fields. It is shown that in the triplet ansatz sector of MAG, black hole configurations in the presence of non-Abelian matter fields allow the existence of black hole hair. We analyze several cases of matter fields characterized by the presence of hair and for all of them we show the validity of the no short hair conjecture.

gr-qc

Note on Scalar Fields Non-Minimally Coupled to (2+1)-Gravity

Scalar fields non--minimally coupled to (2+1)-gravity, in the presence of cosmological constant term, are considered. Non-minimal couplings are described by the term $ζR Ψ^2$ in the Lagrangian. Within a class of static circularly symmetric space-times, it is shown that the only existing physically relevant solutions are the anti-de Sitter space-time for $ζ=0$, and the Martinez-Zanelli black hole for $ζ=1/8$. We obtain also two new solutions with non-trivial scalar field, for $ζ=1/6$ and $ζ=1/8$ respectively, nevertheless, the corresponding space-times can be reduced, via coordinate transformations, to the standard anti-de Sitter space.

gr-qc

Stewart-Lyth Inverse Problem

In this paper the Stewart-Lyth inverse problem is introduced. It consists of solving two non-linear differential equations for the first slow-roll parameter and finding the inflaton potential. The equations are derived from the Stewart--Lyth equations for the scalar and tensorial perturbations produced during the inflationary period. The geometry of the phase planes transverse to the trajectories is analyzed, and conclusions about the possible behaviour for general solutions are drawn.

astro-ph

The Bardeen Model as a Nonlinear Magnetic Monopole

The Bardeen model -- the first regular black hole model in General Relativity -- is reinterpreted as the gravitational field of a nonlinear magnetic monopole, i.e., as a magnetic solution to Einstein equations coupled to a nonlinear electrodynamics.

gr-qc

On the Stewart-Lyth Inverse Problem

In this paper the Stewart-Lyth inverse problem is rewritten using the comoving scales as the basic parameter. It is shown that some information on the inflaton potential can be obtained from observations taking into account only the scalar power spectrum.

astro-ph

New Regular Black Hole Solution from Nonlinear Electrodynamics

Using a nonlinear electrodynamics coupled to General Relativity a new regular exact black hole solution is found. The nonlinear theory reduces to the Maxwell one in the weak limit, and the solution corresponds to a charged black hole for |q| \leq 2s_c m \approx 1.05 m, with metric, curvature invariants, and electric field regular everywhere.

hep-th

Non-Singular Charged Black Hole Solution for Non-Linear Source

A non-singular exact black hole solution in General Relativity is presented. The source is a non-linear electromagnetic field, which reduces to the Maxwell theory for weak field. The solution corresponds to a charged black hole with |q| \leq 2s_c m \approx 0.6 m, having metric, curvature invariants, and electric field bounded everywhere.

gr-qc