Skip to content

Commit

Permalink
Citation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RadostW committed Jan 14, 2024
1 parent 8c14dba commit 31bacba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ authors:

title: "Pychastic: Precise Brownian Dynamics using Taylor-Ito integrators in Python"

doi: 10.48550/arXiv.2209.04332
doi: 10.21468/SciPostPhysCodeb.11
date-released: 2022-09-09
url: "https://github.com/RadostW/PyGRPY"
url: "https://scipost.org/10.21468/SciPostPhysCodeb.11"

publisher: SciPost
pages: 11
year: 2023
journal: SciPost Phys. Codebases
1 change: 0 additions & 1 deletion pygrpy/grpy_tensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import numpy as np
import scipy as sp
import scipy.linalg
import json

_epsilon = np.array([[[0,0,0],[0,0,1],[0,-1,0]],[[0,0,-1],[0,0,0],[1,0,0]],[[0,1,0],[-1,0,0],[0,0,0]]]) #levi-civita(3)

Expand Down

0 comments on commit 31bacba

Please # to comment.