Axel Kohlmeyer
Axel Kohlmeyer
**Summary** This PR combines multiple bugfixes and small changes **Related Issue(s)** Fixes #3385 Fixes #3386 **Author(s)** Axel Kohlmeyer, Temple U **Licensing** By submitting this pull request, I agree, that my...
**Summary** This PR changes fix shake (and thus also fix rattle) to be called during minimization. In that case the constraint algorithms are substituted by adding restraint forces to the...
Hi all, We will be holding a LAMMPS Code Clinic event as an online activity between August 8th, 2022 and September 2nd, 2022 This is an opportunity to learn about...
**Summary** The current handling of transparent downloads is in several cases dependent on the compilation host being connected to the internet. There are some ways to provide already downloaded archives,...
**Summary** There appears to be a problem using neighbor lists on the GPU with pair style hybrid inputs. The following input does not work reliably with just "-sf gpu" added,...
**Summary** To satisfy increasing demand from users to run multiple LAMMPS instances concurrently from threads of the same process, we should take some measures to make LAMMPS work correctly under...
**Summary** Right now, force field types in LAMMPS are numbers starting from 1. Allowing symbolic (text) based atom types would make a lot of tasks easier like merging data from...
**Summary** For fixes and computes that compute properties on a spatial grid, there are currently several *ad hoc* file formats. Some of those are tricky to parse in a generic...
**Summary** In order to complete the refactoring of the citation reminder we need to update all citation reminders to include a brief 1-line reference in the first line of the...
**Summary** Replace `Modify::find_fix()`, `Modify::find_fix_by_style()`, `Modify::find_compute()`, `Modify::find_compute_by_style()` with functions that return the Fix or Compute class pointer directly. **Detailed Description** Continuing the refactoring from PR #2869 the functionality to identify and...