{"id":21228968,"url":"https://github.com/quantum-software-development/tesseract","last_synced_at":"2025-05-08T20:29:51.517Z","repository":{"id":158494055,"uuid":"634103044","full_name":"Quantum-Software-Development/Tesseract","owner":"Quantum-Software-Development","description":"Tesseract - four-dimensional analogue","archived":false,"fork":false,"pushed_at":"2025-04-21T22:15:32.000Z","size":790,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T23:23:48.800Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://github.com/Quantum-Software-Development/Tesseract","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quantum-Software-Development.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"Quantum-Software-Development","Custom":"https://github.com/sponsors/Quantum-Software-Development/card"}},"created_at":"2023-04-29T04:02:27.000Z","updated_at":"2025-04-21T22:15:34.000Z","dependencies_parsed_at":"2024-01-07T04:36:54.961Z","dependency_job_id":"81886414-3c7b-4a6c-b374-046e5a719bbb","html_url":"https://github.com/Quantum-Software-Development/Tesseract","commit_stats":null,"previous_names":["quantum-software-development/tesseract"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantum-Software-Development%2FTesseract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantum-Software-Development%2FTesseract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantum-Software-Development%2FTesseract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quantum-Software-Development%2FTesseract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quantum-Software-Development","download_url":"https://codeload.github.com/Quantum-Software-Development/Tesseract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253144334,"owners_count":21861040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T23:23:42.931Z","updated_at":"2025-05-08T20:29:51.507Z","avatar_url":"https://github.com/Quantum-Software-Development.png","language":"HTML","readme":"\u003cbr\u003e\n \n## 🧊 [Tesseract](): A Gateway to Higher Dimensions and Quantum Physics -  [Time Travel Through Dimensions]()\n\nWelcome to the **Tesseract** repository! This project is dedicated to the study and exploration of the **Tesseract**, a four-dimensional analogy of a cube. Here, you will find resources, simulations, and mathematical insights that help visualize and better understand the properties of **higher-dimensional geometric figures** and their fascinating connection to **Quantum Physics**.\n\n \u003cbr\u003e\n\n\u003cp align=\"center\"\u003e \n \u003cimg src=\"https://user-images.githubusercontent.com/113218619/235282961-b85e69fe-6d0f-4b7e-aeb0-bc7171fa3eb8.gif\" /\u003e\n \n \u003cbr\u003e\n\n\n## 🌌 Project Overview\n\nThe **Tesseract**, also known as a **hypercube**, extends conventional geometry into the **fourth dimension**. This concept is not just a mathematical curiosity—it has profound implications in physics, particularly in areas like **quantum mechanics, superstring theory, and spacetime models**.\n\nThis repository provides:\n\n- **Tesseract Simulations**: Visual representations of a Tesseract projected into three dimensions.\n- **Mathematical Algorithms**: Methods for computing and understanding the properties of four-dimensional objects.\n- **Quantum Physics Insights**: How higher dimensions relate to quantum phenomena like entanglement, parallel universes, and extra-dimensional theories.\n\n## 🔬 The Connection Between Tesseracts and Quantum Physics\n\nThe concept of higher dimensions plays a critical role in **quantum mechanics and theoretical physics**. Some key connections include:\n\n- **Quantum Superposition \u0026 Higher Dimensions**: Quantum systems exist in multiple states simultaneously, much like how a Tesseract exists in four dimensions but appears differently when projected into lower dimensions.\n- **Entanglement \u0026 Nonlocality**: Extra-dimensional spaces may offer explanations for quantum entanglement, where particles interact instantaneously across vast distances.\n- **String Theory \u0026 Extra Dimensions**: Theoretical physics suggests that additional dimensions (like the 4th spatial dimension) could be fundamental to the fabric of reality.\n\n  \n\n## Understand Dimensions and Oneness\n\nhttps://github.com/user-attachments/assets/79942968-79db-422a-861f-bba67db90a9a\n\n\n\n## 🚀 Getting Started\n\nTo start exploring the Tesseract and its relation to quantum physics:\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/Quantum-Software-Development/Tesseract.git\n   ```\n2. **Navigate to the assets directory** to find simulation resources.\n3. **Follow the installation instructions** provided in the `INSTALL.md` file.\n4. **Run the Tesseract Visualization Code** step by step to generate a 3D projection of a hypercube:\n\n### Step 1: Import the required libraries\n```python\nimport matplotlib.pyplot as plt\nfrom mpl_toolkits.mplot3d import Axes3D\nimport numpy as np\n```\n\n### Step 2: Define the function to draw a Tesseract\n```python\n# Function to draw a Tesseract\ndef draw_tesseract(ax):\n    # Points of a cube in 3D\n    points = np.array([[1, 1, 1],\n                       [-1, 1, 1],\n                       [-1, -1, 1],\n                       [1, -1, 1],\n                       [1, 1, -1],\n                       [-1, 1, -1],\n                       [-1, -1, -1],\n                       [1, -1, -1]])\n\n    # Lines that connect the points to form a cube\n    lines = [[points[i], points[j]] for i in range(len(points)) for j in range(i+1, len(points)) if np.sum(np.abs(points[i] - points[j])) == 2]\n\n    # Draw each line of the cube\n    for line in lines:\n        ax.plot3D(*zip(*line), color=\"b\")\n```\n\n### Step 3: Create a 3D figure and axis\n```python\n# Create a figure and a 3D axis\nfig = plt.figure()\nax = fig.add_subplot(111, projection='3d')\n```\n\n### Step 4: Draw the Tesseract and set axis limits\n```python\n# Draw the Tesseract\ndraw_tesseract(ax)\n\n# Set the axis limits\nax.set_xlim([-2, 2])\nax.set_ylim([-2, 2])\nax.set_zlim([-2, 2])\n```\n\n### Step 5: Display the plot\n```python\n# Show the plot\nplt.show()\n```\n\n\u003cbr\u003e\n\n![Image](https://github.com/user-attachments/assets/ac4d29bf-b1f1-4930-a8d5-b7fe9eee88aa)\n\n\u003cbr\u003e\n\n🌟 **Join us in exploring the mysteries of higher dimensions and their role in quantum reality!** 🚀\n\n\n #\n\n ##### \u003cp align=\"center\"\u003e [Copyright 2025 Quantum Software Development. Code released under the MIT license.](https://github.com/Quantum-Software-Development/Tesseract/blob/6b429d3539b048ee43670235c5b97fe918efda89/LICENSE)\n\n\n\n\u003c!--\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e \n \u003cimg src=\"https://user-images.githubusercontent.com/113218619/235283209-286d481d-47f5-47e3-be81-c3ddab0cd93a.png\"  /\u003e\n\n\u003cp align=\"center\"\u003e \n \u003cimg src=\"https://user-images.githubusercontent.com/113218619/235283420-3c655c06-0ec5-4792-ba85-b566d3af706f.png\" /\u003e\n\n\u003cp align=\"center\"\u003e \n\u003cimg src=\"https://user-images.githubusercontent.com/113218619/235283271-e9452b16-c298-4f3d-aa26-2a11fd0a9811.png\" /\u003e\n   \n\u003cbr\u003e\n--\u003e\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n","funding_links":["https://github.com/sponsors/Quantum-Software-Development","https://github.com/sponsors/Quantum-Software-Development/card"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantum-software-development%2Ftesseract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantum-software-development%2Ftesseract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantum-software-development%2Ftesseract/lists"}