gnu: Add texlive-phfqit.
* gnu/packages/tex.scm (texlive-phfqit): New variable.
This commit is contained in:
parent
f213e6f25d
commit
c44a969cea
1 changed files with 24 additions and 0 deletions
|
@ -92243,6 +92243,30 @@ switching of brace sizes. For example, the syntax @samp{\\big( a + b )} can
|
||||||
be used to replace @samp{\\bigl( a + b \\bigr)}.")
|
be used to replace @samp{\\bigl( a + b \\bigr)}.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-phfqit
|
||||||
|
(package
|
||||||
|
(name "texlive-phfqit")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/phfqit/" "source/latex/phfqit/"
|
||||||
|
"tex/latex/phfqit/")
|
||||||
|
(base32
|
||||||
|
"1n9waig83pq0s6wgnbaxh3p1b1pj85j77pqsbvjsnmffffaiaqg8")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/phfqit")
|
||||||
|
(synopsis "Macros for typesetting quantum information theory")
|
||||||
|
(description
|
||||||
|
"This package provides macros to typeset some general mathematical operators
|
||||||
|
(identity operator, trace, diagonal, rank, ...), a powerful implementation of
|
||||||
|
the bra-ket notation (kets, bras, brakets, matrix elements etc. which can be
|
||||||
|
sized as required), delimited expressions such as averages and norms, and some
|
||||||
|
basic Lie algebra/group names. Macros for entropy measures for quantum
|
||||||
|
information theory (smooth min- and max-entropy, smooth relative entropies,
|
||||||
|
etc.) are also provided.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Reference in a new issue