File size: 1,764 Bytes
1834e53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
  "task_id": "xp1_5_system",
  "requirements": {
    "estimate_control_threshold": true,
    "estimate_scaling_exponents": true,
    "assess_universality": true
  },
  "budget": {
    "max_cpu_hours": 6.0,
    "max_memory_gb": 16.0
  },
  "protocol": {
    "lambda_scan": [
      1.71,
      1.728,
      1.742,
      1.754,
      1.766,
      1.778,
      1.785,
      1.795,
      1.805
    ],
    "beta_fit_lambdas": [
      1.785,
      1.795,
      1.805
    ],
    "system_sizes": [
      32,
      64,
      128,
      256
    ],
    "n_seeds": 16,
    "t_max": 1000,
    "seed": 1802620927
  },
  "required_outputs": {
    "summary_csv": "./results/dp_summary.csv",
    "scan_csv": "./results/dp_scan.csv",
    "timeseries_csv": "./results/dp_timeseries.csv",
    "report_json": "./results/dp_report.json"
  },
  "parameterization": {
    "boundary_condition": "periodic",
    "update_scheme": "random_sequential",
    "initial_condition": "fully_active_for_each_trajectory",
    "sweep_definition": "one sweep consists of L random site visits for a lattice of size L",
    "death_probability_per_update": "dt",
    "time_recording": "record rho(t) and survival probability once per sweep for t=1..t_max",
    "dt": 0.2,
    "state_space": [
      0,
      1
    ],
    "left_neighbor_weight": 1.0,
    "right_neighbor_weight": 0.85,
    "site_parity_scale": {
      "even": 1.04,
      "odd": 0.96
    },
    "activation_rule": "For an inactive site i, use p_birth = min(1, lambda * dt * parity_scale(i) * (left_weight * left_active + right_weight * right_active)).",
    "note": "Use the asymmetric parity-modulated nearest-neighbor birth-death process defined here; do not replace it with the standard symmetric contact process or remap lambda."
  }
}