Repository 'pm_symmetry'
hg clone https://toolshed.g2.bx.psu.edu/repos/muon-spectroscopy-computational-project/pm_symmetry

Changeset 0:39d7644724dc (2022-08-25)
Next changeset 1:d8146a73b011 (2022-09-15)
Commit message:
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_symmetry commit d130cf2c46d933fa9d0214ddbd5ddf860f322dc4
added:
pm_symmetry.xml
pm_symmetry_test_report.html
test-data/Si.cell
test-data/Si.cif
test-data/Si.extxyz
test-data/Si.xyz
test-data/test_out.txt
b
diff -r 000000000000 -r 39d7644724dc pm_symmetry.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pm_symmetry.xml Thu Aug 25 16:19:38 2022 +0000
[
@@ -0,0 +1,91 @@
+<tool id="pm_symmetry" name="PyMuonSuite Symmetry" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" python_template_version="3.5" profile="22.01">
+    <description>generate Wyckoff points symmetry report</description>
+    <macros>
+        <!-- version of underlying tool (PEP 440) -->
+        <token name="@TOOL_VERSION@">0.2.1</token>
+        <!-- version of this tool wrapper (integer) -->
+        <token name="@WRAPPER_VERSION@">1</token>
+        <!-- citation should be updated with every underlying tool version -->
+        <!-- typical fields to update are version, month, year, and doi -->
+        <token name="@TOOL_CITATION@">
+            @software{pymuon-suite,
+                author = {Sturniolo, Simone and Liborio, Leandro and Chadwick, Eli and Murgatroyd, Laura and Laverack, Adam and {Muon Spectroscopy Computational Project}},
+                license = {GPL-3.0},
+                title = {{pymuon-suite}},
+                url = {https://github.com/muon-spectroscopy-computational-project/pymuon-suite},
+                version = {v0.2.1},
+                month = {2},
+                year = {2022},
+                doi = {}
+            }
+        </token>
+    </macros>
+    <creator>
+        <person givenName="Jyothish" familyName="Thomas" identifier="https://orcid.org/0000-0003-4724-6924"/>
+        <person givenName="Eli" familyName="Chadwick" url="https://github.com/elichad" identifier="https://orcid.org/0000-0002-0035-6475"/>
+        <organization url="https://muon-spectroscopy-computational-project.github.io/index.html" name="The Muon Spectroscopy Computational Project"/>
+    </creator>
+    <requirements>
+        <requirement type="package" version="@TOOL_VERSION@">pymuonsuite</requirement>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[
+        structure_name_internal=\$(sed 's/ /\_/g' <<< "$structure.name") &&
+        ln -s $structure \$structure_name_internal &&
+        pm-symmetry \$structure_name_internal > out.txt
+    ]]></command>
+    <inputs>
+        <param type="data" name="structure" label="Structure file" format="cell,cif,xyz,extxyz" help="The structure to calculate symmetries of. Accepted file types: cell."/>
+    </inputs>
+    <outputs>
+        <data label="symmetry of $structure.name" name="symmetry_report" format="txt" from_work_dir="out.txt"/>
+    </outputs>
+    <tests>
+        <test>
+            <param name="structure" value="Si.cell" ftype="cell"/>
+            <output name="symmetry_report" file="test_out.txt" ftype="txt" compare="re_match_multiline"/>
+        </test>
+        <test>
+            <param name="structure" value="Si.cif" ftype="cif"/>
+            <output name="symmetry_report" file="test_out.txt" ftype="txt" compare="re_match_multiline"/>
+        </test>
+        <test expect_failure="true">
+            <param name="structure" value="Si.xyz" ftype="xyz"/>
+            <assert_stderr>
+                <has_text text="TypeError: 'NoneType' object is not subscriptable"/>
+            </assert_stderr>
+        </test>
+        <test>
+            <param name="structure" value="Si.extxyz" ftype="extxyz"/>
+            <output name="symmetry_report" file="test_out.txt" ftype="txt" compare="re_match_multiline"/>
+        </test>
+    </tests>
+    <help><![CDATA[
+        usage: pm-symmetry structure
+
+        Given an input structure, generates a Wyckoff points symmetry report for that structure.
+    ]]></help>
+    <citations>
+        <citation type="bibtex">
+            @TOOL_CITATION@
+        </citation>
+        <citation type="bibtex">
+            @article{doi:10.1063/5.0012381,
+                author = {Sturniolo,Simone  and Liborio,Leandro },
+                title = {Computational prediction of muon stopping sites: A novel take on the unperturbed electrostatic potential method},
+                journal = {The Journal of Chemical Physics},
+                volume = {153},
+                number = {4},
+                pages = {044111},
+                year = {2020},
+                doi = {10.1063/5.0012381},
+                URL = {
+                        https://doi.org/10.1063/5.0012381
+                },
+                eprint = {
+                        https://doi.org/10.1063/5.0012381
+                },
+                abstract = { Finding the stopping site of the muon in a muon-spin relaxation experiment is one of the main problems of muon spectroscopy, and computational techniques that make use of quantum chemistry simulations can be of great help when looking for this stopping site. The most thorough approach would require the use of simulations, such as Density Functional Theory (DFT), to test and optimise multiple possible sites, accounting for the effect that the added muon has on its surroundings. However, this can be computationally expensive and sometimes unnecessary. Hence, in this work, we present a software implementation of the Unperturbed Electrostatic Potential (UEP) Method: an approach used for finding the muon stopping site in crystalline materials. The UEP method requires only one DFT calculation, necessary to compute the electronic density. This, in turn, is used to calculate the minima of the crystalline material’s electrostatic potential and the estimates of the muon stopping site, relying on the approximation that the muon’s presence does not significantly affect its surroundings. One of the main UEP’s assumptions is that the muon stopping site will be one of the crystalline material’s electrostatic potential minima. In this regard, we also propose some symmetry-based considerations about the properties of this crystalline material’s electrostatic potential, in particular, which sites are more likely to be its minima and why the unperturbed approximation may be sufficiently robust for them. We introduce the Python software package pymuon-suite and the various utilities it provides to facilitate these calculations, and finally, we demonstrate the effectiveness of the method with some chosen example systems. }
+            }
+        </citation>
+    </citations>
+</tool>
b
diff -r 000000000000 -r 39d7644724dc pm_symmetry_test_report.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/pm_symmetry_test_report.html Thu Aug 25 16:19:38 2022 +0000
[
b'@@ -0,0 +1,287 @@\n+<!DOCTYPE html>\n+<html lang="en">\n+  <head>\n+    <meta charset="utf-8">\n+    <meta http-equiv="X-UA-Compatible" content="IE=edge">\n+    <meta name="viewport" content="width=device-width, initial-scale=1">\n+    <title>Test Results (powered by Planemo)</title>\n+\n+    <!-- Bootstrap -->\n+    <style>/*!\n+ * Bootstrap v3.3.1 (http://getbootstrap.com)\n+ * Copyright 2011-2014 Twitter, Inc.\n+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n+ *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:before,:after{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:\'Glyphicons Halflings\';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format(\'embedded-opentype\'),url(../fonts/glyphicons-halflings-regular.woff) format(\'woff\'),url(../fonts/glyphicons-halflings-regular.ttf) format(\'truetype\'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format(\'svg\')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:\'Glyphi'..b"CAgRmlsZSAiL2hvbWUvcWNpODgxODEvbWluaWNvbmRhMy9lbnZzL19fcHltdW9uc3VpdGVAMC4yLjEvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL3B5bXVvbnN1aXRlL3N5bW1ldHJ5LnB5IiwgbGluZSAzNiwgaW4gbWFpbgogICAgICAgICAgd3BvaW50cyA9IFd5Y2tvZmZQb2ludHMuZ2V0KGEsIHN5bXByZWM9YXJncy5zeW1wcmVjKQogICAgICAgIEZpbGUgIi9ob21lL3FjaTg4MTgxL21pbmljb25kYTMvZW52cy9fX3B5bXVvbnN1aXRlQDAuMi4xL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9zb3ByYW5vL3Byb3BlcnRpZXMvYXRvbXNwcm9wZXJ0eS5weSIsIGxpbmUgOTQsIGluIGdldAogICAgICAgICAgcmV0dXJuIHNlbGYuZXh0cmFjdChzLCAqKnBhcmFtcykKICAgICAgICBGaWxlICIvaG9tZS9xY2k4ODE4MS9taW5pY29uZGEzL2VudnMvX19weW11b25zdWl0ZUAwLjIuMS9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvc29wcmFuby9wcm9wZXJ0aWVzL3N5bW1ldHJ5L3N5bW1ldHJ5LnB5IiwgbGluZSA5OSwgaW4gZXh0cmFjdAogICAgICAgICAgZnBvcywgb3BzLCBoZXNzID0gX2ZpbmRfd3lja29mZl9wb2ludHMocywgc3ltcHJlYykKICAgICAgICBGaWxlICIvaG9tZS9xY2k4ODE4MS9taW5pY29uZGEzL2VudnMvX19weW11b25zdWl0ZUAwLjIuMS9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvc29wcmFuby9wcm9wZXJ0aWVzL3N5bW1ldHJ5L3V0aWxzLnB5IiwgbGluZSA4MSwgaW4gX2ZpbmRfd3lja29mZl9wb2ludHMKICAgICAgICAgIGhubyA9IGRzZXRbImhhbGxfbnVtYmVyIl0KICAgICAgVHlwZUVycm9yOiAnTm9uZVR5cGUnIG9iamVjdCBpcyBub3Qgc3Vic2NyaXB0YWJsZQoKICAgICAgVHJhY2ViYWNrIChtb3N0IHJlY2VudCBjYWxsIGxhc3QpOgogICAgICAgIEZpbGUgIi9ob21lL3FjaTg4MTgxL21pbmljb25kYTMvZW52cy9fX3B5bXVvbnN1aXRlQDAuMi4xL2Jpbi9wbS1zeW1tZXRyeSIsIGxpbmUgMTAsIGluIDxtb2R1bGU+CiAgICAgICAgICBzeXMuZXhpdChtYWluKCkpCiAgICAgICAgRmlsZSAiL2hvbWUvcWNpODgxODEvbWluaWNvbmRhMy9lbnZzL19fcHltdW9uc3VpdGVAMC4yLjEvbGliL3B5dGhvbjMuOS9zaXRlLXBhY2thZ2VzL3B5bXVvbnN1aXRlL3N5bW1ldHJ5LnB5IiwgbGluZSAzNiwgaW4gbWFpbgogICAgICAgICAgd3BvaW50cyA9IFd5Y2tvZmZQb2ludHMuZ2V0KGEsIHN5bXByZWM9YXJncy5zeW1wcmVjKQogICAgICAgIEZpbGUgIi9ob21lL3FjaTg4MTgxL21pbmljb25kYTMvZW52cy9fX3B5bXVvbnN1aXRlQDAuMi4xL2xpYi9weXRob24zLjkvc2l0ZS1wYWNrYWdlcy9zb3ByYW5vL3Byb3BlcnRpZXMvYXRvbXNwcm9wZXJ0eS5weSIsIGxpbmUgOTQsIGluIGdldAogICAgICAgICAgcmV0dXJuIHNlbGYuZXh0cmFjdChzLCAqKnBhcmFtcykKICAgICAgICBGaWxlICIvaG9tZS9xY2k4ODE4MS9taW5pY29uZGEzL2VudnMvX19weW11b25zdWl0ZUAwLjIuMS9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvc29wcmFuby9wcm9wZXJ0aWVzL3N5bW1ldHJ5L3N5bW1ldHJ5LnB5IiwgbGluZSA5OSwgaW4gZXh0cmFjdAogICAgICAgICAgZnBvcywgb3BzLCBoZXNzID0gX2ZpbmRfd3lja29mZl9wb2ludHMocywgc3ltcHJlYykKICAgICAgICBGaWxlICIvaG9tZS9xY2k4ODE4MS9taW5pY29uZGEzL2VudnMvX19weW11b25zdWl0ZUAwLjIuMS9saWIvcHl0aG9uMy45L3NpdGUtcGFja2FnZXMvc29wcmFuby9wcm9wZXJ0aWVzL3N5bW1ldHJ5L3V0aWxzLnB5IiwgbGluZSA4MSwgaW4gX2ZpbmRfd3lja29mZl9wb2ludHMKICAgICAgICAgIGhubyA9IGRzZXRbImhhbGxfbnVtYmVyIl0KICAgICAgVHlwZUVycm9yOiAnTm9uZVR5cGUnIG9iamVjdCBpcyBub3Qgc3Vic2NyaXB0YWJsZQoKICAgICAgYGBgCiAgICoqSm9iIFBhcmFtZXRlcnM6KioKCiAgICogICB8IEpvYiBwYXJhbWV0ZXIgfCBQYXJhbWV0ZXIgdmFsdWUgfAogICAgICAgfCAtLS0tLS0tLS0tLS0tIHwgLS0tLS0tLS0tLS0tLS0tIHwKICAgICAgIHwgXF9cX2lucHV0XF9leHQgfCBgICJpbnB1dCIgYCB8CiAgICAgICB8IGNocm9tSW5mbyB8IGAgIi9ob21lL3FjaTg4MTgxL211b24tZ2FsYXh5L3Rvb2wtZGF0YS9zaGFyZWQvdWNzYy9jaHJvbS8/LmxlbiIgYCB8CiAgICAgICB8IGRia2V5IHwgYCAiPyIgYCB8CgoKCiAgPC9kaXY+PC9kZXRhaWxzPgoKCiogPGRldGFpbHMgY2xhc3M9InJjb3JuZXJzIGxpZ2h0LWdyZWVuIj48c3VtbWFyeSBjbGFzcz0ibGlnaHQtZ3JlZW4iPiYjOTk4OTsgcG1fc3ltbWV0cnkgKFRlc3QgIzQpPC9zdW1tYXJ5PjxkaXYgY2xhc3M9InBhZGRlZCI+CgogICAgKipDb21tYW5kIExpbmU6KioKCiAgICAqIGBgYGNvbnNvbGUKICAgICAgc3RydWN0dXJlX25hbWVfaW50ZXJuYWw9ImlucHV0X3N0cnVjdHVyZS5leHR4eXoiICYmIGxuIC1zIC90bXAvdG1wa3Nmc3V4MmovZmlsZXMvNC9hL2QvZGF0YXNldF80YWQ0OWM4Zi1jNWQ3LTQyMzctODkyOC04YjA1OWVhNGEwZGEuZGF0ICRzdHJ1Y3R1cmVfbmFtZV9pbnRlcm5hbCAmJiBwbS1zeW1tZXRyeSAkc3RydWN0dXJlX25hbWVfaW50ZXJuYWwgPiBvdXQudHh0CiAgICAgIGBgYAogICAgKipFeGl0IENvZGU6KioKCiAgICAqIGBgYGNvbnNvbGUKICAgICAgMAogICAgICBgYGAKICAgKipKb2IgUGFyYW1ldGVyczoqKgoKICAgKiAgIHwgSm9iIHBhcmFtZXRlciB8IFBhcmFtZXRlciB2YWx1ZSB8CiAgICAgICB8IC0tLS0tLS0tLS0tLS0gfCAtLS0tLS0tLS0tLS0tLS0gfAogICAgICAgfCBcX1xfaW5wdXRcX2V4dCB8IGAgImlucHV0IiBgIHwKICAgICAgIHwgY2hyb21JbmZvIHwgYCAiL2hvbWUvcWNpODgxODEvbXVvbi1nYWxheHkvdG9vbC1kYXRhL3NoYXJlZC91Y3NjL2Nocm9tLz8ubGVuIiBgIHwKICAgICAgIHwgZGJrZXkgfCBgICI/IiBgIHwKCgoKICA8L2Rpdj48L2RldGFpbHM+CgoKPC9kZXRhaWxzPgo='));\n+    </script>\n+  </body>\n+</html>\n\\ No newline at end of file\n"
b
diff -r 000000000000 -r 39d7644724dc test-data/Si.cell
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/Si.cell Thu Aug 25 16:19:38 2022 +0000
b
@@ -0,0 +1,43 @@
+# CELL file written 11:14:42 (GMT-0.0) 17th February 2021 from run Si
+
+%BLOCK lattice_cart
+   ANG
+       5.47538171155659       0.530767321973160E-35  -0.131324260787022E-34
+      0.530767321973160E-35    5.47538171155659       0.313104997179767E-35
+     -0.131324260787022E-34   0.313104997179767E-35    5.47538171155659    
+%ENDBLOCK lattice_cart
+
+%BLOCK cell_constraints
+      1   1   1
+      0   0   0
+%ENDBLOCK cell_constraints
+
+%BLOCK positions_frac
+   Si             0.000000000000000       0.000000000000000       0.000000000000000
+   Si             0.000000000000000       0.500000000000000       0.500000000000000
+   Si             0.250000000000000       0.250000000000000       0.250000000000000
+   Si             0.500000000000000       0.000000000000000       0.500000000000000
+   Si             0.250000000000000       0.750000000000000       0.750000000000000
+   Si             0.750000000000000       0.250000000000000       0.750000000000000
+   Si             0.750000000000000       0.750000000000000       0.250000000000000
+   Si             0.500000000000000       0.500000000000000       0.000000000000000
+%ENDBLOCK positions_frac
+
+FIX_COM : true
+
+%BLOCK species_pot
+   Si      3|1.8|5|6|7|30:31:32
+%ENDBLOCK species_pot
+
+SYMMETRY_TOL :     0.001000
+
+%BLOCK symmetry_ops
+# Symm. op. 1       E
+          1.000000000000000       0.000000000000000       0.000000000000000
+          0.000000000000000       1.000000000000000       0.000000000000000
+          0.000000000000000       0.000000000000000       1.000000000000000
+          0.000000000000000       0.000000000000000       0.000000000000000
+%ENDBLOCK symmetry_ops
+
+kpoint_mp_grid :    2   2   2
+
b
diff -r 000000000000 -r 39d7644724dc test-data/Si.cif
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/Si.cif Thu Aug 25 16:19:38 2022 +0000
b
@@ -0,0 +1,33 @@
+data_image0
+_chemical_formula_structural       Si8
+_chemical_formula_sum              "Si8"
+_cell_length_a       5.47545
+_cell_length_b       5.47545
+_cell_length_c       5.47545
+_cell_angle_alpha    90
+_cell_angle_beta     90
+_cell_angle_gamma    90
+
+_space_group_name_H-M_alt    "P 1"
+_space_group_IT_number       1
+
+loop_
+  _space_group_symop_operation_xyz
+  'x, y, z'
+
+loop_
+  _atom_site_type_symbol
+  _atom_site_label
+  _atom_site_symmetry_multiplicity
+  _atom_site_fract_x
+  _atom_site_fract_y
+  _atom_site_fract_z
+  _atom_site_occupancy
+  Si  Si1       1.0  0.00000  0.00000  0.00000  1.0000
+  Si  Si2       1.0  0.75000  0.75000  0.25000  1.0000
+  Si  Si3       1.0  0.50000  0.00000  0.50000  1.0000
+  Si  Si4       1.0  0.75000  0.25000  0.75000  1.0000
+  Si  Si5       1.0  0.00000  0.50000  0.50000  1.0000
+  Si  Si6       1.0  0.25000  0.25000  0.25000  1.0000
+  Si  Si7       1.0  0.25000  0.75000  0.75000  1.0000
+  Si  Si8       1.0  0.50000  0.50000  0.00000  1.0000
b
diff -r 000000000000 -r 39d7644724dc test-data/Si.extxyz
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/Si.extxyz Thu Aug 25 16:19:38 2022 +0000
b
@@ -0,0 +1,10 @@
+8
+Lattice="5.47545112629462 4.96819156878786e-36 1.10608096941637e-36 4.96819156878786e-36 5.47545112629462 -3.12695835139248e-36 1.10608096941637e-36 -3.12695835139248e-36 5.47545112629462" Properties=species:S:1:pos:R:3:initial_magmoms:R:1:castep_labels:S:1 pbc="T T T"
+Si       0.00000000       0.00000000       0.00000000       0.00000000 NULL
+Si       4.10658834       4.10658834       1.36886278       0.00000000 NULL
+Si       2.73772556       0.00000000       2.73772556       0.00000000 NULL
+Si       4.10658834       1.36886278       4.10658834       0.00000000 NULL
+Si       0.00000000       2.73772556       2.73772556       0.00000000 NULL
+Si       1.36886278       1.36886278       1.36886278       0.00000000 NULL
+Si       1.36886278       4.10658834       4.10658834       0.00000000 NULL
+Si       2.73772556       2.73772556      -0.00000000       0.00000000 NULL
b
diff -r 000000000000 -r 39d7644724dc test-data/Si.xyz
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/Si.xyz Thu Aug 25 16:19:38 2022 +0000
b
@@ -0,0 +1,10 @@
+8
+Generated by cif2cell 2.0.0.  :  Kitano, A. et al., Physical Review, Serie 3. B - Condensed Matter (18,1978-) 64, 0452061-0452069 (2001).
+Si    0.000000000000000   0.000000000000000   0.000000000000000
+Si    4.035750000000000   4.035750000000000   1.345250000000000
+Si    2.690500000000000   0.000000000000000   2.690500000000000
+Si    4.035750000000000   1.345250000000000   4.035750000000000
+Si    0.000000000000000   2.690500000000000   2.690500000000000
+Si    1.345250000000000   1.345250000000000   1.345250000000000
+Si    1.345250000000000   4.035750000000000   4.035750000000000
+Si    2.690500000000000   2.690500000000000   0.000000000000000
b
diff -r 000000000000 -r 39d7644724dc test-data/test_out.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/test_out.txt Thu Aug 25 16:19:38 2022 +0000
[
@@ -0,0 +1,5 @@
+Wyckoff points symmetry report for Si\.(cell|cif|xyz|extxyz)
+Space Group International Symbol: Fd-3m
+Space Group Hall Number: 525
+Absolute\t\tFractional\t\tHessian constraints\tOccupied
+((\[(-?\d+\.\d+ ?){3}\]\t){2}(none|isotropic)\t\t\tX?\n){48}
\ No newline at end of file