Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.