Discrete emergent wavefunction
Project description
Bitwave
A minimal informational model of quantum emergence.
Bitwave is a Python library for simulating quantum-like wavefunctions as emergent properties of binary strings. It unifies bitstrings, amplitudes, and entropy into a single foundational object.
Key Concepts
- Bit = Geometry: Each bit encodes structure.
- Bitstring = Universe State: A single bitstring describes a possible quantum universe.
- Bitwave = Wavefunction: A discrete quantum object derived purely from bits.
Features
- Convert any bitstring into a complex amplitude vector
- Extract |ψ|² and phase
- Measure entropy and emergent resolution
Example
from bitwave import Bitwave
bw = Bitwave("1101010111001001")
amplitudes = bw.get_amplitudes()
entropy = bw.entropy()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qbitwave-0.1.0.tar.gz
(5.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qbitwave-0.1.0.tar.gz.
File metadata
- Download URL: qbitwave-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5be566c472fd0dfdc9e8b2612a09bd5418b23303c5232e74873017151d84fe37
|
|
| MD5 |
2cdea47bd60a94f3ff869ca948e2610e
|
|
| BLAKE2b-256 |
1f79ee6b1abdefc0f8a35677f71e3adf33848343ab1b7a33e4adafb45b8af5ed
|
File details
Details for the file qbitwave-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qbitwave-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b2b09f07d29bbfda2534267093aa86dfb6be7ac7444623601b2ad76a6956d8e
|
|
| MD5 |
c6abdbacd46d139ee88445ad8b445626
|
|
| BLAKE2b-256 |
161fbdf4622dd5eb29499307ca62ca8662274facf35cb38a9b391e0e60d47b15
|