Skip to content

Commit

Permalink
Add request to cite Linscott2023 to all .bib files
Browse files Browse the repository at this point in the history
  • Loading branch information
elinscott committed Dec 14, 2023
1 parent 2fc2142 commit 1e99496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/koopmans/workflows/_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ def add_ref(bibkey: str, note: str):
entry.fields['note'] = note
relevant_references.add_entry(bibkey, entry)

add_ref('Linscott2023', 'Introduces the koopmans code')
if self.parameters.functional in ['ki', 'kipz', 'pkipz', 'all']:
add_ref('Dabo2010', 'One of the founding Koopmans functionals papers')
add_ref('Borghi2014', 'One of the founding Koopmans functionals papers')
Expand Down

0 comments on commit 1e99496

Please sign in to comment.