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

[ bsd3, chemistry, library ] [ Propose Tags ]

Downloads

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
Dependencies base (>=4.8 && <5), doctest, hspec, matrix (>=0.3.5 && <1), parsec (>=3.1 && <4) [details]
License BSD-3-Clause
Copyright Jun Narumi
Author Jun Narumi
Maintainer narumij@gmail.com
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-07T01:20:21Z
Distributions LTSHaskell:0.1.2.2, Stackage:0.1.2.2
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 2267 total (23 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-07 [all 1 reports]

Readme for matrix-as-xyz-0.1.2.1

[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"

License

See the LICENSE file in the repository.