-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin' into auto_dt_bunch
Conflicts: wake_t/beamline_elements/field_element.py wake_t/beamline_elements/plasma_stage.py
- Loading branch information
Showing
62 changed files
with
935 additions
and
459 deletions.
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
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 |
---|---|---|
|
@@ -10,6 +10,9 @@ __pycache__ | |
/examples/tests.py | ||
/old_stuff | ||
|
||
# Test output | ||
/tests_output | ||
|
||
# IDEs | ||
/.vscode | ||
|
||
|
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
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 |
---|---|---|
|
@@ -10,3 +10,4 @@ Laser pulses | |
LaguerreGaussPulse | ||
FlattenedGaussianPulse | ||
SummedPulse | ||
OpenPMDPulse |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Getting started | ||
=============== | ||
|
||
Installation | ||
------------ | ||
Wake-T is available on PyPI and can be simply installed with | ||
|
||
.. code:: | ||
pip install Wake-T | ||
for more detailed instructions, including guides for installing Wake-T in HPC | ||
clusters, check the :ref:`installation_ref` section. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
:hidden: | ||
|
||
installation | ||
|
||
|
||
Citing Wake-T | ||
------------- | ||
If your usage of Wake-T leads to a scientific publication, please consider | ||
citing the original `publication <https://dx.doi.org/10.1088/1742-6596/1350/1/012056>`_: | ||
|
||
A Ferran Pousa, R Assmann, A Martinez de la Ossa, Wake-T: a fast particle tracking code for plasma-based accelerators, *J. Phys.: Conf. Ser.* **1350** 012056 (2019) | ||
|
||
Bibtex: | ||
|
||
.. code:: | ||
@article{FerranPousa_2019, | ||
doi = {10.1088/1742-6596/1350/1/012056}, | ||
url = {https://dx.doi.org/10.1088/1742-6596/1350/1/012056}, | ||
year = {2019}, | ||
month = {nov}, | ||
publisher = {IOP Publishing}, | ||
volume = {1350}, | ||
number = {1}, | ||
pages = {012056}, | ||
author = {Ferran Pousa, A and Assmann, R and Martinez de la Ossa, A}, | ||
title = {Wake-{T}: a fast particle tracking code for plasma-based accelerators}, | ||
journal = {Journal of Physics: Conference Series} | ||
} |
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
File renamed without changes.
File renamed without changes.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.