Skip to content

Commit

Permalink
MAINT: transfer repository to github.com/ComPWA (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Aug 24, 2023
1 parent 1681a17 commit 2c05d20
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Comparison repository for GlueX amplitude models

This repository was created during PWA working group meetings for GlueX at Jefferson Lab, July 31st to August 4th, 2023. Live notes for these discussions can be found [here](https://hackmd.io/@QHYjhejHTIWXL2MltV3WNQ/r17prtBo3) on HackMD. Each meeting was organised like a 'hackathon' and the results of these programming sessions can be found on [redeboer.github.io/gluex-amplitude](https://redeboer.github.io/gluex-amplitude).
This repository was created during PWA working group meetings for GlueX at Jefferson Lab, July 31st to August 4th, 2023. Live notes for these discussions can be found [here](https://hackmd.io/@QHYjhejHTIWXL2MltV3WNQ/r17prtBo3) on HackMD. Each meeting was organised like a 'hackathon' and the results of these programming sessions can be found on [compwa.github.io/gluex-amplitude](https://compwa.github.io/gluex-amplitude).

The main target for the week was to implement a simple intensity function for two-pseudoscalar system with photo-production:

Expand All @@ -19,7 +19,7 @@ The amplitude model is implemented in [AmpTools](https://github.com/mashephe/Amp
This repository comes with [AmpTools](https://github.com/mashephe/AmpTools) as a submodule. If you clone this repository as:

```shell
git clone https://github.com/redeboer/gluex-amplitude --recurse-submodules
git clone https://github.com/compwa/gluex-amplitude --recurse-submodules
```

you should get AmpTools as well. Navigate to [`extern/AmpTools`](./extern/AmpTools) for further build instructions. Additionally, you need to have ROOT installed. Official installation instructions can be found [here](https://root.cern/install), but alternatively, you can install ROOT in your conda environment (see [Python implementation](#python-implementation)) as follows:
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ launch_buttons:
only_build_toc_files: true

repository:
url: https://github.com/redeboer/gluex-amplitude
url: https://github.com/compwa/gluex-amplitude
path_to_book: docs
branch: main

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ I(\Omega,\Phi) = 2\kappa\sum_{k}\left(
:end-line: 13
```

See [the repository](https://github.com/redeboer/gluex-amplitude) for installation instructions.
See [the repository](https://github.com/compwa/gluex-amplitude) for installation instructions.

## Table of contents

Expand Down

0 comments on commit 2c05d20

Please sign in to comment.