https://github.com/retr0kr0dy/qed
Basic Study of Quantum Electro Dynamic Propagation
https://github.com/retr0kr0dy/qed
electrodynamics qed quantum-mechanics simulation
Last synced: about 2 months ago
JSON representation
Basic Study of Quantum Electro Dynamic Propagation
- Host: GitHub
- URL: https://github.com/retr0kr0dy/qed
- Owner: Retr0Kr0dy
- Created: 2024-09-11T14:26:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:32:02.000Z (7 months ago)
- Last Synced: 2025-02-15T16:49:21.078Z (4 months ago)
- Topics: electrodynamics, qed, quantum-mechanics, simulation
- Language: C
- Homepage:
- Size: 41.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Study of Quantum Electro Dynamic Propagation
Studuying QED and simulating things
SDL x OpenGL engine (based on mire project).

## Requirements
install for debian with :
```sh
sudo apt install libsdl2-dev -y
```## Build
Currently, simply build with :
```sh
make && ./BQEDPS
```## Usage
|Key|Action|
|-|-|
|f1|Enable/disable debug info.|
|f2|play/pause simulation.|
|q|Quit.|## What ?
Electro magnetic fields propagation study. (Interaction between electric and magnetic fields as describe by Maxwell's equations.)
## How ?
Using Maxwell's equations such as describe [here](https://en.wikipedia.org/wiki/Maxwell%27s_equations)
## Why ?
Deep understanding of radio signals, light propagtaion, general physics.