-
Source ticket: https://help.oac.cdlib.org/a/tickets/133623
Collection Registry entry created:
https://registry.cdlib.org/admin/library_collection/collection/26757
ATOM feed:
https://pad-nuxeo.…
-
Hi guys,
PHP 7.4.16 + Joomla 4 beta 7 + screen 16:9 - 1366 x 768 px
**1** - As you can see [from my image](https://photos.app.goo.gl/kX7xUD7coWyp7bZg6 "from my image") there is a lot of blank spa…
-
Just like Elixir does, I think it would be great to have atoms so we can use them to handle errors
-
Example:
```
julia> Species("#x#3He")
Species("He", 0, 2.8104355262211704e9, 9.87317935205805e-16, 0.0, 3)
```
-
**Describe the bug**
When optimizing molecule conformers using UFF, sometimes the lowest energy conformer has 2 H atoms in (nearly) identical positions. The UFF energy for this conformer can be lower…
-
Building the following Hoon test case with `/*` works:
```
/* test-let-edit %hoon /tests/lib/let-edit
```
```
/+ jock,
test
::
|%
++ text
'let a:? = true;\0aa = false;\…
-
[edited - simplified, no need for the subset of atoms part]
I have a setup that works fine in the default `show()` mode. However, when I add `mode="map"`, I get 2 errors:
```
unsupported per-atom pro…
-
# Physical processes
Most processes have been at least partially implemented by [NK Labs](https://github.com/nklabs). The following list separates necessary and second order processes, along with t…
-
Hi,
With some molecules I get (Unimol Docking V2):
/media/christian/VS1/VS/Results_Unimol/MC4R_protein/Poses/Sublibrary_05/CHEMBL-3740791-1.sdf-Cc1ccnc(N(CCC(=O)[O-])C(=O)c2ccc3c(c2)nc(CNc2ccc(C…
CLG68 updated
2 months ago
-
`(car-atom (+ 1 2))` --> `[]` (should return `[+]`), whereas `(car-atom (cons-atom 1 (2)))` --> `[cons-atom]`. It looks like for some reason arithmetic operations are eagerly evaluated, or maybe it's …