arXiv ScienceSearch

arXiv subjects

Thomas Morrell

Publications and source records attributed to Thomas Morrell.

3 recordsLinked to original sources

Nine Best Practices for Research Software Registries and Repositories: A Concise Guide

Scientific software registries and repositories serve various roles in their respective disciplines. These resources improve software discoverability and research transparency, provide information for software citations, and foster preservation of computational methods that might otherwise be lost over time, thereby supporting research reproducibility and replicability. However, developing these resources takes effort, and few guidelines are available to help prospective creators of registries and repositories. To address this need, we present a set of nine best practices that can help managers define the scope, practices, and rules that govern individual registries and repositories. These best practices were distilled from the experiences of the creators of existing resources, convened by a Task Force of the FORCE11 Software Citation Implementation Working Group during the years 2019-2020. We believe that putting in place specific policies such as those presented here will help scientific software registries and repositories better serve their users and their disciplines.

cs.DL

Velocity fluctuations in a dilute suspension of viscous vortex rings

We explore the velocity fluctuations in a fluid due to a dilute suspension of randomly-distributed vortex rings at moderate Reynolds number, for instance those generated by a large colony of jellyfish. Unlike previous analysis of velocity fluctuations associated with gravitational sedimentation or suspensions of microswimmers, here the vortices have a finite lifetime and are constantly being produced. We find that the net velocity distribution is similar to that of a single vortex, except for the smallest velocities which involve contributions from many distant vortices; the result is a truncated $5/3$-stable distribution with variance (and mean energy) linear in the vortex volume fraction $\phi$. The distribution has an inner core with a width scaling as $\phi^{3/5}$, then long tails with power law $|u|^{-8/3}$, and finally a fixed cutoff (independent of $\phi$) above which the probability density scales as $|u|^{-5}$, where $u$ is a component of the velocity. We argue that this distribution is robust in the sense that the distribution of any velocity fluctuations caused by random forces localized in space and time has the same properties, except possibly for a different scaling after the cutoff.

physics.flu-dyn

A Modification of LLR

The Lucas-Lehmer (LL) primality test for Mersenne numbers is the fastest known primality test. In 1969, Hans Riesel published a modification of LL to test numbers of the form $N = h \cdot 2^n - 1$, where $h < 2^n$ is an odd integer and $n \ge 2$ \cite{Riesel}. This test is now known as the Lucas-Lehmer-Riesel (LLR) primality test. In Algorithm \ref{PrimalityAlgorithm}, we present a modification of LLR which works for any odd integer $N$. A probabilistic version of our algorithm runs in expected time $\tilde{O}(\log^3 N)$, and a deterministic version in expected $\tilde{O}(\log^4 N)$. We conclude with a conjecture which, if true, would imply that there exists a polynomial time algorithm for factoring integers.

math.NT