-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to QED dev guide and correctly link the example pages (#13)
- Loading branch information
1 parent
1b9b331
commit 763ffc1
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Contribution | ||
|
||
Feel free to open issues or pull requests to the official repository. Ideas, tips, bug reports, or contributions are all welcome. | ||
|
||
As part of the [QEDjl-project](https://github.com/QEDjl-project), this repository uses gitflow. For details on the development and release process, see the [Development Guide](@extref QuantumElectrodynamics Development-Guide) in the `QuantumElectrodynamics.jl` documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# QEDFeynmanDiagrams.jl | ||
|
||
This project is dedicated to generating Feynman diagrams for scattering processes in perturbative QED. It is part of the [QEDjl-project](https://github.com/QEDjl-project) and relies on [QEDcore.jl](https://github.com/QEDjl-project/QEDcore.jl). | ||
Furthermore, it can generate code to compute the matrix element for scattering processes, using [ComputableDAGs.jl](https://github.com/ComputableDAGs/ComputableDAGs.jl) and [RuntimeGeneratedFunctions.jl](https://github.com/SciML/RuntimeGeneratedFunctions.jl). For an example usage see the Jupyter notebooks in the `notebooks` directory. | ||
Furthermore, it can generate code to compute the matrix element for scattering processes, using [ComputableDAGs.jl](https://github.com/ComputableDAGs/ComputableDAGs.jl) and [RuntimeGeneratedFunctions.jl](https://github.com/SciML/RuntimeGeneratedFunctions.jl). | ||
|
||
For example usage, see the [n-photon Compton](examples/compton.md) or [trident](examples/trident.md) pages. | ||
|
||
The inner workings of the project are explained in the [manual](manual.md). |