Skip to content

Commit

Permalink
add citation.cff file
Browse files Browse the repository at this point in the history
  • Loading branch information
rtqichen committed Jul 27, 2021
1 parent b3df7c9 commit 092f873
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# YAML 1.2
---
abstract: |
"This library provides ordinary differential equation (ODE) solvers implemented in PyTorch. Backpropagation through ODE solutions is supported using the adjoint method for constant memory cost. We also allow terminating an ODE solution based on an event function, with exact gradient computed.
As the solvers are implemented in PyTorch, algorithms in this repository are fully supported to run on the GPU."
authors:
-
family-names: Chen
given-names: "Ricky T. Q."
cff-version: "1.1.0"
date-released: 2021-06-02
license: MIT
message: "PyTorch Implementation of Differentiable ODE Solvers"
repository-code: "https://github.com/rtqichen/torchdiffeq"
title: torchdiffeq
version: "0.2.2"
...

0 comments on commit 092f873

Please sign in to comment.