-
## Description
Templates could hold the following information to be complete:
- Template title
- Template description
- Template tags
- Template image (optional)
- Post/Whiteboard/Callout/Innoflow tit…
-
There has been lots of discussion about this, but nothing that has become a canonical standard or even a listing of all interest(ed|ing) libraries.
A goal of this is to enumerate all of the libraries…
-
Hi, I'm doing a Rietveld refinement of lab XRD data which includes large background peaks at high angles.
I set up histogram excluded regions in a project using the GUI.
Excluded regions were `[…
-
The initialization in the implementation of site potentials
```julia
init=[ zero(V), AtomsCalculators.zero_forces(at, V), zero(SMatrix{3, 3, typeof(zero(V))})]
```
assumes that `V` can by itself…
-
This error seems to be triggered by my SVG imports. Could be related to either the `module-resolver` or `inline-react-svg` plugins, but I'm not entirely sure. Pasting the error log along with my Babel…
-
We cannot cut between keyframes, it's a technical limitation of modern video codecs. So ffmpeg will choose the nearest keyframe, which will not be the exact time you requested.
Might be able to use…
-
While it is clear that all processes must involve a material entity in some capacity, the input of a process (as one normally understands the meaning of input) need not be a material entity.
For exam…
-
### Elixir version
1.15.6
### Database and Version
PostgreSQL 15.4
### Ecto Versions
3.10.3
### Database Adapter and Versions (postgrex, myxql, etc)
Postgrex
### Current behavi…
-
[Quickstart](https://github.com/mosdef-hub/foyer/blob/main/docs/source/getting_started/quickstart.rst#quickstart) example fails / is wrong / outdated :
`mol = parmed.load("ethane.pdb")` - not `load…
-
The paper looks nice. I have only a few comments:
- This code implements hybrid kMC/MD simulations by combining the new kMC code with the LAMMPS MD engine. The concepts reminds me a bit that of py-MC…