-
`parun` is a script that takes command line options and various filename arguments describing physics, numerics, and batch input. It sets up the proteus environment based on the options and the run…
-
I use a mod called Customizable Player Models and part of the mod lets you make you skin sheet bigger for texturing extra parts of your model. Making the skin sheet bigger appears to move the texture …
-
The VSF survey identified the following topics for the possible workshop (unfiltered). Shall we act on any of these, and if yes with which priorities?
- Polaritons/light-matter interactions
- Quo …
-
I think this would make a nice little paper for the [American Journal of Physics](http://ajp.dickinson.edu) - the idea would be to enable teachers to pick up dark matter simulations as a topic for use…
-
#Team name :
the chosen ones
# Project Description:
building a hand written digits recognition neural network using classical computing and then quantum computing on Qiskit, and see what the…
-
i've been trying to find a physics package that is compatible with r3f, and I finally found this one but it doesn't work with the newer versions of r3f. I wanted to use it to add cloth simulation to m…
-
I am using BOLFI for optimization of a relatively complicated plasma physics code. These plasma simulations tend to sometimes become unstable, which then leads to a collapse of the sample collection s…
-
Hello, please forgive my ignorance. How this project compares/differs to/from https://github.com/microsoft/AirSim
-
Would be good to support two environments:
- Running natively on Linux
- We'll use this as main development environment.
- Simulation physics & engine, and PX4 in a docker container
- …
-
2d matrices (and 3d) are common in physics simulations. The current way I represent a 2d array is like this in lua:
```lua
-- A struct that contains two arrays of doubles: row1 and row2
kappa = {…