Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions QAG_Truth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"outputs": [],
"source": [
"importimport numpy as np\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"# ==========================================\n",
Expand Down Expand Up @@ -90,7 +90,7 @@
" d_initial = np.cumsum(np.cumsum(np.full(steps, effective_accel)))\n",
" d_retrocausal = np.cumsum(np.cumsum(np.full(steps, handshake_accel)))\n",
"\n",
" print(f\"--- QAG PROPULSION ({psychon_ug}µg Psychon) ---\")\n",
" print(f\"--- QAG PROPULSION ({psychon_ug}\u00b5g Psychon) ---\")\n",
" print(f\"Retrocausal Displacement: {d_retrocausal[-1]:.4f} units\")\n",
"\n",
"def run_stress_test(psychon_ug=5400.0):\n",
Expand Down