-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rindler coordinates and space-time embedded quantum computer simulation #15
Open
WrathfulSpatula
wants to merge
1,159
commits into
MITGameLab:master
Choose a base branch
from
vm6502q:main
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Updated to a new version of unity, 2018.1.4f1. Also fixed a bug, where divison by zero would cause the screen to go black * Update README.md * Fixed grammar in README.md Thanks to Tiago Morais Morgado Co-authored-by: Camacho <[email protected]> Co-authored-by: Barnacle Nightshade <[email protected]> Co-authored-by: MIT Game Lab <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi, this is Dan, again, from the unitaryfund/qrack quantum computer simulator project! I realize this PR might never go in, but I very much appreciate the original OpenRelativity project, and my previous PR and
master
branch had become very bloated with Qrack binary data, which I've just "squashed" out of the fork repository. To use the Qrack plugin, please install the latest Qrack release. (This way, it's only necessary to update iOS and Android plugin binary data, in the future, and so it's possible to keep the repository size manageable.)My previous PR started out (in 2017) adding relativistic handling for acceleration to OpenRelativity, basically via Rindler coordinates. After I found an inverse for your Lorentz transform and shader logic code, with handling for acceleration via Rindler coordinates, it become possible to add a lot of new physical mechanics to your project, including collision, friction, bounce, and basically everything PhysX does natively, by effectively treating PhysX mechanics as occurring in a "local tangent space" and transforming back to the space-time manifold after every physics update, (sometimes with length-contraction/time-dilation factors on physics material parameters, as appropriate). With handling for acceleration, we could observe and enforce "equivalence principle," and it became possible to add space-time background curvature to your Minkowski space. Along the way, I tried my hand at relativistic sound and relativistic lighting, real-time and baked. Also, maybe "coolest" of all, since I spent 5 years developing the Qrack quantum computer simulator after working on OpenRelativity, it's integrated with the relativity simulation, here, and you can embed qubits in the space-time background, connected to the relativistic notions of time and distance!
Thank you!