holobit


Nameholobit JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Alphonsus411/holobit
SummaryA quantum holographic library for simulating and visualizing quantum states.
upload_time2024-08-30 16:43:53
maintainerNone
docs_urlNone
authorAdolfo González Hernández
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Holobit: A Quantum Holographic Library

## Introduction
Holobit is a Python library designed to simulate and visualize quantum states using holographic principles. It integrates quark interactions, gluon dynamics, fractal projections, and more, within a dodecahedral structure governed by the golden ratio.

## Installation
To install Holobit, clone the repository and run:
pip install -e


## Usage
Here is a simple example to create and visualize a Holobit system:

```python
from holobit import HolobitFractalSystem

# Initialize a Holobit system with 3 dimensions and 5 iterations
system = HolobitFractalSystem(dimensions=3, iterations=5)

# Simulate interactions
system.simulate_interactions()

# Visualize the system
system.visualize_system()




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Alphonsus411/holobit",
    "name": "holobit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Adolfo Gonz\u00e1lez Hern\u00e1ndez",
    "author_email": "adolfogonzal@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/01/b7/7a70f66a88680b2f5268ccb9285b5e5b95f391e4b3df718807fdf6694383/holobit-0.1.0.tar.gz",
    "platform": null,
    "description": "# Holobit: A Quantum Holographic Library\n\n## Introduction\nHolobit is a Python library designed to simulate and visualize quantum states using holographic principles. It integrates quark interactions, gluon dynamics, fractal projections, and more, within a dodecahedral structure governed by the golden ratio.\n\n## Installation\nTo install Holobit, clone the repository and run:\npip install -e\n\n\n## Usage\nHere is a simple example to create and visualize a Holobit system:\n\n```python\nfrom holobit import HolobitFractalSystem\n\n# Initialize a Holobit system with 3 dimensions and 5 iterations\nsystem = HolobitFractalSystem(dimensions=3, iterations=5)\n\n# Simulate interactions\nsystem.simulate_interactions()\n\n# Visualize the system\nsystem.visualize_system()\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A quantum holographic library for simulating and visualizing quantum states.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Alphonsus411/holobit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a270b1c1cf9412831ab0fa92c76cd11b819dff1e2df734886c63ca435f4eb38c",
                "md5": "d29858820fefc6f5e6377ed87562b4c0",
                "sha256": "dc4360d740de4367a5606cbc0c1d9bb65ade6fa6cf0ee4bf31f7a69ef4e61110"
            },
            "downloads": -1,
            "filename": "holobit-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d29858820fefc6f5e6377ed87562b4c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1559,
            "upload_time": "2024-08-30T16:43:52",
            "upload_time_iso_8601": "2024-08-30T16:43:52.409811Z",
            "url": "https://files.pythonhosted.org/packages/a2/70/b1c1cf9412831ab0fa92c76cd11b819dff1e2df734886c63ca435f4eb38c/holobit-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01b77a70f66a88680b2f5268ccb9285b5e5b95f391e4b3df718807fdf6694383",
                "md5": "0adad7dbd2d5ad7973b89dbbf059ba49",
                "sha256": "f09bed6667d1d43915d029db77c07218e41dfaafa746adc5e9cba5ab4438eab8"
            },
            "downloads": -1,
            "filename": "holobit-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0adad7dbd2d5ad7973b89dbbf059ba49",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1782,
            "upload_time": "2024-08-30T16:43:53",
            "upload_time_iso_8601": "2024-08-30T16:43:53.573846Z",
            "url": "https://files.pythonhosted.org/packages/01/b7/7a70f66a88680b2f5268ccb9285b5e5b95f391e4b3df718807fdf6694383/holobit-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-30 16:43:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Alphonsus411",
    "github_project": "holobit",
    "github_not_found": true,
    "lcname": "holobit"
}
        
Elapsed time: 0.73882s