14,497 research outputs found

    Stabilization of Ab Initio Molecular Dynamics Simulations at Large Time Steps

    Full text link
    The Verlet method is still widely used to integrate the equations of motion in ab initio molecular dynamics simulations. We show that the stability limit of the Verlet method may be significantly increased by setting an upper limit on the kinetic energy of each atom with only a small loss in accuracy. The validity of this approach is demonstrated for molten lithium fluoride.Comment: 9 pages, 3 figure

    Ideal, Defective, and Gold--Promoted Rutile TiO2(110) Surfaces: Structures, Energies, Dynamics, and Thermodynamics from PBE+U

    Full text link
    Extensive first principles calculations are carried out to investigate gold-promoted TiO2(110) surfaces in terms of structure optimizations, electronic structure analyses, ab initio thermodynamics calculations of surface phase diagrams, and ab initio molecular dynamics simulations. All computations rely on density functional theory in the generalized gradient approximation (PBE) and account for on-site Coulomb interactions via inclusion of a Hubbard correction, PBE+U, where U is computed from linear response theory. This approach is validated by investigating the interaction between TiO2(110) surfaces and typical probe species (H, H2O, CO). Relaxed structures and binding energies are compared to both data from the literature and plain PBE results. The main focus of the study is on the properties of gold-promoted titania surfaces and their interactions with CO. Both PBE+U and PBE optimized structures of Au adatoms adsorbed on stoichiometric and reduced TiO2 surfaces are computed, along with their electronic structure. The charge rearrangement induced by the adsorbates at the metal/oxide contact are also analyzed and discussed. By performing PBE+U ab initio molecular dynamics simulations, it is demonstrated that the diffusion of Au adatoms on the stoichiometric surface is highly anisotropic. The metal atoms migrate either along the top of the bridging oxygen rows, or around the area between these rows, from one bridging position to the next along the [001] direction. Approximate ab initio thermodynamics predicts that under O-rich conditions, structures obtained by substituting a Ti5c atom with an Au atom are thermodynamically stable over a wide range of temperatures and pressures.Comment: 20 pages, 12 figures, accepted for publication in Phys. Rev.

    Quantum Fluctuations Driven Orientational Disordering: A Finite-Size Scaling Study

    Full text link
    The orientational ordering transition is investigated in the quantum generalization of the anisotropic-planar-rotor model in the low temperature regime. The phase diagram of the model is first analyzed within the mean-field approximation. This predicts at T=0T=0 a phase transition from the ordered to the disordered state when the strength of quantum fluctuations, characterized by the rotational constant Θ\Theta, exceeds a critical value ΘcMF\Theta_{\rm c}^{MF}. As a function of temperature, mean-field theory predicts a range of values of Θ\Theta where the system develops long-range order upon cooling, but enters again into a disordered state at sufficiently low temperatures (reentrance). The model is further studied by means of path integral Monte Carlo simulations in combination with finite-size scaling techniques, concentrating on the region of parameter space where reentrance is predicted to occur. The phase diagram determined from the simulations does not seem to exhibit reentrant behavior; at intermediate temperatures a pronounced increase of short-range order is observed rather than a genuine long-range order.Comment: 27 pages, 8 figures, RevTe

    Fixed-parameter tractability of multicut parameterized by the size of the cutset

    Get PDF
    Given an undirected graph GG, a collection {(s1,t1),...,(sk,tk)}\{(s_1,t_1),..., (s_k,t_k)\} of pairs of vertices, and an integer pp, the Edge Multicut problem ask if there is a set SS of at most pp edges such that the removal of SS disconnects every sis_i from the corresponding tit_i. Vertex Multicut is the analogous problem where SS is a set of at most pp vertices. Our main result is that both problems can be solved in time 2O(p3)...nO(1)2^{O(p^3)}... n^{O(1)}, i.e., fixed-parameter tractable parameterized by the size pp of the cutset in the solution. By contrast, it is unlikely that an algorithm with running time of the form f(p)...nO(1)f(p)... n^{O(1)} exists for the directed version of the problem, as we show it to be W[1]-hard parameterized by the size of the cutset

    Time-reversible Born-Oppenheimer molecular dynamics

    Full text link
    We present a time-reversible Born-Oppenheimer molecular dynamics scheme, based on self-consistent Hartree-Fock or density functional theory, where both the nuclear and the electronic degrees of freedom are propagated in time. We show how a time-reversible adiabatic propagation of the electronic degrees of freedom is possible despite the non-linearity and incompleteness of the self-consistent field procedure. Time-reversal symmetry excludes a systematic long-term energy drift for a microcanonical ensemble and the number of self-consistency cycles can be kept low (often only 2-4 cycles per nuclear time step) thanks to a good initial guess given by the adiabatic propagation of the electronic degrees of freedom. The time-reversible Born-Oppenheimer molecular dynamics scheme therefore combines a low computational cost with a physically correct time-reversible representation of the dynamics, which preserves a detailed balance between propagation forwards and backwards in time.Comment: 4 pages, 4 figure

    Finding Small Satisfying Assignments Faster Than Brute Force: {A} Fine-grained Perspective into {B}oolean Constraint Satisfaction

    Get PDF
    To study the question under which circumstances small solutions can be found faster than by exhaustive search (and by how much), we study the fine-grained complexity of Boolean constraint satisfaction with size constraint exactly kk. More precisely, we aim to determine, for any finite constraint family, the optimal running time f(k)ng(k)f(k)n^{g(k)} required to find satisfying assignments that set precisely kk of the nn variables to 11. Under central hardness assumptions on detecting cliques in graphs and 3-uniform hypergraphs, we give an almost tight characterization of g(k)g(k) into four regimes: (1) Brute force is essentially best-possible, i.e., g(k)=(1±o(1))kg(k) = (1\pm o(1))k, (2) the best algorithms are as fast as current kk-clique algorithms, i.e., g(k)=(ω/3±o(1))kg(k)=(\omega/3\pm o(1))k, (3) the exponent has sublinear dependence on kk with g(k)[Ω(k3),O(k)]g(k) \in [\Omega(\sqrt[3]{k}), O(\sqrt{k})], or (4) the problem is fixed-parameter tractable, i.e., g(k)=O(1)g(k) = O(1). This yields a more fine-grained perspective than a previous FPT/W[1]-hardness dichotomy (Marx, Computational Complexity 2005). Our most interesting technical contribution is a f(k)n4kf(k)n^{4\sqrt{k}}-time algorithm for SubsetSum with precedence constraints parameterized by the target kk -- particularly the approach, based on generalizing a bound on the Frobenius coin problem to a setting with precedence constraints, might be of independent interest

    Parameterized Approximation Schemes using Graph Widths

    Full text link
    Combining the techniques of approximation algorithms and parameterized complexity has long been considered a promising research area, but relatively few results are currently known. In this paper we study the parameterized approximability of a number of problems which are known to be hard to solve exactly when parameterized by treewidth or clique-width. Our main contribution is to present a natural randomized rounding technique that extends well-known ideas and can be used for both of these widths. Applying this very generic technique we obtain approximation schemes for a number of problems, evading both polynomial-time inapproximability and parameterized intractability bounds

    Melting of icosahedral gold nanoclusters from molecular dynamics simulations

    Full text link
    Molecular dynamics simulations show that gold clusters with about 600--3000 atoms crystallize into a Mackay icosahedron upon cooling from the liquid. A detailed surface analysis shows that the facets on the surface of the Mackay icosahedral gold clusters soften but do not premelt below the bulk melting temperature. This softening is found to be due to the increasing mobility of vertex and edge atoms with temperature, which leads to inter-layer and intra-layer diffusion, and a shrinkage of the average facet size, so that the average shape of the cluster is nearly spherical at melting.Comment: 40 pages, 27 figure

    Parameterized Inapproximability of Target Set Selection and Generalizations

    Full text link
    In this paper, we consider the Target Set Selection problem: given a graph and a threshold value thr(v)thr(v) for any vertex vv of the graph, find a minimum size vertex-subset to "activate" s.t. all the vertices of the graph are activated at the end of the propagation process. A vertex vv is activated during the propagation process if at least thr(v)thr(v) of its neighbors are activated. This problem models several practical issues like faults in distributed networks or word-to-mouth recommendations in social networks. We show that for any functions ff and ρ\rho this problem cannot be approximated within a factor of ρ(k)\rho(k) in f(k)nO(1)f(k) \cdot n^{O(1)} time, unless FPT = W[P], even for restricted thresholds (namely constant and majority thresholds). We also study the cardinality constraint maximization and minimization versions of the problem for which we prove similar hardness results
    corecore