Researcher profile

Adam Carter

Adam Carter contributes to research discovery and scholarly infrastructure.

ResearcherAffiliation not importedOpen to collaborate

Trust snapshot

Quick read

Trust 15 - UnverifiedVerification L1Unclaimed author
3works
0followers
5topics
4close collaborators

Actions

Decide how to stay connected

Follow researcher0

Identity and collaboration

How to connect with this researcher

Claiming links this public author record to a researcher profile and unlocks direct collaboration workflows.

Log in to claim

Direct collaboration

Open a focused conversation when the fit is right

Claim this author entity first to unlock direct invitations.

Research graph

See the researcher in context

Open full explorer

Inspect adjacent work, topics, institutions and collaborators without jumping out to a separate graph page.

Building this graph slice

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

3 published item(s)

preprint2026arXiv

Brownian motion with soft constraints in soft matter systems

Stiff forces, which bind objects together or otherwise confine motion, are found widely in soft-matter systems - colloids with short range attractions, ligand-receptor contacts, particles in optical traps, fibres that resist stretching, etc. To assess the long-term effect of these stiff forces on dynamics and structure, it is useful to consider the limit where they are treated as constraints, so the system evolves strictly within allowed configurations. Efforts to derive equations involving both constraints, and the stochastic motion appropriate at the scales of soft matter, began around 50 years ago, yet, we are still lacking a straightforward way to extract the projected equations and apply them in modern formulations of mesoscale dynamics. Here, we address this gap with two key contributions: (1) a practical summary of the constrained Brownian dynamics equations with ``soft'' constraints, i.e. constraints imposed by stiff forces, which is illustrated through several representative examples, taking care to highlight the nontrivial effects of the constraints; and (2) a novel derivation using singular perturbation theory, establishing the validity of these equations over timescales exceeding the relaxation of stiffly constrained degrees of freedom. We further extend our approach to ``soft soft'' constraints, where mobility varies on lengthscales comparable to the restraining forces - a scenario typical for particles in fluids experiencing hydrodynamic interactions. We hope our results will be useful for soft matter research, as a robust toolkit for studying tethered or confined systems.

preprint2026arXiv

libMobility: A Python library for hydrodynamics at the Smoluchowski level

Effective hydrodynamic modeling is crucial for accurately predicting fluid-particle interactions in diverse fields such as biophysics and materials science. Developing and implementing hydrodynamic algorithms is challenging due to the complexity of fluid dynamics, necessitating efficient management of large-scale computations and sophisticated boundary conditions. Furthermore, adapting these algorithms for use on massively parallel architectures like GPUs adds an additional layer of complexity. This paper presents the libMobility software library, which offers a suite of CUDA-enabled solvers for simulating hydrodynamic interactions in particulate systems at the Rotne-Prager-Yamakawa (RPY) level. The library facilitates precise simulations of particle displacements influenced by external forces and torques, including both the deterministic and stochastic components. Notable features of libMobility include its ability to handle linear and angular displacements, thermal fluctuations, and various domain geometries effectively. With an interface in Python, libMobility provides comprehensive tools for researchers in computational fluid dynamics and related fields to simulate particle mobility efficiently. This article details the technical architecture, functionality, and wide-ranging applications of libMobility. libMobility is available at https://github.com/stochasticHydroTools/libMobility.

preprint2026arXiv

The Normalized Difference Layer: A Differentiable Spectral Index Formulation for Deep Learning

Normalized difference indices have been a staple in remote sensing for decades. They stay reliable under lighting changes produce bounded values and connect well to biophysical signals. Even so, they are usually treated as a fixed pre processing step with coefficients set to one, which limits how well they can adapt to a specific learning task. In this study, we introduce the Normalized Difference Layer that is a differentiable neural network module. The proposed method keeps the classical idea but learns the band coefficients from data. We present a complete mathematical framework for integrating this layer into deep learning architectures that uses softplus reparameterization to ensure positive coefficients and bounded denominators. We describe forward and backward pass algorithms enabling end to end training through backpropagation. This approach preserves the key benefits of normalized differences, namely illumination invariance and outputs bounded to $[-1,1]$ while allowing gradient descent to discover task specific band weightings. We extend the method to work with signed inputs, so the layer can be stacked inside larger architectures. Experiments show that models using this layer reach similar classification accuracy to standard multilayer perceptrons while using about 75\% fewer parameters. They also handle multiplicative noise well, at 10\% noise accuracy drops only 0.17\% versus 3.03\% for baseline MLPs. The learned coefficient patterns stay consistent across different depths.