-
Faunus do – beside running MC simulations – also analysis of data. It would be beneficial to perform the same analysis on an existing trajectory without actually running the simulation. It shall be co…
-
Hi all, love the work you are all doing here, but recently ran into an issue with some core features, such as setting position and velocity data, leading to a WASM unreachable error.
![image](https…
-
In Oracle, it is possible to declare a column without a data type if the data type can be derived from the primary key:
```sql
create table par (
c1 int
primary key
);
create table ch…
-
Dear Donghoon Park,
Thank you for creating such a useful tool!
I'm trying to get the results of simulation in "DC operating point" mode with a few varied (.STEP) parameters (example below).
.get_…
-
### Environment (Required on creation)
3.14
### Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)
After applying `index.routing.al…
-
@garsuga sez:
> I was thinking about the best approach to making the "Start simulation" workflow and I was wondering if it was required that the reports' panels remain hidden until that button is pres…
-
Projectfiles can contain boundary conditions with both a "STEADY-STATE" timestamp as well as timestamps indicating actual transient or periodic boundary conditions. The data under the "steady-state" l…
-
To validate the Physical Layer PSF model, we will use simulations that include a Zernike prior. Metrics and plots should be generated and compared with those reported in Tobias' thesis (section 6).
…
-
I am thinking of a way to compare datasets easier.
A function that allows the qualitative comparison between any function implemented in uPPPP with any dataset.
Example:
```python
import uppp
si…
-
# Design desiderata
A simulated dataset should be fully reproducible
* input: simulation method, all input params needed for the simulation method, specimen, random seed
* output: particle stack,…