Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retr0kr0dy/qed
Basic Study of Quantum Electro Dynamic Propagation
https://github.com/retr0kr0dy/qed
electrodynamics qed quantum-mechanics simulation
Last synced: 17 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T20:32:02.000Z (2 months ago)
- Last Synced: 2024-11-01T21:24:50.650Z (2 months ago)
- Topics: electrodynamics, qed, quantum-mechanics, simulation
- Language: C
- Homepage:
- Size: 15.4 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).
![Alt text](https://github.com/Retr0Kr0dy/QED/blob/main/media/png/demo.png)
## 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.