I Many-Worlds Theory: Simulation Program in C#

ShadownightPrograms
Messages
3
Reaction score
0
TL;DR Summary
Does anyone know the Creation Process of an Galaxy in Theory and can help me out in creating an Galaxy for an Simulation of the Many Worlds Theory in Combination woth Quantum Physics?
Here is the Code File in an txt. I can on request provied the whole Program, which includes the PSE, AtomFunctions and many useful but not all implemented Funtions to solve the Many Worlds Problem in C#. Please feel free to ask questions via here or email [e-mail address deleted by Mentors]
I hope you can help me finish this step to the simulation of the many world theory. I only did it for the 2nd Univerese. The first one will be the same but with the Parity of the place vector which is i think 3-dimensional.
 

Attachments

Last edited by a moderator:
Physics news on Phys.org
Here is the Atom file too for the better understanding of the functions used.
 

Attachments

ShadownightPrograms said:
Please feel free to ask questions
Sure. What are we supposed to do with this? Your code is almost completely uncommented -- Galaxy.txt has two comments plus a few more for commented-out code.
Teilchen.txt has one comment.
Besides having almost no comments, many of the variable names are in German, so are meaningless to readers who don't speak German.
 
I overworked the whole program strucure. Here it is with way more comments and only English names and also i provided links to the sources ... I hope anyone who is familiar with the creation of an Galaxy can help me by providing assistance in overlooking the code for Errors or helping me finish the creating process ... I don't know how to end the class to get an Number on how many galaxies are created and how many particles are still unused or "free to use" in space. I thought about an dynamic list to reduce the space on disk ... What are your thoughts about it? Feel free to share what i can improve on the code ... It is originally an cs class c#
 

Attachments

I think nobody can understand your simulations if you don't present your theory in a form of a theoretical physics paper.
 
  • Like
Likes Cryo
ShadownightPrograms said:
I hope anyone who is familiar with the creation of an Galaxy can help me by providing assistance in overlooking the code for Errors or helping me finish the creating process

This is original research and is outside the scope of PF.

Thread closed.
 
  • Like
Likes Cryo
Not an expert in QM. AFAIK, Schrödinger's equation is quite different from the classical wave equation. The former is an equation for the dynamics of the state of a (quantum?) system, the latter is an equation for the dynamics of a (classical) degree of freedom. As a matter of fact, Schrödinger's equation is first order in time derivatives, while the classical wave equation is second order. But, AFAIK, Schrödinger's equation is a wave equation; only its interpretation makes it non-classical...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
Is it possible, and fruitful, to use certain conceptual and technical tools from effective field theory (coarse-graining/integrating-out, power-counting, matching, RG) to think about the relationship between the fundamental (quantum) and the emergent (classical), both to account for the quasi-autonomy of the classical level and to quantify residual quantum corrections? By “emergent,” I mean the following: after integrating out fast/irrelevant quantum degrees of freedom (high-energy modes...
Back
Top