From c56b9710daea2340aefcedc4931cdf67b6501c5e Mon Sep 17 00:00:00 2001 From: "Franz R. Sattler" Date: Tue, 14 Jan 2025 16:42:34 +0100 Subject: [PATCH] feat: added citation file for github --- CITATION.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..109ec43 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,30 @@ +cff-version: 1.2.0 +title: DiFfRG +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Franz Richard + family-names: Sattler + email: sattler@thphys.uni-heidelberg.de + affiliation: Heidelberg University + orcid: 'https://orcid.org/0000-0003-1744-9456' +identifiers: + - type: url + value: 'https://arxiv.org/abs/2412.13043' + description: arxiv +repository-code: 'https://github.com/satfra/DiFfRG' +url: 'https://satfra.github.io/DiFfRG/cpp/index.html' +abstract: >- + The Discretization Framework for functional + Renormalization Group flows +keywords: + - 'c-plus-plus ' + - mathematica + - functional renormalization group + - computational-physics + - high-energy-physics + - numerical-hydrodynamics +license: GPL-3.0 +