-
- two different models, one for the open sea and one for near land areas (harder)
- problem with ice versus wind and rain areas, can we know when they occur from the meteorology?
- can we learn the …
-
Thanks for you project! Impressive!
I would love to see something like this one: https://www.comsol.com/blogs/designing-heating-circuits-with-multiphysics-simulation/
-
**Background**
Ships and water are a bit lame.
- Ships are over-powered (OP) with ~infinity capacity per tile, and no physics.
- At the same time, ships and water are nerfed. Building routes …
-
As more efforts are pushed towards multi-physics it would be useful to have the ability to lookup field data e.g. temperature on a mesh data structure (e.g. kD-tree lookup). Thinking about interfacing…
-
It appears @youngmit already did the bulk of the work to move the _functionality_ people want from the [HistoryTrackerInterface](https://github.com/terrapower/armi/blob/827d223cd6fc085c039390a2c3a0391…
-
The biggest change ahead for this project will be moving the b2world (and all b2 objects) onto a separate physics thread. Before work begins on this, I think major design decisions should be well thou…
-
**Original report ([archived issue](https://osrf-migration.github.io/ignition-gh-pages/#!/ignitionrobotics/ign-gazebo/issues/18)) by Louise Poubel (Bitbucket: [chapulina](https://bitbucket.org/%7B5cfa…
-
When computing fidelities/contrasts, there is a step where we map the states of the computational basis (e.g. '10010101') back to integers using
```
index_state = int(comp_state, 2)
```
However…
-
# URL
- https://arxiv.org/abs/2310.06117
# Affiliations
- Huaixiu Steven Zheng, N/A
- Swaroop Mishra, N/A
- Xinyun Chen, N/A
- Heng-Tze Cheng, N/A
- Ed H. Chi, N/A
- Quoc V Le, N/A
- Den…
-
I tried this code:
```rust
let ∇x = 1;
```
I expected the code to compiles but instead I get the compiler error message "unknown start of token \u{2207}".
This is surprising as variable names…