Skip to content

Commit af071ea

Browse files
authored
Merge pull request #109 from gcattan/main
Add CITATION.rff file
2 parents 36978b0 + 5f0736a commit af071ea

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

CITATION.cff

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
cff-version: 1.2.0
2+
title: p-kit
3+
message: "If you use this software, please cite it as below."
4+
type: software
5+
version: 0.1.0
6+
license: BSD-3-Clause
7+
repository-code: https://github.com/IBM/p-kit
8+
url: https://github.com/IBM/p-kit/wiki
9+
abstract: >-
10+
p-kit is a Python library for simulating probabilistic circuits using
11+
p-bits that fluctuate between -1 and +1. It implements two frameworks:
12+
PSL (Probabilistic Spin Logic) for invertible classical logic via Gibbs
13+
sampling, and PAOA (Probabilistic Approximate Optimization Algorithms)
14+
as a probabilistic analog of QAOA for combinatorial optimization.
15+
authors:
16+
- family-names: Cattan
17+
given-names: Gregoire
18+
email: gregoire.cattan@ibm.com
19+
affiliation: IBM
20+
- family-names: Pluck
21+
given-names: Thomas
22+
email: thomas.pluck.2025@mumail.ie
23+
- family-names: Singh
24+
given-names: Amit
25+
email: amit60018@gmail.com
26+
- family-names: Movsumzada
27+
given-names: Ulvi
28+
email: ulvi.movsumzada@ibm.com
29+
affiliation: IBM
30+
- family-names: Andreev
31+
given-names: Anton
32+
email: andreev.anton@gipsa-lab.grenoble-inp.fr
33+
affiliation: GIPSA-lab
34+
keywords:
35+
- probabilistic computing
36+
- p-bits
37+
- probabilistic spin logic
38+
- QAOA
39+
- combinatorial optimization
40+
- Gibbs sampling

0 commit comments

Comments
 (0)