Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimUniverseSpec Struct Reference

Universe/experiment specification defining mathematical structure. More...

#include <sim_world.h>

Collaboration diagram for SimUniverseSpec:

Public Attributes

SimPolepoles
 
size_t pole_count
 
double q
 
size_t K
 
double epsilon
 
double sieve_sigma
 

Detailed Description

Universe/experiment specification defining mathematical structure.

This describes the "physics" of the toy universe - immutable after init.

Member Data Documentation

◆ epsilon

double SimUniverseSpec::epsilon

Base offset for hyperexponential φ_ε^[K].

◆ K

size_t SimUniverseSpec::K

Hyperexponential truncation level.

◆ pole_count

size_t SimUniverseSpec::pole_count

Number of entries in poles.

◆ poles

SimPole* SimUniverseSpec::poles

Owned array of singularity specifications.

◆ q

double SimUniverseSpec::q

Quantum deformation parameter ∈ (0,1); 1.0 = classical.

◆ sieve_sigma

double SimUniverseSpec::sieve_sigma

Default sieve scale for remainder analysis.


The documentation for this struct was generated from the following file: