Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.
/ Quark Public archive

Commit 9ec1d4e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents fac3b28 + 6b27b0a commit 9ec1d4e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,12 @@ qList.First()
4848
Type: TopQuark,
4949
EChange: "+(2/3)"
5050
}
51+
52+
53+
// Also supported antiquark
54+
55+
var antiquark = Quark.Token.Parse("[-u]").First()
56+
57+
antiquark.ToString() // -> [ū +(2/3)ℯ 2.01 MeV]
58+
antiquark.IsAnti() // -> True
5159
```

0 commit comments

Comments
 (0)