-
-
cgoit/contao-calendar-ical-bundle 5.3.6
Contao 5.3.17
- bei Veranstaltungen 1-tägig ohne Uhrzeit: Rutscht das Enddatum auf den Vortag der Veranstaltung
- bei Veranstaltungen mehrtägig ohne Uhrzei…
-
We need to implement all the [atoms](https://github.com/objectionary/eo/tree/master/eo-runtime/src/main/java/EOorg/EOeolang) with the same functionality
-
Hi,
Thanks for the great tool! I wonder if there is/could be any option to encode only the backbone atoms, thereby significantly reducing the memory requirement for applications where these are suf…
-
```
traj = md.load(f'{output_dir}/{filename}_solvated.pdb')
print(traj.topology.atom(1).residue.chain.chain_id)
traj = traj.atom_slice(traj.topology.select('protein'))
print(traj.topology.atom(1).…
-
Currently, there are more deprecated shared components than non-deprecated shared components.
There are also a lot of components throughout the application using styled-components which will need t…
-
Hello, I am working on implementing the Virtual Crystal Approximation (VCA) in molecular dynamics simulations for alloys, such as the Al(x)Ga(1-x)N system. I've interpolated the second- and third-orde…
-
Reproduction example: https://codesandbox.io/p/sandbox/jotai-demo-forked-x6tmjn
---
```
const someAtom = atom(null, (_, set) => {
set(baseAtom, (v) => v + 1);
});
useSetAtom(someAtom);
…
-
Greetings. I stumbled on your excellent Emacs fontset article while trying to understand them and wanted to subscribe to your feed but the link is broken at the bottom of https://archive.casouri.cc/no…
-
RDKit Atom object has method "SetNumExplicitHs" which does not have any sense, and in reality, it sets a number of implicit Hs:
```python
from rdkit import Chem
mol = Chem.MolFromSmiles('[C]')
m…