Many-Worlds Theory: Simulation Program in C#

Click For Summary

Discussion Overview

The discussion revolves around a simulation program written in C# aimed at exploring the Many-Worlds Theory. Participants share code files and seek assistance in completing the simulation, specifically focusing on the creation of galaxies and the management of particles within the simulation framework.

Discussion Character

  • Exploratory, Technical explanation, Homework-related

Main Points Raised

  • One participant shares a code file and offers to provide the entire program, which includes various functions related to the Many-Worlds Problem.
  • Another participant requests clarification on the purpose of the shared code, noting the lack of comments and the use of German variable names, which may hinder understanding.
  • A participant revises the program structure, adding comments and translating variable names to English, while seeking feedback on how to finalize the class to track the number of galaxies created and unused particles.
  • Concerns are raised about the clarity of the simulations, with a suggestion that a theoretical physics paper might be necessary to present the underlying theory effectively.
  • Repeated requests for assistance in reviewing the code and completing the simulation process are made by participants.

Areas of Agreement / Disagreement

Participants express varying levels of understanding and concern regarding the clarity of the code and the theoretical framework. There is no consensus on how to effectively present the theory or finalize the simulation program.

Contextual Notes

Limitations include the original research nature of the project, which may not align with the forum's scope, and the potential difficulty in understanding the code due to language barriers and lack of documentation.

Who May Find This Useful

Individuals interested in programming simulations related to theoretical physics, particularly those exploring the Many-Worlds Theory and galaxy creation.

ShadownightPrograms
Messages
3
Reaction score
0
TL;DR
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   Reactions: 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   Reactions: Cryo

Similar threads

  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 2 ·
Replies
2
Views
458