Skip to content

Commit a81db6f

Browse files
authored
Update README.md
1 parent 9b48677 commit a81db6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ The package also contains a set of functions for common operations on (mainly) S
6565
The subdirectory `monopoleInstanton` contains the code used to generate monopole instanton solutions in lattice field theory, detailed in [this preprint](https://arxiv.org/abs/2103.12799) For more information [contact the author](mailto:[email protected]).
6666

6767
## Attribution
68-
If you use this code in research, please cite the following paper:
68+
If you use this code in research, please cite the following paper, where the code was first used:
6969

70+
```
7071
@article{Ho2021instanton,
7172
author = "Ho, David L.-J. and Rajantie, Arttu",
7273
title = "{Instanton solution for Schwinger production of 't Hooft-Polyakov monopoles}",
@@ -77,6 +78,7 @@ If you use this code in research, please cite the following paper:
7778
month = "3",
7879
year = "2021"
7980
}
81+
```
8082

8183
## Notes
8284
Currently these calculations cannot use GPU optimisation, as tensorflow does have support for complex numbers on GPUs (see relevant issue [here](https://github.com/tensorflow/tensorflow/issues/44834)). A quick way to ensure the program is run on CPU if GPUs are available in a Linux environment is to set the environment variable `CUDA_VISIBLE_DEVICES` using

0 commit comments

Comments
 (0)