-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from PaNOSC-ViNYL/develop
pre-release v0.5.0-alpha
- Loading branch information
Showing
258 changed files
with
5,243 additions
and
304,608 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
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,4 +1,4 @@ | ||
cp ../../requirements.txt . | ||
|
||
docker build --no-cache -t chuckie82/simex . | ||
docker build --no-cache -t cfgrote/simex . | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
INCLUDE(ExternalProject) | ||
|
||
ExternalProject_Add( | ||
sdf | ||
GIT_REPOSITORY https://cfsa-pmw.warwick.ac.uk/SDF/SDF.git | ||
GIT_TAG 642be14ccae3bc7db53995f3fa8ea831bbbd3c6a | ||
GIT_SUBMODULES C utilities | ||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${PYPATH} | ||
) |
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.
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 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,17 +1,15 @@ | ||
SIMEX PLATFORM | ||
SimEx | ||
================== | ||
|
||
Software platform for simulation of advanced photon experiments. | ||
Software platform for **Sim**ulation of advanced photon **Ex**periments. | ||
|
||
[![Build Status](https://travis-ci.org/PaNOSC-ViNYL/SimEx.svg?branch=master)](https://travis-ci.org/PaNOSC-ViNYL/SimEx) | ||
[![Build Status](https://travis-ci.org/PaNOSC-ViNYL/SimEx.svg?branch=develop)](https://travis-ci.org/PaNOSC-ViNYL/SimEx) | ||
[![Build Status master](https://travis-ci.org/PaNOSC-ViNYL/SimEx.svg?branch=master)](https://travis-ci.org/github/panosc-vinyl/simex/branches) | ||
[![Build Status develop](https://travis-ci.org/PaNOSC-ViNYL/SimEx.svg?branch=develop)](https://travis-ci.org/github/panosc-vinyl/simex/branches) | ||
|
||
|
||
## Purpose of SimEx | ||
|
||
|
||
## Purpose of simex_platform | ||
|
||
simex_platform is a python library to facilitate setup, execution, and analysis of | ||
SimEx is a python library to facilitate setup, execution, and analysis of | ||
simulations of experiments at advanced laser light sources. | ||
As an example, consider a molecule radiated by highly brilliant, | ||
ultrashort x-ray pulses such as delivered by an X-Ray Free Electron Laser (X-FEL). | ||
|
@@ -23,7 +21,18 @@ field and detection of the latter. The platform provides slots and | |
interfaces for the various simulation steps. | ||
|
||
For more details (User Manual, installation instructions, examples, etc.), | ||
please visit the project's homepage at [https://eucall-software.github.io/simex_platform/](https://eucall-software.github.io/simex_platform/) | ||
please visit the project's homepage at https://panosc-vinyl.github.io/SimEx/ | ||
|
||
## Development | ||
|
||
The size of this Github repository of SimEx is huge due to the historical TestFiles. | ||
|
||
This command can clone only the newest develop branch to reduce the dowloading size: | ||
`git clone --depth 1 -b develop [email protected]:PaNOSC-ViNYL/SimEx.git` | ||
|
||
Now the TestFiles are hosted at [Zenodo](https://zenodo.org/record/3750541#.X2R9DZMzZE5). | ||
The files can be downloaded with [this script](get_testdata.sh). | ||
|
||
## Acknowledgements | ||
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 654220. | ||
This project has received funding from the European Union’s Horizon 2020 research | ||
and innovation programme under grant agreement No 654220 and No 823852. |
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
Oops, something went wrong.