quantum_observer_simulator

Simulation and analysis of a cognitive phase transition in quantum observer perception. Based on the Renkel experiment and categorical quantum models.

https://github.com/khomyakov-vladimir/quantum_observer_simulator

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 14 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary

Keywords

categorical-quantum-mechanics cognitive-distinguishability decoherence dimensional-reduction functorial-observer noisy-functors observer-collapse quantum-measurement renkel-experiment subjective-quantum-mechanics
Last synced: 6 months ago · JSON representation ·

Repository

Simulation and analysis of a cognitive phase transition in quantum observer perception. Based on the Renkel experiment and categorical quantum models.

Basic Info
  • Host: GitHub
  • Owner: Khomyakov-Vladimir
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage: https://digitalphysics.ru
  • Size: 13.7 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
categorical-quantum-mechanics cognitive-distinguishability decoherence dimensional-reduction functorial-observer noisy-functors observer-collapse quantum-measurement renkel-experiment subjective-quantum-mechanics
Created 9 months ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

Cognitive Distinguishability and Quantum Observer Simulation

A Phase Transition Perspective

DOI License: MIT

This repository contains the simulation code accompanying the research project on cognitive distinguishability, quantum observer dynamics, and phase transition phenomena in subjective physics. The implementation supports the published study:

Khomyakov, V. (2025). Cognitive Distinguishability and Quantum Observer Simulation — A Phase Transition Perspective
Zenodo: https://doi.org/10.5281/zenodo.15571107


🧠 Overview

🖥️ Language: Python 3.x

This project includes two main Python scripts:

  • QuantumObserverSimulator.py
    Simulates the emergence of phase transitions in the quantum observer's behavior as a function of cognitive distinguishability. Incorporates noise and observer-based decoherence modeling.

  • cognitive_dimension.py
    Computes and visualizes the effective cognitive dimension of the observer’s configuration space as a function of the overlap between quantum states.

Both scripts generate high-resolution plots and save them to the results/ subdirectory.


📁 Directory Structure

. ├── QuantumObserverSimulator.py ├── cognitive_dimension.py ├── LICENSE ├── .gitignore ├── README.md ├── results/ │ └── ... ├── figures/ │ ├── plot_comparison.png │ ├── plot_comparison.pdf │ ├── phase_transition.png │ ├── phase_transition.pdf │ ├── cognitive_dimension.png │ └── cognitive_dimension.pdf

The results/ directory is created automatically upon script execution if it does not exist.


🛠 Requirements

This project uses the following Python libraries:

  • numpy
  • matplotlib
  • scipy

Install them with:

bash pip install numpy matplotlib scipy


▶️ Usage

To run the simulations and generate plots:

bash python QuantumObserverSimulator.py # Simulates phase transition python cognitive_dimension.py # Plots cognitive dimension

The resulting plots will be saved in the results/ directory.


📊 Output

  • phase_transition.png, phase_transition.pdf
    Plot of the observer phase transition as a function of the distinguishability parameter Λ.

  • cognitive_dimension.png, cognitive_dimension.pdf
    Plot of the cognitive configuration space dimensionality vs. state overlap.

  • plot_comparison.png, plot_comparison.pdf
    Combined plot comparing both effects on a unified scale.


📜 License

This project is licensed under the terms of the MIT License.
You are free to use, modify, and distribute this code with attribution.


📖 Citation

🔓 Open access publication available at Zenodo.

If you find this code or the related research useful, please cite:

bibtex @misc{khomyakov2025cognitive, author = {Khomyakov, Vladimir}, title = {Cognitive Distinguishability and Quantum Observer Simulation — A Phase Transition Perspective}, year = 2025, publisher = {Zenodo}, doi = {10.5281/zenodo.15571107}, url = {https://doi.org/10.5281/zenodo.15571107} }


🔗 Related Resources

  • 📘 Zenodo Publication
  • 🧠 Based on formalism discussed in the context of subjective physics and observer-based emergence

Owner

  • Login: Khomyakov-Vladimir
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it using the metadata below."
title: "Cognitive Distinguishability and Quantum Observer Simulation — A Phase Transition Perspective"
authors:
  - family-names: Khomyakov
    given-names: Vladimir
date-released: 2025-06-01
doi: 10.5281/zenodo.15571107
url: https://doi.org/10.5281/zenodo.15571107
repository: https://github.com/Khomyakov-Vladimir/quantum_observer_simulator
license: MIT
keywords:
  - cognitive observer
  - quantum measurement
  - phase transition
  - subjective physics
  - cognitive entropy
  - distinguishability
  - decoherence
  - simulation
version: "1.0.0"
type: software

GitHub Events

Total
  • Push event: 13
  • Create event: 2
Last Year
  • Push event: 13
  • Create event: 2