matrix-as-xyz: Read and Display Jones-Faithful notation for spacegroup and planegroup

[ bsd3, chemistry, library ] [ Propose Tags ]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.3, 0.1.2.0, 0.1.2.1, 0.1.2.2
Change log ChangeLog.md
Dependencies base (>=4.8 && <5), matrix (>=0.1 && <0.4), parsec (>=3 && <4) [details]
License BSD-3-Clause
Copyright Jun Narumi
Author Jun Narumi
Maintainer narumij@gmail.com
Revised Revision 2 made by narumij at 2020-08-09T12:37:52Z
Category Chemistry
Home page https://github.com/narumij/matrix-as-xyz#readme
Bug tracker https://github.com/narumij/matrix-as-xyz/issues
Source repo head: git clone https://github.com/narumij/matrix-as-xyz
Uploaded by narumij at 2020-08-09T09:50:46Z
Distributions LTSHaskell:0.1.2.2, Stackage:0.1.2.2
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 2244 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-08-09 [all 1 reports]

Readme for matrix-as-xyz-0.1.2.2

[back to package description]

matrix-as-xyz

Continuous Integration status Hackage page (downloads and API reference) Hackage-Deps

Haskell Jones-Faithful notation (also called coordinate triplet) Library

Quickstart

repl> :m Data.Matrix.AsXYZ
repl> fromXYZ "x,y,z"
┌                         ┐
│ 1 % 1 0 % 1 0 % 1 0 % 1 │
│ 0 % 1 1 % 1 0 % 1 0 % 1 │
│ 0 % 1 0 % 1 1 % 1 0 % 1 │
│ 0 % 1 0 % 1 0 % 1 1 % 1 │
└                         ┘
repl> :m Data.Matrix Data.Matrix.AsXYZ
repl> prettyXYZ . identity $ 4
"x,y,z"

If you wanna use newest version, edit stack.yaml like below.

extra-deps:
- location: https://github.com/narumij/matrix-as-xyz/archive/0.1.2.1.tar.gz

License

See the LICENSE file in the repository.