4,011 research outputs found

    Stretched Exponential Relaxation in the Biased Random Voter Model

    Full text link
    We study the relaxation properties of the voter model with i.i.d. random bias. We prove under mild condions that the disorder-averaged relaxation of this biased random voter model is faster than a stretched exponential with exponent d/(d+α)d/(d+\alpha), where 0<α≤20<\alpha\le 2 depends on the transition rates of the non-biased voter model. Under an additional assumption, we show that the above upper bound is optimal. The main ingredient of our proof is a result of Donsker and Varadhan (1979).Comment: 14 pages, AMS-LaTe

    Possible loss and recovery of Gibbsianness during the stochastic evolution of Gibbs measures

    Get PDF
    We consider Ising-spin systems starting from an initial Gibbs measure ν\nu and evolving under a spin-flip dynamics towards a reversible Gibbs measure μ≠ν\mu\not=\nu. Both ν\nu and μ\mu are assumed to have a finite-range interaction. We study the Gibbsian character of the measure νS(t)\nu S(t) at time tt and show the following: (1) For all ν\nu and μ\mu, νS(t)\nu S(t) is Gibbs for small tt. (2) If both ν\nu and μ\mu have a high or infinite temperature, then νS(t)\nu S(t) is Gibbs for all t>0t>0. (3) If ν\nu has a low non-zero temperature and a zero magnetic field and μ\mu has a high or infinite temperature, then νS(t)\nu S(t) is Gibbs for small tt and non-Gibbs for large tt. (4) If ν\nu has a low non-zero temperature and a non-zero magnetic field and μ\mu has a high or infinite temperature, then νS(t)\nu S(t) is Gibbs for small tt, non-Gibbs for intermediate tt, and Gibbs for large tt. The regime where μ\mu has a low or zero temperature and tt is not small remains open. This regime presumably allows for many different scenarios

    Kawasaki dynamics with two types of particles: stable/metastable configurations and communication heights

    Get PDF
    This is the second in a series of three papers in which we study a two-dimensional lattice gas consisting of two types of particles subject to Kawasaki dynamics at low temperature in a large finite box with an open boundary. Each pair of particles occupying neighboring sites has a negative binding energy provided their types are different, while each particle has a positive activation energy that depends on its type. There is no binding energy between particles of the same type. At the boundary of the box particles are created and annihilated in a way that represents the presence of an infinite gas reservoir. We start the dynamics from the empty box and are interested in the transition time to the full box. This transition is triggered by a critical droplet appearing somewhere in the box. In the first paper we identified the parameter range for which the system is metastable, showed that the first entrance distribution on the set of critical droplets is uniform, computed the expected transition time up to and including a multiplicative factor of order one, and proved that the nucleation time divided by its expectation is exponentially distributed, all in the limit of low temperature. These results were proved under three hypotheses, and involve three model-dependent quantities: the energy, the shape and the number of critical droplets. In this second paper we prove the first and the second hypothesis and identify the energy of critical droplets. The paper deals with understanding the geometric properties of subcritical, critical and supercritical droplets, which are crucial in determining the metastable behavior of the system. The geometry turns out to be considerably more complex than for Kawasaki dynamics with one type of particle, for which an extensive literature exists. The main motivation behind our work is to understand metastability of multi- type particle systems.Comment: 31 pages, 22 figure

    Relaxation Height in Energy Landscapes: an Application to Multiple Metastable States

    Get PDF
    The study of systems with multiple (not necessarily degenerate) metastable states presents subtle difficulties from the mathematical point of view related to the variational problem that has to be solved in these cases. We introduce the notion of relaxation height in a general energy landscape and we prove sufficient conditions which are valid even in presence of multiple metastable states. We show how these results can be used to approach the problem of multiple metastable states via the use of the modern theories of metastability. We finally apply these general results to the Blume--Capel model for a particular choice of the parameters ensuring the existence of two multiple, and not degenerate in energy, metastable states

    Kinetics of diffusion-limited catalytically-activated reactions: An extension of the Wilemski-Fixman approach

    Full text link
    We study kinetics of diffusion-limited catalytically-activated A+B→BA + B \to B reactions taking place in three dimensional systems, in which an annihilation of diffusive AA particles by diffusive traps BB may happen only if the encounter of an AA with any of the BBs happens within a special catalytic subvolumen, these subvolumens being immobile and uniformly distributed within the reaction bath. Suitably extending the classical approach of Wilemski and Fixman (G. Wilemski and M. Fixman, J. Chem. Phys. \textbf{58}:4009, 1973) to such three-molecular diffusion-limited reactions, we calculate analytically an effective reaction constant and show that it comprises several terms associated with the residence and joint residence times of Brownian paths in finite domains. The effective reaction constant exhibits a non-trivial dependence on the reaction radii, the mean density of catalytic subvolumens and particles' diffusion coefficients. Finally, we discuss the fluctuation-induced kinetic behavior in such systems.Comment: To appear in J. Chem. Phy

    Fronts in randomly advected and heterogeneous media and nonuniversality of Burgers turbulence: Theory and numerics

    Full text link
    A recently established mathematical equivalence--between weakly perturbed Huygens fronts (e.g., flames in weak turbulence or geometrical-optics wave fronts in slightly nonuniform media) and the inviscid limit of white-noise-driven Burgers turbulence--motivates theoretical and numerical estimates of Burgers-turbulence properties for specific types of white-in-time forcing. Existing mathematical relations between Burgers turbulence and the statistical mechanics of directed polymers, allowing use of the replica method, are exploited to obtain systematic upper bounds on the Burgers energy density, corresponding to the ground-state binding energy of the directed polymer and the speedup of the Huygens front. The results are complementary to previous studies of both Burgers turbulence and directed polymers, which have focused on universal scaling properties instead of forcing-dependent parameters. The upper-bound formula can be heuristically understood in terms of renormalization of a different kind from that previously used in combustion models, and also shows that the burning velocity of an idealized turbulent flame does not diverge with increasing Reynolds number at fixed turbulence intensity, a conclusion that applies even to strong turbulence. Numerical simulations of the one-dimensional inviscid Burgers equation using a Lagrangian finite-element method confirm that the theoretical upper bounds are sharp within about 15% for various forcing spectra (corresponding to various two-dimensional random media). These computations provide a new quantitative test of the replica method. The inferred nonuniversality (spectrum dependence) of the front speedup is of direct importance for combustion modeling.Comment: 20 pages, 2 figures, REVTeX 4. Moved some details to appendices, added figure on numerical metho

    The Potential of Restarts for ProbSAT

    Full text link
    This work analyses the potential of restarts for probSAT, a quite successful algorithm for k-SAT, by estimating its runtime distributions on random 3-SAT instances that are close to the phase transition. We estimate an optimal restart time from empirical data, reaching a potential speedup factor of 1.39. Calculating restart times from fitted probability distributions reduces this factor to a maximum of 1.30. A spin-off result is that the Weibull distribution approximates the runtime distribution for over 93% of the used instances well. A machine learning pipeline is presented to compute a restart time for a fixed-cutoff strategy to exploit this potential. The main components of the pipeline are a random forest for determining the distribution type and a neural network for the distribution's parameters. ProbSAT performs statistically significantly better than Luby's restart strategy and the policy without restarts when using the presented approach. The structure is particularly advantageous on hard problems.Comment: Eurocast 201
    • …
    corecore