-
# Overview
Basic Elements about Deep Learning
-
If the user could supply a (differentiable) level-set function φ(x) (such that it uses material A for φ0), instead of the current material function, that would provide enough information to do efficie…
-
## Issue Details
Modifying the `Mesh_3/mesh_3D_image.cpp` example to change mesh criteria, use Lloyd optimization, and compiling it with TBB support gives me an assertion error
> terminate call…
-
CC @berndhahnebach
-
Here is a basic script that produce a rounded box:
```py
import cadquery as cq
from cadquery import exporters
result = ( cq
.Workplane('XY')
.box(50, 50, 1)
.edges('|Z')
.f…
-
# topology
running the tiup playground on my laptop. 1 TiKV, 1 TiDB and 1 PD.
# workload
using sysbench to create one database consist of 32 tables. There're 10000 records in each table.
```
sy…
-
A. In a close future ...
=> Optimization of refinement for structured grids
The refinement strategy currently implemented in Qgridder is based on the "propagation" of fixes to topology rules violatio…
-
When downloading a `BasicResultCollection` using `BasicResultCollection.from_server()`, it crashes if it encounters an entry that is missing a CMILES, with the error:
```
Traceback (most recent ca…
-
### Is your feature request related to a problem?
I have a BLE Mesh network where a high TTL is needed due to the large physical size, but there are often groups of nodes relatively close together.…
-
I'm running simulations of mixed ML/MM systems where part is computed with ANI-2x and part with Amber. As long as I specify `implementation='nnpops'` in the call to `createMixedSystem()` it works wel…