Analyzing real-world news, tries to estimate the current divergence value of the world in Steins;Gate terms.
The website can be visited at https://divergence.nyarchlinux.moe.
- π Auto Updated: the counter updates itself every 15 minutes
- π News Table: see how our world news affect the timeline
- π Plot: displaying the estimations of the worldline over time
- π Sound: Sound from the VN is played when the estimation of the worldline is changed
- πͺΆ Lite mode: a lite mode is available, not displaying the plot that takes resources
- π Free & Public API: Integrate our mesurements in your projects. Create custom widgets, real world divergence meter, apps and much more with it!
The divergence counter refreshes automatically every 15 minutes. API Docs - β³ Analysis interval: every 15 minutes, the current world news are analyzed in order to estimate the current worldline divergence
In Steins;Gate, the divergence is calculated using the difference in gravity value between worldlines. Since I don't have the Reading Steiner (at least to my knowledge), and I have not travelled to any worldline yet, the worldline is estimated using world news. The news are taken from multiple RSS feeds featuring world news, science news and local news.
Spoiler Alert: The equations you are going to see are based on an interpretation on some equations given in Chaos;Head. The equations per-se are not a spoiler, but searching them might result in spoilers to the Chaos;Head Visual Novel. Also, some of these concepts might be lite spoilers to Steins;Gate VNs.
Note: some of the theories here are made up in a way that they are coherent with the SciAdv series.
Assumption: every event
Each news documents that an event
- In order to calculate the independent divergence of an event
$e$ , we start from the$Ir2$ equation:
That, form Chaos;Head, is the bases equation that causes the world to diverge. In the VN, the meaning of this equation is not explained (except for the fact that Ir2 means "eyes are two"). Considering that it is related to the Dirac Sea, a possible explaination is the following:
-
$Ir$ is the Information Rate of the Vacuum region. Higher information rate implies a more complex and dynamic vacuum structure. -
$fun$ is the Field Uniformity Number. A less uniform field could mean more gradients, potentials, and thus, more energy available for particle creation and interactions. -
$int$ is the Interconnectedness of Dirac Sea states. This represents the degree to which the negative energy states within the Dirac Sea are linked or correlated.
We can assume that the divergence
- We substitute the given expression for
$Ir2$ into our definition of$d$ :
-
Now, we assume the following relations:
-
Impact (
Im
) and Uniformity (fun
): A highly impactful news event ($Im$ ) would disrupt the local vacuum field, decreasing its uniformity ($fun$ ). We can model this as an inverse relationship:$$fun = \frac{C_f}{Im}$$ Where
$C_f$ is a constant. -
Field Attraction (
$Fa$ ) and Interconnectedness ($int$ ): A strong attraction ($Fa$ ) towards the attractor center implies the event$e$ is creating efficient pathways within the Dirac Sea states along that direction, increasing local interconnectedness ($int$ ). We model this as a direct relationship:$$int = C_i \cdot Fa$$ Where
$C_i$ is a constant
-
-
We substitute the formulas above in the expression Substitute the expressions for
$fun$ and$int$ (from step 3) into the formula for$d$ (from step 2):$$d = k_1 \cdot \left( \left( \frac{C_f}{Im} \right)^{10} \cdot (C_i \cdot Fa)^{40} \right)$$ -
In the end, we simplify the expression combining the constants:
$$d = k_1 \cdot \left( \frac{C_f^{10}}{Im^{10}} \cdot C_i^{40} \cdot Fa^{40} \right)$$ $$d = (k_1 \cdot C_f^{10} \cdot C_i^{40}) \cdot \frac{Fa^{40}}{Im^{10}}$$ -
We create a new constant, called Divergence Constant
$K_d = k_1 \cdot C_f^{10} \cdot C_i^{40}$ The final formula for calculating the independent divergence$d$ is:$$d = K_d \frac{Fa^{40}}{Im^{10}}$$
In order to estimate the current worldline, we have to analyze news as soon as they arrive, and update the current divergence based on the independent divergence of those news. For this purpose, a modified version of Weighted Online Gradient Descent is used.
- Steins;Gate Wiki for some informations about divergence
- LuqueDaniel/Divergence-Meter for images and gifs
- SciAdv Series for being peak
If you want to support the project, leave a βοΈ
Made with β€οΈ by Nyarch Linux lead developer