├── LICENSE ├── README.md ├── bin ├── POSCAR ├── maise ├── model └── setup ├── compile ├── dep-ext ├── gsl.log ├── gsl │ ├── control.tar.gz │ ├── data.tar.xz │ ├── debian-binary │ ├── libgsl0-dev_1.16+dfsg-1ubuntu1_amd64.deb │ └── usr │ │ ├── bin │ │ └── gsl-config │ │ ├── include │ │ └── gsl │ │ │ ├── gsl_blas.h │ │ │ ├── gsl_blas_types.h │ │ │ ├── gsl_block.h │ │ │ ├── gsl_block_char.h │ │ │ ├── gsl_block_complex_double.h │ │ │ ├── gsl_block_complex_float.h │ │ │ ├── gsl_block_complex_long_double.h │ │ │ ├── gsl_block_double.h │ │ │ ├── gsl_block_float.h │ │ │ ├── gsl_block_int.h │ │ │ ├── gsl_block_long.h │ │ │ ├── gsl_block_long_double.h │ │ │ ├── gsl_block_short.h │ │ │ ├── gsl_block_uchar.h │ │ │ ├── gsl_block_uint.h │ │ │ ├── gsl_block_ulong.h │ │ │ ├── gsl_block_ushort.h │ │ │ ├── gsl_bspline.h │ │ │ ├── gsl_cblas.h │ │ │ ├── gsl_cdf.h │ │ │ ├── gsl_chebyshev.h │ │ │ ├── gsl_check_range.h │ │ │ ├── gsl_combination.h │ │ │ ├── gsl_complex.h │ │ │ ├── gsl_complex_math.h │ │ │ ├── gsl_const.h │ │ │ ├── gsl_const_cgs.h │ │ │ ├── gsl_const_cgsm.h │ │ │ ├── gsl_const_mks.h │ │ │ ├── gsl_const_mksa.h │ │ │ ├── gsl_const_num.h │ │ │ ├── gsl_deriv.h │ │ │ ├── gsl_dft_complex.h │ │ │ ├── gsl_dft_complex_float.h │ │ │ ├── gsl_dht.h │ │ │ ├── gsl_diff.h │ │ │ ├── gsl_eigen.h │ │ │ ├── gsl_errno.h │ │ │ ├── gsl_fft.h │ │ │ ├── gsl_fft_complex.h │ │ │ ├── gsl_fft_complex_float.h │ │ │ ├── gsl_fft_halfcomplex.h │ │ │ ├── gsl_fft_halfcomplex_float.h │ │ │ ├── gsl_fft_real.h │ │ │ ├── gsl_fft_real_float.h │ │ │ ├── gsl_fit.h │ │ │ ├── gsl_heapsort.h │ │ │ ├── gsl_histogram.h │ │ │ ├── gsl_histogram2d.h │ │ │ ├── gsl_ieee_utils.h │ │ │ ├── gsl_inline.h │ │ │ ├── gsl_integration.h │ │ │ ├── gsl_interp.h │ │ │ ├── gsl_linalg.h │ │ │ ├── gsl_machine.h │ │ │ ├── gsl_math.h │ │ │ ├── gsl_matrix.h │ │ │ ├── gsl_matrix_char.h │ │ │ ├── gsl_matrix_complex_double.h │ │ │ ├── gsl_matrix_complex_float.h │ │ │ ├── gsl_matrix_complex_long_double.h │ │ │ ├── gsl_matrix_double.h │ │ │ ├── gsl_matrix_float.h │ │ │ ├── gsl_matrix_int.h │ │ │ ├── gsl_matrix_long.h │ │ │ ├── gsl_matrix_long_double.h │ │ │ ├── gsl_matrix_short.h │ │ │ ├── gsl_matrix_uchar.h │ │ │ ├── gsl_matrix_uint.h │ │ │ ├── gsl_matrix_ulong.h │ │ │ ├── gsl_matrix_ushort.h │ │ │ ├── gsl_message.h │ │ │ ├── gsl_min.h │ │ │ ├── gsl_minmax.h │ │ │ ├── gsl_mode.h │ │ │ ├── gsl_monte.h │ │ │ ├── gsl_monte_miser.h │ │ │ ├── gsl_monte_plain.h │ │ │ ├── gsl_monte_vegas.h │ │ │ ├── gsl_multifit.h │ │ │ ├── gsl_multifit_nlin.h │ │ │ ├── gsl_multimin.h │ │ │ ├── gsl_multiroots.h │ │ │ ├── gsl_multiset.h │ │ │ ├── gsl_nan.h │ │ │ ├── gsl_ntuple.h │ │ │ ├── gsl_odeiv.h │ │ │ ├── gsl_odeiv2.h │ │ │ ├── gsl_permutation.h │ │ │ ├── gsl_permute.h │ │ │ ├── gsl_permute_char.h │ │ │ ├── gsl_permute_complex_double.h │ │ │ ├── gsl_permute_complex_float.h │ │ │ ├── gsl_permute_complex_long_double.h │ │ │ ├── gsl_permute_double.h │ │ │ ├── gsl_permute_float.h │ │ │ ├── gsl_permute_int.h │ │ │ ├── gsl_permute_long.h │ │ │ ├── gsl_permute_long_double.h │ │ │ ├── gsl_permute_short.h │ │ │ ├── gsl_permute_uchar.h │ │ │ ├── gsl_permute_uint.h │ │ │ ├── gsl_permute_ulong.h │ │ │ ├── gsl_permute_ushort.h │ │ │ ├── gsl_permute_vector.h │ │ │ ├── gsl_permute_vector_char.h │ │ │ ├── gsl_permute_vector_complex_double.h │ │ │ ├── gsl_permute_vector_complex_float.h │ │ │ ├── gsl_permute_vector_complex_long_double.h │ │ │ ├── gsl_permute_vector_double.h │ │ │ ├── gsl_permute_vector_float.h │ │ │ ├── gsl_permute_vector_int.h │ │ │ ├── gsl_permute_vector_long.h │ │ │ ├── gsl_permute_vector_long_double.h │ │ │ ├── gsl_permute_vector_short.h │ │ │ ├── gsl_permute_vector_uchar.h │ │ │ ├── gsl_permute_vector_uint.h │ │ │ ├── gsl_permute_vector_ulong.h │ │ │ ├── gsl_permute_vector_ushort.h │ │ │ ├── gsl_poly.h │ │ │ ├── gsl_pow_int.h │ │ │ ├── gsl_precision.h │ │ │ ├── gsl_qrng.h │ │ │ ├── gsl_randist.h │ │ │ ├── gsl_rng.h │ │ │ ├── gsl_roots.h │ │ │ ├── gsl_sf.h │ │ │ ├── gsl_sf_airy.h │ │ │ ├── gsl_sf_bessel.h │ │ │ ├── gsl_sf_clausen.h │ │ │ ├── gsl_sf_coulomb.h │ │ │ ├── gsl_sf_coupling.h │ │ │ ├── gsl_sf_dawson.h │ │ │ ├── gsl_sf_debye.h │ │ │ ├── gsl_sf_dilog.h │ │ │ ├── gsl_sf_elementary.h │ │ │ ├── gsl_sf_ellint.h │ │ │ ├── gsl_sf_elljac.h │ │ │ ├── gsl_sf_erf.h │ │ │ ├── gsl_sf_exp.h │ │ │ ├── gsl_sf_expint.h │ │ │ ├── gsl_sf_fermi_dirac.h │ │ │ ├── gsl_sf_gamma.h │ │ │ ├── gsl_sf_gegenbauer.h │ │ │ ├── gsl_sf_hyperg.h │ │ │ ├── gsl_sf_laguerre.h │ │ │ ├── gsl_sf_lambert.h │ │ │ ├── gsl_sf_legendre.h │ │ │ ├── gsl_sf_log.h │ │ │ ├── gsl_sf_mathieu.h │ │ │ ├── gsl_sf_pow_int.h │ │ │ ├── gsl_sf_psi.h │ │ │ ├── gsl_sf_result.h │ │ │ ├── gsl_sf_synchrotron.h │ │ │ ├── gsl_sf_transport.h │ │ │ ├── gsl_sf_trig.h │ │ │ ├── gsl_sf_zeta.h │ │ │ ├── gsl_siman.h │ │ │ ├── gsl_sort.h │ │ │ ├── gsl_sort_char.h │ │ │ ├── gsl_sort_double.h │ │ │ ├── gsl_sort_float.h │ │ │ ├── gsl_sort_int.h │ │ │ ├── gsl_sort_long.h │ │ │ ├── gsl_sort_long_double.h │ │ │ ├── gsl_sort_short.h │ │ │ ├── gsl_sort_uchar.h │ │ │ ├── gsl_sort_uint.h │ │ │ ├── gsl_sort_ulong.h │ │ │ ├── gsl_sort_ushort.h │ │ │ ├── gsl_sort_vector.h │ │ │ ├── gsl_sort_vector_char.h │ │ │ ├── gsl_sort_vector_double.h │ │ │ ├── gsl_sort_vector_float.h │ │ │ ├── gsl_sort_vector_int.h │ │ │ ├── gsl_sort_vector_long.h │ │ │ ├── gsl_sort_vector_long_double.h │ │ │ ├── gsl_sort_vector_short.h │ │ │ ├── gsl_sort_vector_uchar.h │ │ │ ├── gsl_sort_vector_uint.h │ │ │ ├── gsl_sort_vector_ulong.h │ │ │ ├── gsl_sort_vector_ushort.h │ │ │ ├── gsl_specfunc.h │ │ │ ├── gsl_spline.h │ │ │ ├── gsl_statistics.h │ │ │ ├── gsl_statistics_char.h │ │ │ ├── gsl_statistics_double.h │ │ │ ├── gsl_statistics_float.h │ │ │ ├── gsl_statistics_int.h │ │ │ ├── gsl_statistics_long.h │ │ │ ├── gsl_statistics_long_double.h │ │ │ ├── gsl_statistics_short.h │ │ │ ├── gsl_statistics_uchar.h │ │ │ ├── gsl_statistics_uint.h │ │ │ ├── gsl_statistics_ulong.h │ │ │ ├── gsl_statistics_ushort.h │ │ │ ├── gsl_sum.h │ │ │ ├── gsl_sys.h │ │ │ ├── gsl_test.h │ │ │ ├── gsl_types.h │ │ │ ├── gsl_vector.h │ │ │ ├── gsl_vector_char.h │ │ │ ├── gsl_vector_complex.h │ │ │ ├── gsl_vector_complex_double.h │ │ │ ├── gsl_vector_complex_float.h │ │ │ ├── gsl_vector_complex_long_double.h │ │ │ ├── gsl_vector_double.h │ │ │ ├── gsl_vector_float.h │ │ │ ├── gsl_vector_int.h │ │ │ ├── gsl_vector_long.h │ │ │ ├── gsl_vector_long_double.h │ │ │ ├── gsl_vector_short.h │ │ │ ├── gsl_vector_uchar.h │ │ │ ├── gsl_vector_uint.h │ │ │ ├── gsl_vector_ulong.h │ │ │ ├── gsl_vector_ushort.h │ │ │ ├── gsl_version.h │ │ │ ├── gsl_wavelet.h │ │ │ └── gsl_wavelet2d.h │ │ ├── lib │ │ ├── libgsl.a │ │ ├── libgsl.so │ │ ├── libgslcblas.a │ │ ├── libgslcblas.so │ │ └── pkgconfig │ │ │ └── gsl.pc │ │ └── share │ │ ├── aclocal │ │ └── gsl.m4 │ │ ├── doc │ │ └── libgsl0-dev │ │ └── man │ │ ├── man1 │ │ └── gsl-config.1.gz │ │ └── man3 │ │ └── gsl.3.gz ├── spglib-1.11.2.1 │ ├── .gitignore │ ├── .travis.yml │ ├── CMakeLists.txt │ ├── COPYING │ ├── ChangeLog │ ├── Makefile.am │ ├── README.md │ ├── configure.ac │ ├── database │ │ ├── Wyckoff.csv │ │ ├── arithmetic.py │ │ ├── change_of_basis.py │ │ ├── hall2operations.py │ │ ├── make_VSpU.py │ │ ├── make_Wyckoff_db.py │ │ ├── make_sitesym.py │ │ ├── make_spgtype_db.py │ │ ├── ptg2symbol.py │ │ └── spg.csv │ ├── doc │ │ ├── api.rst │ │ ├── change-of-basis.ai │ │ ├── change-of-basis.png │ │ ├── conf.py │ │ ├── dataset.rst │ │ ├── definition.rst │ │ ├── index.rst │ │ ├── install.rst │ │ ├── interface.rst │ │ ├── python-spglib.rst │ │ └── variable.rst │ ├── example │ │ ├── Makefile_f08 │ │ ├── example.c │ │ ├── example.f90 │ │ ├── example_f08.f90 │ │ ├── frequency.dat │ │ ├── spglib_f08.f90 │ │ └── tetrahedron.c │ ├── python │ │ ├── MANIFEST.in │ │ ├── README.rst │ │ ├── __nanoversion__.txt │ │ ├── _spglib.c │ │ ├── build-wheels.sh │ │ ├── conda │ │ │ ├── .binstar.yml │ │ │ ├── anaconda_deploy.sh │ │ │ ├── bld.bat │ │ │ ├── build.sh │ │ │ ├── meta.yaml │ │ │ └── run_test.sh │ │ ├── examples │ │ │ ├── atoms.py │ │ │ └── example.py │ │ ├── get_nanoversion.sh │ │ ├── requirements.txt │ │ ├── setup.py │ │ ├── spglib │ │ │ ├── __init__.py │ │ │ └── spglib.py │ │ └── test │ │ │ ├── data │ │ │ ├── cubic │ │ │ │ ├── POSCAR-195 │ │ │ │ ├── POSCAR-195-2 │ │ │ │ ├── POSCAR-196 │ │ │ │ ├── POSCAR-196-2 │ │ │ │ ├── POSCAR-197 │ │ │ │ ├── POSCAR-197-2 │ │ │ │ ├── POSCAR-198 │ │ │ │ ├── POSCAR-198-2 │ │ │ │ ├── POSCAR-199 │ │ │ │ ├── POSCAR-199-2 │ │ │ │ ├── POSCAR-200 │ │ │ │ ├── POSCAR-200-2 │ │ │ │ ├── POSCAR-205 │ │ │ │ ├── POSCAR-205-3 │ │ │ │ ├── POSCAR-206 │ │ │ │ ├── POSCAR-206-2 │ │ │ │ ├── POSCAR-207 │ │ │ │ ├── POSCAR-208 │ │ │ │ ├── POSCAR-208-2 │ │ │ │ ├── POSCAR-209 │ │ │ │ ├── POSCAR-210 │ │ │ │ ├── POSCAR-210-2 │ │ │ │ ├── POSCAR-211 │ │ │ │ ├── POSCAR-212 │ │ │ │ ├── POSCAR-212-2 │ │ │ │ ├── POSCAR-213 │ │ │ │ ├── POSCAR-213-2 │ │ │ │ ├── POSCAR-214 │ │ │ │ ├── POSCAR-214-2 │ │ │ │ ├── POSCAR-215 │ │ │ │ ├── POSCAR-215-2 │ │ │ │ ├── POSCAR-216 │ │ │ │ ├── POSCAR-216-2 │ │ │ │ ├── POSCAR-217 │ │ │ │ ├── POSCAR-217-2 │ │ │ │ ├── POSCAR-218 │ │ │ │ ├── POSCAR-218-2 │ │ │ │ ├── POSCAR-219 │ │ │ │ ├── POSCAR-219-2 │ │ │ │ ├── POSCAR-220 │ │ │ │ ├── POSCAR-220-2 │ │ │ │ ├── POSCAR-221 │ │ │ │ ├── POSCAR-221-2 │ │ │ │ ├── POSCAR-222 │ │ │ │ ├── POSCAR-222-2 │ │ │ │ ├── POSCAR-223 │ │ │ │ ├── POSCAR-223-2 │ │ │ │ ├── POSCAR-224 │ │ │ │ ├── POSCAR-224-2 │ │ │ │ ├── POSCAR-225 │ │ │ │ ├── POSCAR-225-2 │ │ │ │ ├── POSCAR-226 │ │ │ │ ├── POSCAR-226-2 │ │ │ │ ├── POSCAR-227 │ │ │ │ ├── POSCAR-227-2 │ │ │ │ ├── POSCAR-228 │ │ │ │ ├── POSCAR-228-2 │ │ │ │ ├── POSCAR-229 │ │ │ │ ├── POSCAR-229-2 │ │ │ │ ├── POSCAR-230 │ │ │ │ ├── POSCAR-230-2 │ │ │ │ ├── POSCAR-230-3 │ │ │ │ └── POSCAR-230-4 │ │ │ ├── distorted │ │ │ │ ├── POSCAR-161-1 │ │ │ │ ├── POSCAR-161-2 │ │ │ │ ├── POSCAR-36 │ │ │ │ ├── POSCAR-5 │ │ │ │ ├── POSCAR-6 │ │ │ │ ├── POSCAR-7-1 │ │ │ │ ├── POSCAR-7-2 │ │ │ │ └── POSCAR-8 │ │ │ ├── hexagonal │ │ │ │ ├── POSCAR-168 │ │ │ │ ├── POSCAR-169 │ │ │ │ ├── POSCAR-169-2 │ │ │ │ ├── POSCAR-170 │ │ │ │ ├── POSCAR-170-2 │ │ │ │ ├── POSCAR-171 │ │ │ │ ├── POSCAR-171-2 │ │ │ │ ├── POSCAR-172 │ │ │ │ ├── POSCAR-173 │ │ │ │ ├── POSCAR-173-2 │ │ │ │ ├── POSCAR-174 │ │ │ │ ├── POSCAR-174-2 │ │ │ │ ├── POSCAR-175 │ │ │ │ ├── POSCAR-175-2 │ │ │ │ ├── POSCAR-176 │ │ │ │ ├── POSCAR-176-2 │ │ │ │ ├── POSCAR-177 │ │ │ │ ├── POSCAR-179 │ │ │ │ ├── POSCAR-179-2 │ │ │ │ ├── POSCAR-180 │ │ │ │ ├── POSCAR-180-2 │ │ │ │ ├── POSCAR-181 │ │ │ │ ├── POSCAR-181-2 │ │ │ │ ├── POSCAR-182 │ │ │ │ ├── POSCAR-182-2 │ │ │ │ ├── POSCAR-183 │ │ │ │ ├── POSCAR-183-2 │ │ │ │ ├── POSCAR-184 │ │ │ │ ├── POSCAR-184-2 │ │ │ │ ├── POSCAR-185 │ │ │ │ ├── POSCAR-185-2 │ │ │ │ ├── POSCAR-186 │ │ │ │ ├── POSCAR-186-2 │ │ │ │ ├── POSCAR-187 │ │ │ │ ├── POSCAR-187-2 │ │ │ │ ├── POSCAR-188 │ │ │ │ ├── POSCAR-188-2 │ │ │ │ ├── POSCAR-189 │ │ │ │ ├── POSCAR-189-2 │ │ │ │ ├── POSCAR-190 │ │ │ │ ├── POSCAR-190-2 │ │ │ │ ├── POSCAR-191 │ │ │ │ ├── POSCAR-191-2 │ │ │ │ ├── POSCAR-192 │ │ │ │ ├── POSCAR-192-2 │ │ │ │ ├── POSCAR-193 │ │ │ │ ├── POSCAR-193-2 │ │ │ │ ├── POSCAR-194 │ │ │ │ └── POSCAR-194-2 │ │ │ ├── monoclinic │ │ │ │ ├── POSCAR-003 │ │ │ │ ├── POSCAR-004 │ │ │ │ ├── POSCAR-004-2 │ │ │ │ ├── POSCAR-005 │ │ │ │ ├── POSCAR-005-2 │ │ │ │ ├── POSCAR-006 │ │ │ │ ├── POSCAR-006-2 │ │ │ │ ├── POSCAR-007 │ │ │ │ ├── POSCAR-007-2 │ │ │ │ ├── POSCAR-008 │ │ │ │ ├── POSCAR-008-2 │ │ │ │ ├── POSCAR-009 │ │ │ │ ├── POSCAR-009-2 │ │ │ │ ├── POSCAR-010 │ │ │ │ ├── POSCAR-010-2 │ │ │ │ ├── POSCAR-011 │ │ │ │ ├── POSCAR-011-2 │ │ │ │ ├── POSCAR-012 │ │ │ │ ├── POSCAR-012-2 │ │ │ │ ├── POSCAR-012-3 │ │ │ │ ├── POSCAR-013 │ │ │ │ ├── POSCAR-013-2 │ │ │ │ ├── POSCAR-013-3 │ │ │ │ ├── POSCAR-014 │ │ │ │ ├── POSCAR-014-2 │ │ │ │ ├── POSCAR-015 │ │ │ │ ├── POSCAR-015-2 │ │ │ │ └── POSCAR-015-3 │ │ │ ├── orthorhombic │ │ │ │ ├── POSCAR-016 │ │ │ │ ├── POSCAR-016-2 │ │ │ │ ├── POSCAR-017-2 │ │ │ │ ├── POSCAR-018 │ │ │ │ ├── POSCAR-018-2 │ │ │ │ ├── POSCAR-019 │ │ │ │ ├── POSCAR-019-2 │ │ │ │ ├── POSCAR-020 │ │ │ │ ├── POSCAR-021 │ │ │ │ ├── POSCAR-021-2 │ │ │ │ ├── POSCAR-022 │ │ │ │ ├── POSCAR-023 │ │ │ │ ├── POSCAR-023-2 │ │ │ │ ├── POSCAR-024 │ │ │ │ ├── POSCAR-024-2 │ │ │ │ ├── POSCAR-025 │ │ │ │ ├── POSCAR-025-2 │ │ │ │ ├── POSCAR-026 │ │ │ │ ├── POSCAR-026-2 │ │ │ │ ├── POSCAR-027 │ │ │ │ ├── POSCAR-027-2 │ │ │ │ ├── POSCAR-028 │ │ │ │ ├── POSCAR-028-2 │ │ │ │ ├── POSCAR-029 │ │ │ │ ├── POSCAR-029-2 │ │ │ │ ├── POSCAR-030 │ │ │ │ ├── POSCAR-030-2 │ │ │ │ ├── POSCAR-031 │ │ │ │ ├── POSCAR-031-2 │ │ │ │ ├── POSCAR-032 │ │ │ │ ├── POSCAR-032-2 │ │ │ │ ├── POSCAR-033 │ │ │ │ ├── POSCAR-033-2 │ │ │ │ ├── POSCAR-033-3 │ │ │ │ ├── POSCAR-034 │ │ │ │ ├── POSCAR-034-2 │ │ │ │ ├── POSCAR-035 │ │ │ │ ├── POSCAR-035-2 │ │ │ │ ├── POSCAR-036 │ │ │ │ ├── POSCAR-036-2 │ │ │ │ ├── POSCAR-037 │ │ │ │ ├── POSCAR-037-2 │ │ │ │ ├── POSCAR-038 │ │ │ │ ├── POSCAR-038-2 │ │ │ │ ├── POSCAR-039 │ │ │ │ ├── POSCAR-039-2 │ │ │ │ ├── POSCAR-040 │ │ │ │ ├── POSCAR-040-2 │ │ │ │ ├── POSCAR-041 │ │ │ │ ├── POSCAR-041-2 │ │ │ │ ├── POSCAR-042 │ │ │ │ ├── POSCAR-043 │ │ │ │ ├── POSCAR-043-2 │ │ │ │ ├── POSCAR-044 │ │ │ │ ├── POSCAR-044-2 │ │ │ │ ├── POSCAR-045 │ │ │ │ ├── POSCAR-045-2 │ │ │ │ ├── POSCAR-046 │ │ │ │ ├── POSCAR-046-2 │ │ │ │ ├── POSCAR-047 │ │ │ │ ├── POSCAR-047-2 │ │ │ │ ├── POSCAR-048 │ │ │ │ ├── POSCAR-048-2 │ │ │ │ ├── POSCAR-049 │ │ │ │ ├── POSCAR-049-2 │ │ │ │ ├── POSCAR-050 │ │ │ │ ├── POSCAR-050-2 │ │ │ │ ├── POSCAR-051 │ │ │ │ ├── POSCAR-051-2 │ │ │ │ ├── POSCAR-051-3 │ │ │ │ ├── POSCAR-052 │ │ │ │ ├── POSCAR-052-2 │ │ │ │ ├── POSCAR-053 │ │ │ │ ├── POSCAR-053-2 │ │ │ │ ├── POSCAR-054 │ │ │ │ ├── POSCAR-054-2 │ │ │ │ ├── POSCAR-055 │ │ │ │ ├── POSCAR-055-2 │ │ │ │ ├── POSCAR-056 │ │ │ │ ├── POSCAR-056-2 │ │ │ │ ├── POSCAR-057 │ │ │ │ ├── POSCAR-057-2 │ │ │ │ ├── POSCAR-058 │ │ │ │ ├── POSCAR-058-2 │ │ │ │ ├── POSCAR-058-3 │ │ │ │ ├── POSCAR-059 │ │ │ │ ├── POSCAR-059-2 │ │ │ │ ├── POSCAR-060 │ │ │ │ ├── POSCAR-060-2 │ │ │ │ ├── POSCAR-060-3 │ │ │ │ ├── POSCAR-061 │ │ │ │ ├── POSCAR-061-2 │ │ │ │ ├── POSCAR-062 │ │ │ │ ├── POSCAR-062-2 │ │ │ │ ├── POSCAR-063 │ │ │ │ ├── POSCAR-063-2 │ │ │ │ ├── POSCAR-063-3 │ │ │ │ ├── POSCAR-064 │ │ │ │ ├── POSCAR-064-2 │ │ │ │ ├── POSCAR-064-3 │ │ │ │ ├── POSCAR-065 │ │ │ │ ├── POSCAR-065-2 │ │ │ │ ├── POSCAR-065-3 │ │ │ │ ├── POSCAR-066 │ │ │ │ ├── POSCAR-066-2 │ │ │ │ ├── POSCAR-067 │ │ │ │ ├── POSCAR-067-2 │ │ │ │ ├── POSCAR-067-3 │ │ │ │ ├── POSCAR-068 │ │ │ │ ├── POSCAR-068-2 │ │ │ │ ├── POSCAR-069 │ │ │ │ ├── POSCAR-069-2 │ │ │ │ ├── POSCAR-070 │ │ │ │ ├── POSCAR-070-2 │ │ │ │ ├── POSCAR-071 │ │ │ │ ├── POSCAR-071-2 │ │ │ │ ├── POSCAR-072 │ │ │ │ ├── POSCAR-072-2 │ │ │ │ ├── POSCAR-073 │ │ │ │ ├── POSCAR-073-2 │ │ │ │ ├── POSCAR-074 │ │ │ │ └── POSCAR-074-2 │ │ │ ├── tetragonal │ │ │ │ ├── POSCAR-075 │ │ │ │ ├── POSCAR-075-2 │ │ │ │ ├── POSCAR-076 │ │ │ │ ├── POSCAR-076-2 │ │ │ │ ├── POSCAR-077 │ │ │ │ ├── POSCAR-077-2 │ │ │ │ ├── POSCAR-077-3 │ │ │ │ ├── POSCAR-078 │ │ │ │ ├── POSCAR-078-2 │ │ │ │ ├── POSCAR-079 │ │ │ │ ├── POSCAR-079-2 │ │ │ │ ├── POSCAR-080 │ │ │ │ ├── POSCAR-080-2 │ │ │ │ ├── POSCAR-081 │ │ │ │ ├── POSCAR-081-2 │ │ │ │ ├── POSCAR-082 │ │ │ │ ├── POSCAR-082-2 │ │ │ │ ├── POSCAR-083 │ │ │ │ ├── POSCAR-083-2 │ │ │ │ ├── POSCAR-083-3 │ │ │ │ ├── POSCAR-084 │ │ │ │ ├── POSCAR-084-2 │ │ │ │ ├── POSCAR-085 │ │ │ │ ├── POSCAR-085-2 │ │ │ │ ├── POSCAR-086 │ │ │ │ ├── POSCAR-086-2 │ │ │ │ ├── POSCAR-087 │ │ │ │ ├── POSCAR-087-2 │ │ │ │ ├── POSCAR-088 │ │ │ │ ├── POSCAR-088-2 │ │ │ │ ├── POSCAR-090 │ │ │ │ ├── POSCAR-090-2 │ │ │ │ ├── POSCAR-091 │ │ │ │ ├── POSCAR-091-2 │ │ │ │ ├── POSCAR-092 │ │ │ │ ├── POSCAR-092-2 │ │ │ │ ├── POSCAR-092-3 │ │ │ │ ├── POSCAR-094 │ │ │ │ ├── POSCAR-094-2 │ │ │ │ ├── POSCAR-094-3 │ │ │ │ ├── POSCAR-095 │ │ │ │ ├── POSCAR-095-2 │ │ │ │ ├── POSCAR-096 │ │ │ │ ├── POSCAR-096-2 │ │ │ │ ├── POSCAR-097 │ │ │ │ ├── POSCAR-097-2 │ │ │ │ ├── POSCAR-098 │ │ │ │ ├── POSCAR-098-2 │ │ │ │ ├── POSCAR-099 │ │ │ │ ├── POSCAR-099-2 │ │ │ │ ├── POSCAR-100 │ │ │ │ ├── POSCAR-100-2 │ │ │ │ ├── POSCAR-102 │ │ │ │ ├── POSCAR-102-2 │ │ │ │ ├── POSCAR-103 │ │ │ │ ├── POSCAR-103-2 │ │ │ │ ├── POSCAR-104 │ │ │ │ ├── POSCAR-104-2 │ │ │ │ ├── POSCAR-105 │ │ │ │ ├── POSCAR-105-2 │ │ │ │ ├── POSCAR-106 │ │ │ │ ├── POSCAR-107 │ │ │ │ ├── POSCAR-107-2 │ │ │ │ ├── POSCAR-107-3 │ │ │ │ ├── POSCAR-108 │ │ │ │ ├── POSCAR-108-2 │ │ │ │ ├── POSCAR-109 │ │ │ │ ├── POSCAR-109-2 │ │ │ │ ├── POSCAR-110 │ │ │ │ ├── POSCAR-110-2 │ │ │ │ ├── POSCAR-111 │ │ │ │ ├── POSCAR-111-2 │ │ │ │ ├── POSCAR-112 │ │ │ │ ├── POSCAR-112-2 │ │ │ │ ├── POSCAR-113 │ │ │ │ ├── POSCAR-113-2 │ │ │ │ ├── POSCAR-114 │ │ │ │ ├── POSCAR-114-2 │ │ │ │ ├── POSCAR-115 │ │ │ │ ├── POSCAR-115-2 │ │ │ │ ├── POSCAR-115-3 │ │ │ │ ├── POSCAR-115-4 │ │ │ │ ├── POSCAR-115-5 │ │ │ │ ├── POSCAR-116 │ │ │ │ ├── POSCAR-116-2 │ │ │ │ ├── POSCAR-117 │ │ │ │ ├── POSCAR-117-2 │ │ │ │ ├── POSCAR-118 │ │ │ │ ├── POSCAR-118-2 │ │ │ │ ├── POSCAR-119 │ │ │ │ ├── POSCAR-119-2 │ │ │ │ ├── POSCAR-120 │ │ │ │ ├── POSCAR-120-2 │ │ │ │ ├── POSCAR-121 │ │ │ │ ├── POSCAR-121-2 │ │ │ │ ├── POSCAR-122 │ │ │ │ ├── POSCAR-122-2 │ │ │ │ ├── POSCAR-122-3 │ │ │ │ ├── POSCAR-123 │ │ │ │ ├── POSCAR-123-2 │ │ │ │ ├── POSCAR-123-3 │ │ │ │ ├── POSCAR-124 │ │ │ │ ├── POSCAR-124-2 │ │ │ │ ├── POSCAR-125 │ │ │ │ ├── POSCAR-125-2 │ │ │ │ ├── POSCAR-126 │ │ │ │ ├── POSCAR-126-2 │ │ │ │ ├── POSCAR-127 │ │ │ │ ├── POSCAR-127-2 │ │ │ │ ├── POSCAR-128 │ │ │ │ ├── POSCAR-128-2 │ │ │ │ ├── POSCAR-129 │ │ │ │ ├── POSCAR-129-2 │ │ │ │ ├── POSCAR-129-3 │ │ │ │ ├── POSCAR-130 │ │ │ │ ├── POSCAR-130-2 │ │ │ │ ├── POSCAR-131 │ │ │ │ ├── POSCAR-131-2 │ │ │ │ ├── POSCAR-132 │ │ │ │ ├── POSCAR-132-2 │ │ │ │ ├── POSCAR-133 │ │ │ │ ├── POSCAR-133-2 │ │ │ │ ├── POSCAR-134 │ │ │ │ ├── POSCAR-134-2 │ │ │ │ ├── POSCAR-135 │ │ │ │ ├── POSCAR-135-2 │ │ │ │ ├── POSCAR-136 │ │ │ │ ├── POSCAR-136-2 │ │ │ │ ├── POSCAR-136-3 │ │ │ │ ├── POSCAR-136-4 │ │ │ │ ├── POSCAR-136-5 │ │ │ │ ├── POSCAR-137 │ │ │ │ ├── POSCAR-137-2 │ │ │ │ ├── POSCAR-137-3 │ │ │ │ ├── POSCAR-138 │ │ │ │ ├── POSCAR-138-2 │ │ │ │ ├── POSCAR-139 │ │ │ │ ├── POSCAR-139-2 │ │ │ │ ├── POSCAR-140 │ │ │ │ ├── POSCAR-140-2 │ │ │ │ ├── POSCAR-141 │ │ │ │ ├── POSCAR-141-2 │ │ │ │ ├── POSCAR-142 │ │ │ │ ├── POSCAR-142-2 │ │ │ │ └── POSCAR-142-3 │ │ │ ├── triclinic │ │ │ │ ├── POSCAR-001 │ │ │ │ └── POSCAR-002 │ │ │ ├── trigonal │ │ │ │ ├── POSCAR-143 │ │ │ │ ├── POSCAR-143-2 │ │ │ │ ├── POSCAR-144 │ │ │ │ ├── POSCAR-144-2 │ │ │ │ ├── POSCAR-145 │ │ │ │ ├── POSCAR-145-2 │ │ │ │ ├── POSCAR-146 │ │ │ │ ├── POSCAR-146-2 │ │ │ │ ├── POSCAR-147 │ │ │ │ ├── POSCAR-147-2 │ │ │ │ ├── POSCAR-148 │ │ │ │ ├── POSCAR-148-2 │ │ │ │ ├── POSCAR-149 │ │ │ │ ├── POSCAR-149-2 │ │ │ │ ├── POSCAR-150 │ │ │ │ ├── POSCAR-150-2 │ │ │ │ ├── POSCAR-151 │ │ │ │ ├── POSCAR-151-2 │ │ │ │ ├── POSCAR-152 │ │ │ │ ├── POSCAR-152-2 │ │ │ │ ├── POSCAR-153 │ │ │ │ ├── POSCAR-154 │ │ │ │ ├── POSCAR-154-2 │ │ │ │ ├── POSCAR-154-3 │ │ │ │ ├── POSCAR-155 │ │ │ │ ├── POSCAR-155-2 │ │ │ │ ├── POSCAR-156 │ │ │ │ ├── POSCAR-156-2 │ │ │ │ ├── POSCAR-157 │ │ │ │ ├── POSCAR-157-2 │ │ │ │ ├── POSCAR-158 │ │ │ │ ├── POSCAR-158-2 │ │ │ │ ├── POSCAR-159 │ │ │ │ ├── POSCAR-159-2 │ │ │ │ ├── POSCAR-160 │ │ │ │ ├── POSCAR-160-2 │ │ │ │ ├── POSCAR-161 │ │ │ │ ├── POSCAR-161-2 │ │ │ │ ├── POSCAR-162 │ │ │ │ ├── POSCAR-162-2 │ │ │ │ ├── POSCAR-163 │ │ │ │ ├── POSCAR-163-2 │ │ │ │ ├── POSCAR-164 │ │ │ │ ├── POSCAR-164-2 │ │ │ │ ├── POSCAR-165 │ │ │ │ ├── POSCAR-165-2 │ │ │ │ ├── POSCAR-166 │ │ │ │ ├── POSCAR-166-2 │ │ │ │ ├── POSCAR-167 │ │ │ │ ├── POSCAR-167-2 │ │ │ │ └── POSCAR-167-3 │ │ │ └── virtual_structure │ │ │ │ ├── POSCAR-1-221-33 │ │ │ │ ├── POSCAR-1-222-33 │ │ │ │ ├── POSCAR-1-223-33 │ │ │ │ ├── POSCAR-1-224-33 │ │ │ │ ├── POSCAR-1-227-73 │ │ │ │ ├── POSCAR-1-227-93 │ │ │ │ ├── POSCAR-1-227-99 │ │ │ │ ├── POSCAR-1-230-conv-56 │ │ │ │ ├── POSCAR-1-230-prim-33 │ │ │ │ ├── POSCAR-1-bcc-33 │ │ │ │ ├── POSCAR-10-221-18 │ │ │ │ ├── POSCAR-10-223-18 │ │ │ │ ├── POSCAR-10-227-50 │ │ │ │ ├── POSCAR-102-224-13 │ │ │ │ ├── POSCAR-104-222-13 │ │ │ │ ├── POSCAR-105-223-13 │ │ │ │ ├── POSCAR-109-227-13 │ │ │ │ ├── POSCAR-11-227-48 │ │ │ │ ├── POSCAR-110-230-conv-15 │ │ │ │ ├── POSCAR-110-230-prim-13 │ │ │ │ ├── POSCAR-111-221-11 │ │ │ │ ├── POSCAR-111-224-11 │ │ │ │ ├── POSCAR-111-227-66 │ │ │ │ ├── POSCAR-112-222-11 │ │ │ │ ├── POSCAR-112-223-11 │ │ │ │ ├── POSCAR-113-227-68 │ │ │ │ ├── POSCAR-115-221-14 │ │ │ │ ├── POSCAR-115-223-14 │ │ │ │ ├── POSCAR-115-227-33 │ │ │ │ ├── POSCAR-116-230-conv-34 │ │ │ │ ├── POSCAR-117-230-conv-33 │ │ │ │ ├── POSCAR-118-222-14 │ │ │ │ ├── POSCAR-118-224-14 │ │ │ │ ├── POSCAR-12-221-19 │ │ │ │ ├── POSCAR-12-224-19 │ │ │ │ ├── POSCAR-12-227-21 │ │ │ │ ├── POSCAR-12-227-83 │ │ │ │ ├── POSCAR-120-230-conv-16 │ │ │ │ ├── POSCAR-120-230-prim-14 │ │ │ │ ├── POSCAR-122-230-conv-13 │ │ │ │ ├── POSCAR-122-230-prim-11 │ │ │ │ ├── POSCAR-123-221-05 │ │ │ │ ├── POSCAR-126-222-05 │ │ │ │ ├── POSCAR-13-222-18 │ │ │ │ ├── POSCAR-13-224-18 │ │ │ │ ├── POSCAR-13-227-49 │ │ │ │ ├── POSCAR-13-230-conv-44 │ │ │ │ ├── POSCAR-131-223-05 │ │ │ │ ├── POSCAR-134-224-05 │ │ │ │ ├── POSCAR-14-227-47 │ │ │ │ ├── POSCAR-14-227-51 │ │ │ │ ├── POSCAR-14-230-conv-45 │ │ │ │ ├── POSCAR-142-230-conv-05 │ │ │ │ ├── POSCAR-142-230-prim-05 │ │ │ │ ├── POSCAR-146-221-27 │ │ │ │ ├── POSCAR-146-222-27 │ │ │ │ ├── POSCAR-146-223-27 │ │ │ │ ├── POSCAR-146-224-27 │ │ │ │ ├── POSCAR-146-227-92 │ │ │ │ ├── POSCAR-146-230-conv-36 │ │ │ │ ├── POSCAR-146-230-conv-55 │ │ │ │ ├── POSCAR-146-230-prim-27 │ │ │ │ ├── POSCAR-146-bcc-27 │ │ │ │ ├── POSCAR-148-221-15 │ │ │ │ ├── POSCAR-148-222-15 │ │ │ │ ├── POSCAR-148-223-15 │ │ │ │ ├── POSCAR-148-224-15 │ │ │ │ ├── POSCAR-148-227-70 │ │ │ │ ├── POSCAR-148-230-conv-17 │ │ │ │ ├── POSCAR-148-230-conv-37 │ │ │ │ ├── POSCAR-148-230-prim-15 │ │ │ │ ├── POSCAR-148-bcc-15 │ │ │ │ ├── POSCAR-15-222-19 │ │ │ │ ├── POSCAR-15-223-19 │ │ │ │ ├── POSCAR-15-230-conv-21 │ │ │ │ ├── POSCAR-15-230-conv-22 │ │ │ │ ├── POSCAR-15-230-prim-18 │ │ │ │ ├── POSCAR-15-230-prim-19 │ │ │ │ ├── POSCAR-15-bcc-18 │ │ │ │ ├── POSCAR-15-bcc-19 │ │ │ │ ├── POSCAR-155-221-17 │ │ │ │ ├── POSCAR-155-222-17 │ │ │ │ ├── POSCAR-155-223-17 │ │ │ │ ├── POSCAR-155-224-17 │ │ │ │ ├── POSCAR-155-227-72 │ │ │ │ ├── POSCAR-155-230-conv-19 │ │ │ │ ├── POSCAR-155-230-conv-38 │ │ │ │ ├── POSCAR-155-230-prim-17 │ │ │ │ ├── POSCAR-155-bcc-17 │ │ │ │ ├── POSCAR-16-221-20 │ │ │ │ ├── POSCAR-16-222-20 │ │ │ │ ├── POSCAR-16-223-20 │ │ │ │ ├── POSCAR-16-224-20 │ │ │ │ ├── POSCAR-16-227-84 │ │ │ │ ├── POSCAR-160-221-16 │ │ │ │ ├── POSCAR-160-224-16 │ │ │ │ ├── POSCAR-160-227-16 │ │ │ │ ├── POSCAR-160-227-71 │ │ │ │ ├── POSCAR-160-fcc │ │ │ │ ├── POSCAR-161-222-16 │ │ │ │ ├── POSCAR-161-223-16 │ │ │ │ ├── POSCAR-161-230-conv-18 │ │ │ │ ├── POSCAR-161-230-prim-16 │ │ │ │ ├── POSCAR-161-bcc-16 │ │ │ │ ├── POSCAR-166-221-06 │ │ │ │ ├── POSCAR-166-224-06 │ │ │ │ ├── POSCAR-166-227-06 │ │ │ │ ├── POSCAR-166-227-38 │ │ │ │ ├── POSCAR-167-222-06 │ │ │ │ ├── POSCAR-167-223-06 │ │ │ │ ├── POSCAR-167-230-conv-06 │ │ │ │ ├── POSCAR-167-230-prim-06 │ │ │ │ ├── POSCAR-167-bcc-6 │ │ │ │ ├── POSCAR-17-227-60 │ │ │ │ ├── POSCAR-17-227-85 │ │ │ │ ├── POSCAR-17-230-conv-46 │ │ │ │ ├── POSCAR-18-227-86 │ │ │ │ ├── POSCAR-19-227-59 │ │ │ │ ├── POSCAR-19-227-89 │ │ │ │ ├── POSCAR-19-230-conv-51 │ │ │ │ ├── POSCAR-195-221-07 │ │ │ │ ├── POSCAR-195-222-07 │ │ │ │ ├── POSCAR-195-223-07 │ │ │ │ ├── POSCAR-195-224-07 │ │ │ │ ├── POSCAR-198-227-40 │ │ │ │ ├── POSCAR-198-230-conv-20 │ │ │ │ ├── POSCAR-199-230-conv-07 │ │ │ │ ├── POSCAR-199-230-prim-07 │ │ │ │ ├── POSCAR-2-221-28 │ │ │ │ ├── POSCAR-2-222-28 │ │ │ │ ├── POSCAR-2-223-28 │ │ │ │ ├── POSCAR-2-224-28 │ │ │ │ ├── POSCAR-2-227-41 │ │ │ │ ├── POSCAR-2-227-74 │ │ │ │ ├── POSCAR-2-227-94 │ │ │ │ ├── POSCAR-2-230-conv-39 │ │ │ │ ├── POSCAR-2-230-conv-57 │ │ │ │ ├── POSCAR-2-230-prim-28 │ │ │ │ ├── POSCAR-2-bcc-28 │ │ │ │ ├── POSCAR-20-227-53 │ │ │ │ ├── POSCAR-20-227-90 │ │ │ │ ├── POSCAR-20-230-conv-53 │ │ │ │ ├── POSCAR-200-221-02 │ │ │ │ ├── POSCAR-200-223-02 │ │ │ │ ├── POSCAR-201-222-02 │ │ │ │ ├── POSCAR-201-224-02 │ │ │ │ ├── POSCAR-205-230-conv-08 │ │ │ │ ├── POSCAR-206-230-conv-02 │ │ │ │ ├── POSCAR-206-230-prim-02 │ │ │ │ ├── POSCAR-207-221-04 │ │ │ │ ├── POSCAR-207-222-04 │ │ │ │ ├── POSCAR-208-223-04 │ │ │ │ ├── POSCAR-208-224-04 │ │ │ │ ├── POSCAR-21-221-23 │ │ │ │ ├── POSCAR-21-222-23 │ │ │ │ ├── POSCAR-21-223-23 │ │ │ │ ├── POSCAR-21-224-23 │ │ │ │ ├── POSCAR-21-230-conv-49 │ │ │ │ ├── POSCAR-212-227-19 │ │ │ │ ├── POSCAR-213-230-conv-09 │ │ │ │ ├── POSCAR-214-230-conv-04 │ │ │ │ ├── POSCAR-214-230-prim-04 │ │ │ │ ├── POSCAR-215-221-03 │ │ │ │ ├── POSCAR-215-224-03 │ │ │ │ ├── POSCAR-215-227-18 │ │ │ │ ├── POSCAR-216-227-03 │ │ │ │ ├── POSCAR-218-222-03 │ │ │ │ ├── POSCAR-218-223-03 │ │ │ │ ├── POSCAR-22-230-conv-26 │ │ │ │ ├── POSCAR-22-230-prim-23 │ │ │ │ ├── POSCAR-220-230-conv-03 │ │ │ │ ├── POSCAR-220-230-prim-03 │ │ │ │ ├── POSCAR-221-221-01 │ │ │ │ ├── POSCAR-222-222-01 │ │ │ │ ├── POSCAR-223-223-01 │ │ │ │ ├── POSCAR-224-224-01 │ │ │ │ ├── POSCAR-227-227-01 │ │ │ │ ├── POSCAR-230-230-conv-01 │ │ │ │ ├── POSCAR-230-230-conv-62 │ │ │ │ ├── POSCAR-230-230-prim-01 │ │ │ │ ├── POSCAR-24-230-conv-23 │ │ │ │ ├── POSCAR-24-230-prim-20 │ │ │ │ ├── POSCAR-25-221-21 │ │ │ │ ├── POSCAR-25-223-21 │ │ │ │ ├── POSCAR-25-227-54 │ │ │ │ ├── POSCAR-26-227-64 │ │ │ │ ├── POSCAR-27-230-conv-48 │ │ │ │ ├── POSCAR-28-227-62 │ │ │ │ ├── POSCAR-29-230-conv-52 │ │ │ │ ├── POSCAR-3-221-29 │ │ │ │ ├── POSCAR-3-222-29 │ │ │ │ ├── POSCAR-3-223-29 │ │ │ │ ├── POSCAR-3-224-29 │ │ │ │ ├── POSCAR-3-227-82 │ │ │ │ ├── POSCAR-3-227-95 │ │ │ │ ├── POSCAR-3-230-conv-58 │ │ │ │ ├── POSCAR-30-227-65 │ │ │ │ ├── POSCAR-31-227-58 │ │ │ │ ├── POSCAR-32-230-conv-47 │ │ │ │ ├── POSCAR-33-227-63 │ │ │ │ ├── POSCAR-34-222-21 │ │ │ │ ├── POSCAR-34-224-21 │ │ │ │ ├── POSCAR-35-221-22 │ │ │ │ ├── POSCAR-35-224-22 │ │ │ │ ├── POSCAR-35-227-87 │ │ │ │ ├── POSCAR-37-222-22 │ │ │ │ ├── POSCAR-37-223-22 │ │ │ │ ├── POSCAR-38-221-26 │ │ │ │ ├── POSCAR-39-224-26 │ │ │ │ ├── POSCAR-4-227-77 │ │ │ │ ├── POSCAR-4-227-81 │ │ │ │ ├── POSCAR-4-227-96 │ │ │ │ ├── POSCAR-4-230-conv-59 │ │ │ │ ├── POSCAR-40-223-26 │ │ │ │ ├── POSCAR-41-222-26 │ │ │ │ ├── POSCAR-43-230-conv-25 │ │ │ │ ├── POSCAR-43-230-conv-29 │ │ │ │ ├── POSCAR-43-230-prim-22 │ │ │ │ ├── POSCAR-43-230-prim-26 │ │ │ │ ├── POSCAR-43-bcc-22 │ │ │ │ ├── POSCAR-43-bcc-26 │ │ │ │ ├── POSCAR-44-227-24 │ │ │ │ ├── POSCAR-45-230-conv-24 │ │ │ │ ├── POSCAR-45-230-prim-21 │ │ │ │ ├── POSCAR-46-227-28 │ │ │ │ ├── POSCAR-47-221-08 │ │ │ │ ├── POSCAR-47-223-08 │ │ │ │ ├── POSCAR-48-222-08 │ │ │ │ ├── POSCAR-48-224-08 │ │ │ │ ├── POSCAR-5-221-32 │ │ │ │ ├── POSCAR-5-222-32 │ │ │ │ ├── POSCAR-5-223-32 │ │ │ │ ├── POSCAR-5-224-32 │ │ │ │ ├── POSCAR-5-227-45 │ │ │ │ ├── POSCAR-5-227-75 │ │ │ │ ├── POSCAR-5-227-98 │ │ │ │ ├── POSCAR-5-230-conv-40 │ │ │ │ ├── POSCAR-5-230-conv-43 │ │ │ │ ├── POSCAR-5-230-conv-61 │ │ │ │ ├── POSCAR-5-230-prim-29 │ │ │ │ ├── POSCAR-5-230-prim-32 │ │ │ │ ├── POSCAR-5-bcc-29 │ │ │ │ ├── POSCAR-5-bcc-32 │ │ │ │ ├── POSCAR-51-227-29 │ │ │ │ ├── POSCAR-53-227-32 │ │ │ │ ├── POSCAR-54-230-conv-30 │ │ │ │ ├── POSCAR-6-221-30 │ │ │ │ ├── POSCAR-6-223-30 │ │ │ │ ├── POSCAR-6-227-79 │ │ │ │ ├── POSCAR-61-230-conv-31 │ │ │ │ ├── POSCAR-62-227-31 │ │ │ │ ├── POSCAR-65-221-09 │ │ │ │ ├── POSCAR-66-223-09 │ │ │ │ ├── POSCAR-67-224-09 │ │ │ │ ├── POSCAR-68-222-09 │ │ │ │ ├── POSCAR-7-222-30 │ │ │ │ ├── POSCAR-7-224-30 │ │ │ │ ├── POSCAR-7-227-78 │ │ │ │ ├── POSCAR-7-227-80 │ │ │ │ ├── POSCAR-7-230-conv-60 │ │ │ │ ├── POSCAR-70-230-conv-11 │ │ │ │ ├── POSCAR-70-230-prim-09 │ │ │ │ ├── POSCAR-70-bcc-9 │ │ │ │ ├── POSCAR-73-230-conv-10 │ │ │ │ ├── POSCAR-73-230-prim-08 │ │ │ │ ├── POSCAR-74-227-09 │ │ │ │ ├── POSCAR-75-221-25 │ │ │ │ ├── POSCAR-75-222-25 │ │ │ │ ├── POSCAR-76-227-61 │ │ │ │ ├── POSCAR-77-223-25 │ │ │ │ ├── POSCAR-77-224-25 │ │ │ │ ├── POSCAR-78-227-91 │ │ │ │ ├── POSCAR-78-230-conv-54 │ │ │ │ ├── POSCAR-8-221-31 │ │ │ │ ├── POSCAR-8-224-31 │ │ │ │ ├── POSCAR-8-227-44 │ │ │ │ ├── POSCAR-8-227-97 │ │ │ │ ├── POSCAR-80-230-conv-28 │ │ │ │ ├── POSCAR-80-230-prim-25 │ │ │ │ ├── POSCAR-81-221-24 │ │ │ │ ├── POSCAR-81-222-24 │ │ │ │ ├── POSCAR-81-223-24 │ │ │ │ ├── POSCAR-81-224-24 │ │ │ │ ├── POSCAR-81-227-88 │ │ │ │ ├── POSCAR-81-230-conv-50 │ │ │ │ ├── POSCAR-82-230-conv-27 │ │ │ │ ├── POSCAR-82-230-prim-24 │ │ │ │ ├── POSCAR-83-221-10 │ │ │ │ ├── POSCAR-84-223-10 │ │ │ │ ├── POSCAR-85-222-10 │ │ │ │ ├── POSCAR-86-224-10 │ │ │ │ ├── POSCAR-88-230-conv-12 │ │ │ │ ├── POSCAR-88-230-prim-10 │ │ │ │ ├── POSCAR-89-221-12 │ │ │ │ ├── POSCAR-89-222-12 │ │ │ │ ├── POSCAR-9-222-31 │ │ │ │ ├── POSCAR-9-223-31 │ │ │ │ ├── POSCAR-9-227-43 │ │ │ │ ├── POSCAR-9-230-conv-41 │ │ │ │ ├── POSCAR-9-230-conv-42 │ │ │ │ ├── POSCAR-9-230-prim-30 │ │ │ │ ├── POSCAR-9-230-prim-31 │ │ │ │ ├── POSCAR-9-bcc-30 │ │ │ │ ├── POSCAR-9-bcc-31 │ │ │ │ ├── POSCAR-91-227-67 │ │ │ │ ├── POSCAR-92-227-35 │ │ │ │ ├── POSCAR-92-230-conv-35 │ │ │ │ ├── POSCAR-93-223-12 │ │ │ │ ├── POSCAR-93-224-12 │ │ │ │ ├── POSCAR-95-227-36 │ │ │ │ ├── POSCAR-95-230-conv-32 │ │ │ │ ├── POSCAR-96-227-69 │ │ │ │ ├── POSCAR-98-230-conv-14 │ │ │ │ ├── POSCAR-98-230-prim-12 │ │ │ │ └── POSCAR-99-221-13 │ │ │ ├── delaunay_lattices.dat │ │ │ ├── lattices.dat │ │ │ ├── niggli_lattices.dat │ │ │ ├── ref │ │ │ ├── cubic │ │ │ │ ├── POSCAR-195-2-ref │ │ │ │ ├── POSCAR-195-ref │ │ │ │ ├── POSCAR-196-2-ref │ │ │ │ ├── POSCAR-196-ref │ │ │ │ ├── POSCAR-197-2-ref │ │ │ │ ├── POSCAR-197-ref │ │ │ │ ├── POSCAR-198-2-ref │ │ │ │ ├── POSCAR-198-ref │ │ │ │ ├── POSCAR-199-2-ref │ │ │ │ ├── POSCAR-199-ref │ │ │ │ ├── POSCAR-200-2-ref │ │ │ │ ├── POSCAR-200-ref │ │ │ │ ├── POSCAR-205-3-ref │ │ │ │ ├── POSCAR-205-ref │ │ │ │ ├── POSCAR-206-2-ref │ │ │ │ ├── POSCAR-206-ref │ │ │ │ ├── POSCAR-207-ref │ │ │ │ ├── POSCAR-208-2-ref │ │ │ │ ├── POSCAR-208-ref │ │ │ │ ├── POSCAR-209-ref │ │ │ │ ├── POSCAR-210-2-ref │ │ │ │ ├── POSCAR-210-ref │ │ │ │ ├── POSCAR-211-ref │ │ │ │ ├── POSCAR-212-2-ref │ │ │ │ ├── POSCAR-212-ref │ │ │ │ ├── POSCAR-213-2-ref │ │ │ │ ├── POSCAR-213-ref │ │ │ │ ├── POSCAR-214-2-ref │ │ │ │ ├── POSCAR-214-ref │ │ │ │ ├── POSCAR-215-2-ref │ │ │ │ ├── POSCAR-215-ref │ │ │ │ ├── POSCAR-216-2-ref │ │ │ │ ├── POSCAR-216-ref │ │ │ │ ├── POSCAR-217-2-ref │ │ │ │ ├── POSCAR-217-ref │ │ │ │ ├── POSCAR-218-2-ref │ │ │ │ ├── POSCAR-218-ref │ │ │ │ ├── POSCAR-219-2-ref │ │ │ │ ├── POSCAR-219-ref │ │ │ │ ├── POSCAR-220-2-ref │ │ │ │ ├── POSCAR-220-ref │ │ │ │ ├── POSCAR-221-2-ref │ │ │ │ ├── POSCAR-221-ref │ │ │ │ ├── POSCAR-222-2-ref │ │ │ │ ├── POSCAR-222-ref │ │ │ │ ├── POSCAR-223-2-ref │ │ │ │ ├── POSCAR-223-ref │ │ │ │ ├── POSCAR-224-2-ref │ │ │ │ ├── POSCAR-224-ref │ │ │ │ ├── POSCAR-225-2-ref │ │ │ │ ├── POSCAR-225-ref │ │ │ │ ├── POSCAR-226-2-ref │ │ │ │ ├── POSCAR-226-ref │ │ │ │ ├── POSCAR-227-2-ref │ │ │ │ ├── POSCAR-227-ref │ │ │ │ ├── POSCAR-228-2-ref │ │ │ │ ├── POSCAR-228-ref │ │ │ │ ├── POSCAR-229-2-ref │ │ │ │ ├── POSCAR-229-ref │ │ │ │ ├── POSCAR-230-2-ref │ │ │ │ ├── POSCAR-230-3-ref │ │ │ │ ├── POSCAR-230-4-ref │ │ │ │ └── POSCAR-230-ref │ │ │ ├── distorted │ │ │ │ ├── POSCAR-161-1-ref │ │ │ │ ├── POSCAR-161-2-ref │ │ │ │ ├── POSCAR-36-ref │ │ │ │ ├── POSCAR-5-ref │ │ │ │ ├── POSCAR-6-ref │ │ │ │ ├── POSCAR-7-1-ref │ │ │ │ ├── POSCAR-7-2-ref │ │ │ │ └── POSCAR-8-ref │ │ │ ├── hexagonal │ │ │ │ ├── POSCAR-168-ref │ │ │ │ ├── POSCAR-169-2-ref │ │ │ │ ├── POSCAR-169-ref │ │ │ │ ├── POSCAR-170-2-ref │ │ │ │ ├── POSCAR-170-ref │ │ │ │ ├── POSCAR-171-2-ref │ │ │ │ ├── POSCAR-171-ref │ │ │ │ ├── POSCAR-172-ref │ │ │ │ ├── POSCAR-173-2-ref │ │ │ │ ├── POSCAR-173-ref │ │ │ │ ├── POSCAR-174-2-ref │ │ │ │ ├── POSCAR-174-ref │ │ │ │ ├── POSCAR-175-2-ref │ │ │ │ ├── POSCAR-175-ref │ │ │ │ ├── POSCAR-176-2-ref │ │ │ │ ├── POSCAR-176-ref │ │ │ │ ├── POSCAR-177-ref │ │ │ │ ├── POSCAR-179-2-ref │ │ │ │ ├── POSCAR-179-ref │ │ │ │ ├── POSCAR-180-2-ref │ │ │ │ ├── POSCAR-180-ref │ │ │ │ ├── POSCAR-181-2-ref │ │ │ │ ├── POSCAR-181-ref │ │ │ │ ├── POSCAR-182-2-ref │ │ │ │ ├── POSCAR-182-ref │ │ │ │ ├── POSCAR-183-2-ref │ │ │ │ ├── POSCAR-183-ref │ │ │ │ ├── POSCAR-184-2-ref │ │ │ │ ├── POSCAR-184-ref │ │ │ │ ├── POSCAR-185-2-ref │ │ │ │ ├── POSCAR-185-ref │ │ │ │ ├── POSCAR-186-2-ref │ │ │ │ ├── POSCAR-186-ref │ │ │ │ ├── POSCAR-187-2-ref │ │ │ │ ├── POSCAR-187-ref │ │ │ │ ├── POSCAR-188-2-ref │ │ │ │ ├── POSCAR-188-ref │ │ │ │ ├── POSCAR-189-2-ref │ │ │ │ ├── POSCAR-189-ref │ │ │ │ ├── POSCAR-190-2-ref │ │ │ │ ├── POSCAR-190-ref │ │ │ │ ├── POSCAR-191-2-ref │ │ │ │ ├── POSCAR-191-ref │ │ │ │ ├── POSCAR-192-2-ref │ │ │ │ ├── POSCAR-192-ref │ │ │ │ ├── POSCAR-193-2-ref │ │ │ │ ├── POSCAR-193-ref │ │ │ │ ├── POSCAR-194-2-ref │ │ │ │ └── POSCAR-194-ref │ │ │ ├── monoclinic │ │ │ │ ├── POSCAR-003-ref │ │ │ │ ├── POSCAR-004-2-ref │ │ │ │ ├── POSCAR-004-ref │ │ │ │ ├── POSCAR-005-2-ref │ │ │ │ ├── POSCAR-005-ref │ │ │ │ ├── POSCAR-006-2-ref │ │ │ │ ├── POSCAR-006-ref │ │ │ │ ├── POSCAR-007-2-ref │ │ │ │ ├── POSCAR-007-ref │ │ │ │ ├── POSCAR-008-2-ref │ │ │ │ ├── POSCAR-008-ref │ │ │ │ ├── POSCAR-009-2-ref │ │ │ │ ├── POSCAR-009-ref │ │ │ │ ├── POSCAR-010-2-ref │ │ │ │ ├── POSCAR-010-ref │ │ │ │ ├── POSCAR-011-2-ref │ │ │ │ ├── POSCAR-011-ref │ │ │ │ ├── POSCAR-012-2-ref │ │ │ │ ├── POSCAR-012-3-ref │ │ │ │ ├── POSCAR-012-ref │ │ │ │ ├── POSCAR-013-2-ref │ │ │ │ ├── POSCAR-013-3-ref │ │ │ │ ├── POSCAR-013-ref │ │ │ │ ├── POSCAR-014-2-ref │ │ │ │ ├── POSCAR-014-ref │ │ │ │ ├── POSCAR-015-2-ref │ │ │ │ ├── POSCAR-015-3-ref │ │ │ │ └── POSCAR-015-ref │ │ │ ├── orthorhombic │ │ │ │ ├── POSCAR-016-2-ref │ │ │ │ ├── POSCAR-016-ref │ │ │ │ ├── POSCAR-017-2-ref │ │ │ │ ├── POSCAR-018-2-ref │ │ │ │ ├── POSCAR-018-ref │ │ │ │ ├── POSCAR-019-2-ref │ │ │ │ ├── POSCAR-019-ref │ │ │ │ ├── POSCAR-020-ref │ │ │ │ ├── POSCAR-021-2-ref │ │ │ │ ├── POSCAR-021-ref │ │ │ │ ├── POSCAR-022-ref │ │ │ │ ├── POSCAR-023-2-ref │ │ │ │ ├── POSCAR-023-ref │ │ │ │ ├── POSCAR-024-2-ref │ │ │ │ ├── POSCAR-024-ref │ │ │ │ ├── POSCAR-025-2-ref │ │ │ │ ├── POSCAR-025-ref │ │ │ │ ├── POSCAR-026-2-ref │ │ │ │ ├── POSCAR-026-ref │ │ │ │ ├── POSCAR-027-2-ref │ │ │ │ ├── POSCAR-027-ref │ │ │ │ ├── POSCAR-028-2-ref │ │ │ │ ├── POSCAR-028-ref │ │ │ │ ├── POSCAR-029-2-ref │ │ │ │ ├── POSCAR-029-ref │ │ │ │ ├── POSCAR-030-2-ref │ │ │ │ ├── POSCAR-030-ref │ │ │ │ ├── POSCAR-031-2-ref │ │ │ │ ├── POSCAR-031-ref │ │ │ │ ├── POSCAR-032-2-ref │ │ │ │ ├── POSCAR-032-ref │ │ │ │ ├── POSCAR-033-2-ref │ │ │ │ ├── POSCAR-033-3-ref │ │ │ │ ├── POSCAR-033-ref │ │ │ │ ├── POSCAR-034-2-ref │ │ │ │ ├── POSCAR-034-ref │ │ │ │ ├── POSCAR-035-2-ref │ │ │ │ ├── POSCAR-035-ref │ │ │ │ ├── POSCAR-036-2-ref │ │ │ │ ├── POSCAR-036-ref │ │ │ │ ├── POSCAR-037-2-ref │ │ │ │ ├── POSCAR-037-ref │ │ │ │ ├── POSCAR-038-2-ref │ │ │ │ ├── POSCAR-038-ref │ │ │ │ ├── POSCAR-039-2-ref │ │ │ │ ├── POSCAR-039-ref │ │ │ │ ├── POSCAR-040-2-ref │ │ │ │ ├── POSCAR-040-ref │ │ │ │ ├── POSCAR-041-2-ref │ │ │ │ ├── POSCAR-041-ref │ │ │ │ ├── POSCAR-042-ref │ │ │ │ ├── POSCAR-043-2-ref │ │ │ │ ├── POSCAR-043-ref │ │ │ │ ├── POSCAR-044-2-ref │ │ │ │ ├── POSCAR-044-ref │ │ │ │ ├── POSCAR-045-2-ref │ │ │ │ ├── POSCAR-045-ref │ │ │ │ ├── POSCAR-046-2-ref │ │ │ │ ├── POSCAR-046-ref │ │ │ │ ├── POSCAR-047-2-ref │ │ │ │ ├── POSCAR-047-ref │ │ │ │ ├── POSCAR-048-2-ref │ │ │ │ ├── POSCAR-048-ref │ │ │ │ ├── POSCAR-049-2-ref │ │ │ │ ├── POSCAR-049-ref │ │ │ │ ├── POSCAR-050-2-ref │ │ │ │ ├── POSCAR-050-ref │ │ │ │ ├── POSCAR-051-2-ref │ │ │ │ ├── POSCAR-051-3-ref │ │ │ │ ├── POSCAR-051-ref │ │ │ │ ├── POSCAR-052-2-ref │ │ │ │ ├── POSCAR-052-ref │ │ │ │ ├── POSCAR-053-2-ref │ │ │ │ ├── POSCAR-053-ref │ │ │ │ ├── POSCAR-054-2-ref │ │ │ │ ├── POSCAR-054-ref │ │ │ │ ├── POSCAR-055-2-ref │ │ │ │ ├── POSCAR-055-ref │ │ │ │ ├── POSCAR-056-2-ref │ │ │ │ ├── POSCAR-056-ref │ │ │ │ ├── POSCAR-057-2-ref │ │ │ │ ├── POSCAR-057-ref │ │ │ │ ├── POSCAR-058-2-ref │ │ │ │ ├── POSCAR-058-3-ref │ │ │ │ ├── POSCAR-058-ref │ │ │ │ ├── POSCAR-059-2-ref │ │ │ │ ├── POSCAR-059-ref │ │ │ │ ├── POSCAR-060-2-ref │ │ │ │ ├── POSCAR-060-3-ref │ │ │ │ ├── POSCAR-060-ref │ │ │ │ ├── POSCAR-061-2-ref │ │ │ │ ├── POSCAR-061-ref │ │ │ │ ├── POSCAR-062-2-ref │ │ │ │ ├── POSCAR-062-ref │ │ │ │ ├── POSCAR-063-2-ref │ │ │ │ ├── POSCAR-063-3-ref │ │ │ │ ├── POSCAR-063-ref │ │ │ │ ├── POSCAR-064-2-ref │ │ │ │ ├── POSCAR-064-3-ref │ │ │ │ ├── POSCAR-064-ref │ │ │ │ ├── POSCAR-065-2-ref │ │ │ │ ├── POSCAR-065-3-ref │ │ │ │ ├── POSCAR-065-ref │ │ │ │ ├── POSCAR-066-2-ref │ │ │ │ ├── POSCAR-066-ref │ │ │ │ ├── POSCAR-067-2-ref │ │ │ │ ├── POSCAR-067-3-ref │ │ │ │ ├── POSCAR-067-ref │ │ │ │ ├── POSCAR-068-2-ref │ │ │ │ ├── POSCAR-068-ref │ │ │ │ ├── POSCAR-069-2-ref │ │ │ │ ├── POSCAR-069-ref │ │ │ │ ├── POSCAR-070-2-ref │ │ │ │ ├── POSCAR-070-ref │ │ │ │ ├── POSCAR-071-2-ref │ │ │ │ ├── POSCAR-071-ref │ │ │ │ ├── POSCAR-072-2-ref │ │ │ │ ├── POSCAR-072-ref │ │ │ │ ├── POSCAR-073-2-ref │ │ │ │ ├── POSCAR-073-ref │ │ │ │ ├── POSCAR-074-2-ref │ │ │ │ └── POSCAR-074-ref │ │ │ ├── tetragonal │ │ │ │ ├── POSCAR-075-2-ref │ │ │ │ ├── POSCAR-075-ref │ │ │ │ ├── POSCAR-076-2-ref │ │ │ │ ├── POSCAR-076-ref │ │ │ │ ├── POSCAR-077-2-ref │ │ │ │ ├── POSCAR-077-3-ref │ │ │ │ ├── POSCAR-077-ref │ │ │ │ ├── POSCAR-078-2-ref │ │ │ │ ├── POSCAR-078-ref │ │ │ │ ├── POSCAR-079-2-ref │ │ │ │ ├── POSCAR-079-ref │ │ │ │ ├── POSCAR-080-2-ref │ │ │ │ ├── POSCAR-080-ref │ │ │ │ ├── POSCAR-081-2-ref │ │ │ │ ├── POSCAR-081-ref │ │ │ │ ├── POSCAR-082-2-ref │ │ │ │ ├── POSCAR-082-ref │ │ │ │ ├── POSCAR-083-2-ref │ │ │ │ ├── POSCAR-083-3-ref │ │ │ │ ├── POSCAR-083-ref │ │ │ │ ├── POSCAR-084-2-ref │ │ │ │ ├── POSCAR-084-ref │ │ │ │ ├── POSCAR-085-2-ref │ │ │ │ ├── POSCAR-085-ref │ │ │ │ ├── POSCAR-086-2-ref │ │ │ │ ├── POSCAR-086-ref │ │ │ │ ├── POSCAR-087-2-ref │ │ │ │ ├── POSCAR-087-ref │ │ │ │ ├── POSCAR-088-2-ref │ │ │ │ ├── POSCAR-088-ref │ │ │ │ ├── POSCAR-090-2-ref │ │ │ │ ├── POSCAR-090-ref │ │ │ │ ├── POSCAR-091-2-ref │ │ │ │ ├── POSCAR-091-ref │ │ │ │ ├── POSCAR-092-2-ref │ │ │ │ ├── POSCAR-092-3-ref │ │ │ │ ├── POSCAR-092-ref │ │ │ │ ├── POSCAR-094-2-ref │ │ │ │ ├── POSCAR-094-3-ref │ │ │ │ ├── POSCAR-094-ref │ │ │ │ ├── POSCAR-095-2-ref │ │ │ │ ├── POSCAR-095-ref │ │ │ │ ├── POSCAR-096-2-ref │ │ │ │ ├── POSCAR-096-ref │ │ │ │ ├── POSCAR-097-2-ref │ │ │ │ ├── POSCAR-097-ref │ │ │ │ ├── POSCAR-098-2-ref │ │ │ │ ├── POSCAR-098-ref │ │ │ │ ├── POSCAR-099-2-ref │ │ │ │ ├── POSCAR-099-ref │ │ │ │ ├── POSCAR-100-2-ref │ │ │ │ ├── POSCAR-100-ref │ │ │ │ ├── POSCAR-102-2-ref │ │ │ │ ├── POSCAR-102-ref │ │ │ │ ├── POSCAR-103-2-ref │ │ │ │ ├── POSCAR-103-ref │ │ │ │ ├── POSCAR-104-2-ref │ │ │ │ ├── POSCAR-104-ref │ │ │ │ ├── POSCAR-105-2-ref │ │ │ │ ├── POSCAR-105-ref │ │ │ │ ├── POSCAR-106-ref │ │ │ │ ├── POSCAR-107-2-ref │ │ │ │ ├── POSCAR-107-3-ref │ │ │ │ ├── POSCAR-107-ref │ │ │ │ ├── POSCAR-108-2-ref │ │ │ │ ├── POSCAR-108-ref │ │ │ │ ├── POSCAR-109-2-ref │ │ │ │ ├── POSCAR-109-ref │ │ │ │ ├── POSCAR-110-2-ref │ │ │ │ ├── POSCAR-110-ref │ │ │ │ ├── POSCAR-111-2-ref │ │ │ │ ├── POSCAR-111-ref │ │ │ │ ├── POSCAR-112-2-ref │ │ │ │ ├── POSCAR-112-ref │ │ │ │ ├── POSCAR-113-2-ref │ │ │ │ ├── POSCAR-113-ref │ │ │ │ ├── POSCAR-114-2-ref │ │ │ │ ├── POSCAR-114-ref │ │ │ │ ├── POSCAR-115-2-ref │ │ │ │ ├── POSCAR-115-3-ref │ │ │ │ ├── POSCAR-115-4-ref │ │ │ │ ├── POSCAR-115-5-ref │ │ │ │ ├── POSCAR-115-ref │ │ │ │ ├── POSCAR-116-2-ref │ │ │ │ ├── POSCAR-116-ref │ │ │ │ ├── POSCAR-117-2-ref │ │ │ │ ├── POSCAR-117-ref │ │ │ │ ├── POSCAR-118-2-ref │ │ │ │ ├── POSCAR-118-ref │ │ │ │ ├── POSCAR-119-2-ref │ │ │ │ ├── POSCAR-119-ref │ │ │ │ ├── POSCAR-120-2-ref │ │ │ │ ├── POSCAR-120-ref │ │ │ │ ├── POSCAR-121-2-ref │ │ │ │ ├── POSCAR-121-ref │ │ │ │ ├── POSCAR-122-2-ref │ │ │ │ ├── POSCAR-122-3-ref │ │ │ │ ├── POSCAR-122-ref │ │ │ │ ├── POSCAR-123-2-ref │ │ │ │ ├── POSCAR-123-3-ref │ │ │ │ ├── POSCAR-123-ref │ │ │ │ ├── POSCAR-124-2-ref │ │ │ │ ├── POSCAR-124-ref │ │ │ │ ├── POSCAR-125-2-ref │ │ │ │ ├── POSCAR-125-ref │ │ │ │ ├── POSCAR-126-2-ref │ │ │ │ ├── POSCAR-126-ref │ │ │ │ ├── POSCAR-127-2-ref │ │ │ │ ├── POSCAR-127-ref │ │ │ │ ├── POSCAR-128-2-ref │ │ │ │ ├── POSCAR-128-ref │ │ │ │ ├── POSCAR-129-2-ref │ │ │ │ ├── POSCAR-129-3-ref │ │ │ │ ├── POSCAR-129-ref │ │ │ │ ├── POSCAR-130-2-ref │ │ │ │ ├── POSCAR-130-ref │ │ │ │ ├── POSCAR-131-2-ref │ │ │ │ ├── POSCAR-131-ref │ │ │ │ ├── POSCAR-132-2-ref │ │ │ │ ├── POSCAR-132-ref │ │ │ │ ├── POSCAR-133-2-ref │ │ │ │ ├── POSCAR-133-ref │ │ │ │ ├── POSCAR-134-2-ref │ │ │ │ ├── POSCAR-134-ref │ │ │ │ ├── POSCAR-135-2-ref │ │ │ │ ├── POSCAR-135-ref │ │ │ │ ├── POSCAR-136-2-ref │ │ │ │ ├── POSCAR-136-3-ref │ │ │ │ ├── POSCAR-136-4-ref │ │ │ │ ├── POSCAR-136-5-ref │ │ │ │ ├── POSCAR-136-ref │ │ │ │ ├── POSCAR-137-2-ref │ │ │ │ ├── POSCAR-137-3-ref │ │ │ │ ├── POSCAR-137-ref │ │ │ │ ├── POSCAR-138-2-ref │ │ │ │ ├── POSCAR-138-ref │ │ │ │ ├── POSCAR-139-2-ref │ │ │ │ ├── POSCAR-139-ref │ │ │ │ ├── POSCAR-140-2-ref │ │ │ │ ├── POSCAR-140-ref │ │ │ │ ├── POSCAR-141-2-ref │ │ │ │ ├── POSCAR-141-ref │ │ │ │ ├── POSCAR-142-2-ref │ │ │ │ ├── POSCAR-142-3-ref │ │ │ │ └── POSCAR-142-ref │ │ │ ├── triclinic │ │ │ │ ├── POSCAR-001-ref │ │ │ │ └── POSCAR-002-ref │ │ │ ├── trigonal │ │ │ │ ├── POSCAR-143-2-ref │ │ │ │ ├── POSCAR-143-ref │ │ │ │ ├── POSCAR-144-2-ref │ │ │ │ ├── POSCAR-144-ref │ │ │ │ ├── POSCAR-145-2-ref │ │ │ │ ├── POSCAR-145-ref │ │ │ │ ├── POSCAR-146-2-ref │ │ │ │ ├── POSCAR-146-ref │ │ │ │ ├── POSCAR-147-2-ref │ │ │ │ ├── POSCAR-147-ref │ │ │ │ ├── POSCAR-148-2-ref │ │ │ │ ├── POSCAR-148-ref │ │ │ │ ├── POSCAR-149-2-ref │ │ │ │ ├── POSCAR-149-ref │ │ │ │ ├── POSCAR-150-2-ref │ │ │ │ ├── POSCAR-150-ref │ │ │ │ ├── POSCAR-151-2-ref │ │ │ │ ├── POSCAR-151-ref │ │ │ │ ├── POSCAR-152-2-ref │ │ │ │ ├── POSCAR-152-ref │ │ │ │ ├── POSCAR-153-ref │ │ │ │ ├── POSCAR-154-2-ref │ │ │ │ ├── POSCAR-154-3-ref │ │ │ │ ├── POSCAR-154-ref │ │ │ │ ├── POSCAR-155-2-ref │ │ │ │ ├── POSCAR-155-ref │ │ │ │ ├── POSCAR-156-2-ref │ │ │ │ ├── POSCAR-156-ref │ │ │ │ ├── POSCAR-157-2-ref │ │ │ │ ├── POSCAR-157-ref │ │ │ │ ├── POSCAR-158-2-ref │ │ │ │ ├── POSCAR-158-ref │ │ │ │ ├── POSCAR-159-2-ref │ │ │ │ ├── POSCAR-159-ref │ │ │ │ ├── POSCAR-160-2-ref │ │ │ │ ├── POSCAR-160-ref │ │ │ │ ├── POSCAR-161-2-ref │ │ │ │ ├── POSCAR-161-ref │ │ │ │ ├── POSCAR-162-2-ref │ │ │ │ ├── POSCAR-162-ref │ │ │ │ ├── POSCAR-163-2-ref │ │ │ │ ├── POSCAR-163-ref │ │ │ │ ├── POSCAR-164-2-ref │ │ │ │ ├── POSCAR-164-ref │ │ │ │ ├── POSCAR-165-2-ref │ │ │ │ ├── POSCAR-165-ref │ │ │ │ ├── POSCAR-166-2-ref │ │ │ │ ├── POSCAR-166-ref │ │ │ │ ├── POSCAR-167-2-ref │ │ │ │ ├── POSCAR-167-3-ref │ │ │ │ └── POSCAR-167-ref │ │ │ └── virtual_structure │ │ │ │ ├── POSCAR-1-221-33-ref │ │ │ │ ├── POSCAR-1-222-33-ref │ │ │ │ ├── POSCAR-1-223-33-ref │ │ │ │ ├── POSCAR-1-224-33-ref │ │ │ │ ├── POSCAR-1-227-73-ref │ │ │ │ ├── POSCAR-1-227-93-ref │ │ │ │ ├── POSCAR-1-227-99-ref │ │ │ │ ├── POSCAR-1-230-conv-56-ref │ │ │ │ ├── POSCAR-1-230-prim-33-ref │ │ │ │ ├── POSCAR-1-bcc-33-ref │ │ │ │ ├── POSCAR-10-221-18-ref │ │ │ │ ├── POSCAR-10-223-18-ref │ │ │ │ ├── POSCAR-10-227-50-ref │ │ │ │ ├── POSCAR-102-224-13-ref │ │ │ │ ├── POSCAR-104-222-13-ref │ │ │ │ ├── POSCAR-105-223-13-ref │ │ │ │ ├── POSCAR-109-227-13-ref │ │ │ │ ├── POSCAR-11-227-48-ref │ │ │ │ ├── POSCAR-110-230-conv-15-ref │ │ │ │ ├── POSCAR-110-230-prim-13-ref │ │ │ │ ├── POSCAR-111-221-11-ref │ │ │ │ ├── POSCAR-111-224-11-ref │ │ │ │ ├── POSCAR-111-227-66-ref │ │ │ │ ├── POSCAR-112-222-11-ref │ │ │ │ ├── POSCAR-112-223-11-ref │ │ │ │ ├── POSCAR-113-227-68-ref │ │ │ │ ├── POSCAR-115-221-14-ref │ │ │ │ ├── POSCAR-115-223-14-ref │ │ │ │ ├── POSCAR-115-227-33-ref │ │ │ │ ├── POSCAR-116-230-conv-34-ref │ │ │ │ ├── POSCAR-117-230-conv-33-ref │ │ │ │ ├── POSCAR-118-222-14-ref │ │ │ │ ├── POSCAR-118-224-14-ref │ │ │ │ ├── POSCAR-12-221-19-ref │ │ │ │ ├── POSCAR-12-224-19-ref │ │ │ │ ├── POSCAR-12-227-21-ref │ │ │ │ ├── POSCAR-12-227-83-ref │ │ │ │ ├── POSCAR-120-230-conv-16-ref │ │ │ │ ├── POSCAR-120-230-prim-14-ref │ │ │ │ ├── POSCAR-122-230-conv-13-ref │ │ │ │ ├── POSCAR-122-230-prim-11-ref │ │ │ │ ├── POSCAR-123-221-05-ref │ │ │ │ ├── POSCAR-126-222-05-ref │ │ │ │ ├── POSCAR-13-222-18-ref │ │ │ │ ├── POSCAR-13-224-18-ref │ │ │ │ ├── POSCAR-13-227-49-ref │ │ │ │ ├── POSCAR-13-230-conv-44-ref │ │ │ │ ├── POSCAR-131-223-05-ref │ │ │ │ ├── POSCAR-134-224-05-ref │ │ │ │ ├── POSCAR-14-227-47-ref │ │ │ │ ├── POSCAR-14-227-51-ref │ │ │ │ ├── POSCAR-14-230-conv-45-ref │ │ │ │ ├── POSCAR-142-230-conv-05-ref │ │ │ │ ├── POSCAR-142-230-prim-05-ref │ │ │ │ ├── POSCAR-146-221-27-ref │ │ │ │ ├── POSCAR-146-222-27-ref │ │ │ │ ├── POSCAR-146-223-27-ref │ │ │ │ ├── POSCAR-146-224-27-ref │ │ │ │ ├── POSCAR-146-227-92-ref │ │ │ │ ├── POSCAR-146-230-conv-36-ref │ │ │ │ ├── POSCAR-146-230-conv-55-ref │ │ │ │ ├── POSCAR-146-230-prim-27-ref │ │ │ │ ├── POSCAR-146-bcc-27-ref │ │ │ │ ├── POSCAR-148-221-15-ref │ │ │ │ ├── POSCAR-148-222-15-ref │ │ │ │ ├── POSCAR-148-223-15-ref │ │ │ │ ├── POSCAR-148-224-15-ref │ │ │ │ ├── POSCAR-148-227-70-ref │ │ │ │ ├── POSCAR-148-230-conv-17-ref │ │ │ │ ├── POSCAR-148-230-conv-37-ref │ │ │ │ ├── POSCAR-148-230-prim-15-ref │ │ │ │ ├── POSCAR-148-bcc-15-ref │ │ │ │ ├── POSCAR-15-222-19-ref │ │ │ │ ├── POSCAR-15-223-19-ref │ │ │ │ ├── POSCAR-15-230-conv-21-ref │ │ │ │ ├── POSCAR-15-230-conv-22-ref │ │ │ │ ├── POSCAR-15-230-prim-18-ref │ │ │ │ ├── POSCAR-15-230-prim-19-ref │ │ │ │ ├── POSCAR-15-bcc-18-ref │ │ │ │ ├── POSCAR-15-bcc-19-ref │ │ │ │ ├── POSCAR-155-221-17-ref │ │ │ │ ├── POSCAR-155-222-17-ref │ │ │ │ ├── POSCAR-155-223-17-ref │ │ │ │ ├── POSCAR-155-224-17-ref │ │ │ │ ├── POSCAR-155-227-72-ref │ │ │ │ ├── POSCAR-155-230-conv-19-ref │ │ │ │ ├── POSCAR-155-230-conv-38-ref │ │ │ │ ├── POSCAR-155-230-prim-17-ref │ │ │ │ ├── POSCAR-155-bcc-17-ref │ │ │ │ ├── POSCAR-16-221-20-ref │ │ │ │ ├── POSCAR-16-222-20-ref │ │ │ │ ├── POSCAR-16-223-20-ref │ │ │ │ ├── POSCAR-16-224-20-ref │ │ │ │ ├── POSCAR-16-227-84-ref │ │ │ │ ├── POSCAR-160-221-16-ref │ │ │ │ ├── POSCAR-160-224-16-ref │ │ │ │ ├── POSCAR-160-227-16-ref │ │ │ │ ├── POSCAR-160-227-71-ref │ │ │ │ ├── POSCAR-160-fcc-ref │ │ │ │ ├── POSCAR-161-222-16-ref │ │ │ │ ├── POSCAR-161-223-16-ref │ │ │ │ ├── POSCAR-161-230-conv-18-ref │ │ │ │ ├── POSCAR-161-230-prim-16-ref │ │ │ │ ├── POSCAR-161-bcc-16-ref │ │ │ │ ├── POSCAR-166-221-06-ref │ │ │ │ ├── POSCAR-166-224-06-ref │ │ │ │ ├── POSCAR-166-227-06-ref │ │ │ │ ├── POSCAR-166-227-38-ref │ │ │ │ ├── POSCAR-167-222-06-ref │ │ │ │ ├── POSCAR-167-223-06-ref │ │ │ │ ├── POSCAR-167-230-conv-06-ref │ │ │ │ ├── POSCAR-167-230-prim-06-ref │ │ │ │ ├── POSCAR-167-bcc-6-ref │ │ │ │ ├── POSCAR-17-227-60-ref │ │ │ │ ├── POSCAR-17-227-85-ref │ │ │ │ ├── POSCAR-17-230-conv-46-ref │ │ │ │ ├── POSCAR-18-227-86-ref │ │ │ │ ├── POSCAR-19-227-59-ref │ │ │ │ ├── POSCAR-19-227-89-ref │ │ │ │ ├── POSCAR-19-230-conv-51-ref │ │ │ │ ├── POSCAR-195-221-07-ref │ │ │ │ ├── POSCAR-195-222-07-ref │ │ │ │ ├── POSCAR-195-223-07-ref │ │ │ │ ├── POSCAR-195-224-07-ref │ │ │ │ ├── POSCAR-198-227-40-ref │ │ │ │ ├── POSCAR-198-230-conv-20-ref │ │ │ │ ├── POSCAR-199-230-conv-07-ref │ │ │ │ ├── POSCAR-199-230-prim-07-ref │ │ │ │ ├── POSCAR-2-221-28-ref │ │ │ │ ├── POSCAR-2-222-28-ref │ │ │ │ ├── POSCAR-2-223-28-ref │ │ │ │ ├── POSCAR-2-224-28-ref │ │ │ │ ├── POSCAR-2-227-41-ref │ │ │ │ ├── POSCAR-2-227-74-ref │ │ │ │ ├── POSCAR-2-227-94-ref │ │ │ │ ├── POSCAR-2-230-conv-39-ref │ │ │ │ ├── POSCAR-2-230-conv-57-ref │ │ │ │ ├── POSCAR-2-230-prim-28-ref │ │ │ │ ├── POSCAR-2-bcc-28-ref │ │ │ │ ├── POSCAR-20-227-53-ref │ │ │ │ ├── POSCAR-20-227-90-ref │ │ │ │ ├── POSCAR-20-230-conv-53-ref │ │ │ │ ├── POSCAR-200-221-02-ref │ │ │ │ ├── POSCAR-200-223-02-ref │ │ │ │ ├── POSCAR-201-222-02-ref │ │ │ │ ├── POSCAR-201-224-02-ref │ │ │ │ ├── POSCAR-205-230-conv-08-ref │ │ │ │ ├── POSCAR-206-230-conv-02-ref │ │ │ │ ├── POSCAR-206-230-prim-02-ref │ │ │ │ ├── POSCAR-207-221-04-ref │ │ │ │ ├── POSCAR-207-222-04-ref │ │ │ │ ├── POSCAR-208-223-04-ref │ │ │ │ ├── POSCAR-208-224-04-ref │ │ │ │ ├── POSCAR-21-221-23-ref │ │ │ │ ├── POSCAR-21-222-23-ref │ │ │ │ ├── POSCAR-21-223-23-ref │ │ │ │ ├── POSCAR-21-224-23-ref │ │ │ │ ├── POSCAR-21-230-conv-49-ref │ │ │ │ ├── POSCAR-212-227-19-ref │ │ │ │ ├── POSCAR-213-230-conv-09-ref │ │ │ │ ├── POSCAR-214-230-conv-04-ref │ │ │ │ ├── POSCAR-214-230-prim-04-ref │ │ │ │ ├── POSCAR-215-221-03-ref │ │ │ │ ├── POSCAR-215-224-03-ref │ │ │ │ ├── POSCAR-215-227-18-ref │ │ │ │ ├── POSCAR-216-227-03-ref │ │ │ │ ├── POSCAR-218-222-03-ref │ │ │ │ ├── POSCAR-218-223-03-ref │ │ │ │ ├── POSCAR-22-230-conv-26-ref │ │ │ │ ├── POSCAR-22-230-prim-23-ref │ │ │ │ ├── POSCAR-220-230-conv-03-ref │ │ │ │ ├── POSCAR-220-230-prim-03-ref │ │ │ │ ├── POSCAR-221-221-01-ref │ │ │ │ ├── POSCAR-222-222-01-ref │ │ │ │ ├── POSCAR-223-223-01-ref │ │ │ │ ├── POSCAR-224-224-01-ref │ │ │ │ ├── POSCAR-227-227-01-ref │ │ │ │ ├── POSCAR-230-230-conv-01-ref │ │ │ │ ├── POSCAR-230-230-conv-62-ref │ │ │ │ ├── POSCAR-230-230-prim-01-ref │ │ │ │ ├── POSCAR-24-230-conv-23-ref │ │ │ │ ├── POSCAR-24-230-prim-20-ref │ │ │ │ ├── POSCAR-25-221-21-ref │ │ │ │ ├── POSCAR-25-223-21-ref │ │ │ │ ├── POSCAR-25-227-54-ref │ │ │ │ ├── POSCAR-26-227-64-ref │ │ │ │ ├── POSCAR-27-230-conv-48-ref │ │ │ │ ├── POSCAR-28-227-62-ref │ │ │ │ ├── POSCAR-29-230-conv-52-ref │ │ │ │ ├── POSCAR-3-221-29-ref │ │ │ │ ├── POSCAR-3-222-29-ref │ │ │ │ ├── POSCAR-3-223-29-ref │ │ │ │ ├── POSCAR-3-224-29-ref │ │ │ │ ├── POSCAR-3-227-82-ref │ │ │ │ ├── POSCAR-3-227-95-ref │ │ │ │ ├── POSCAR-3-230-conv-58-ref │ │ │ │ ├── POSCAR-30-227-65-ref │ │ │ │ ├── POSCAR-31-227-58-ref │ │ │ │ ├── POSCAR-32-230-conv-47-ref │ │ │ │ ├── POSCAR-33-227-63-ref │ │ │ │ ├── POSCAR-34-222-21-ref │ │ │ │ ├── POSCAR-34-224-21-ref │ │ │ │ ├── POSCAR-35-221-22-ref │ │ │ │ ├── POSCAR-35-224-22-ref │ │ │ │ ├── POSCAR-35-227-87-ref │ │ │ │ ├── POSCAR-37-222-22-ref │ │ │ │ ├── POSCAR-37-223-22-ref │ │ │ │ ├── POSCAR-38-221-26-ref │ │ │ │ ├── POSCAR-39-224-26-ref │ │ │ │ ├── POSCAR-4-227-77-ref │ │ │ │ ├── POSCAR-4-227-81-ref │ │ │ │ ├── POSCAR-4-227-96-ref │ │ │ │ ├── POSCAR-4-230-conv-59-ref │ │ │ │ ├── POSCAR-40-223-26-ref │ │ │ │ ├── POSCAR-41-222-26-ref │ │ │ │ ├── POSCAR-43-230-conv-25-ref │ │ │ │ ├── POSCAR-43-230-conv-29-ref │ │ │ │ ├── POSCAR-43-230-prim-22-ref │ │ │ │ ├── POSCAR-43-230-prim-26-ref │ │ │ │ ├── POSCAR-43-bcc-22-ref │ │ │ │ ├── POSCAR-43-bcc-26-ref │ │ │ │ ├── POSCAR-44-227-24-ref │ │ │ │ ├── POSCAR-45-230-conv-24-ref │ │ │ │ ├── POSCAR-45-230-prim-21-ref │ │ │ │ ├── POSCAR-46-227-28-ref │ │ │ │ ├── POSCAR-47-221-08-ref │ │ │ │ ├── POSCAR-47-223-08-ref │ │ │ │ ├── POSCAR-48-222-08-ref │ │ │ │ ├── POSCAR-48-224-08-ref │ │ │ │ ├── POSCAR-5-221-32-ref │ │ │ │ ├── POSCAR-5-222-32-ref │ │ │ │ ├── POSCAR-5-223-32-ref │ │ │ │ ├── POSCAR-5-224-32-ref │ │ │ │ ├── POSCAR-5-227-45-ref │ │ │ │ ├── POSCAR-5-227-75-ref │ │ │ │ ├── POSCAR-5-227-98-ref │ │ │ │ ├── POSCAR-5-230-conv-40-ref │ │ │ │ ├── POSCAR-5-230-conv-43-ref │ │ │ │ ├── POSCAR-5-230-conv-61-ref │ │ │ │ ├── POSCAR-5-230-prim-29-ref │ │ │ │ ├── POSCAR-5-230-prim-32-ref │ │ │ │ ├── POSCAR-5-bcc-29-ref │ │ │ │ ├── POSCAR-5-bcc-32-ref │ │ │ │ ├── POSCAR-51-227-29-ref │ │ │ │ ├── POSCAR-53-227-32-ref │ │ │ │ ├── POSCAR-54-230-conv-30-ref │ │ │ │ ├── POSCAR-6-221-30-ref │ │ │ │ ├── POSCAR-6-223-30-ref │ │ │ │ ├── POSCAR-6-227-79-ref │ │ │ │ ├── POSCAR-61-230-conv-31-ref │ │ │ │ ├── POSCAR-62-227-31-ref │ │ │ │ ├── POSCAR-65-221-09-ref │ │ │ │ ├── POSCAR-66-223-09-ref │ │ │ │ ├── POSCAR-67-224-09-ref │ │ │ │ ├── POSCAR-68-222-09-ref │ │ │ │ ├── POSCAR-7-222-30-ref │ │ │ │ ├── POSCAR-7-224-30-ref │ │ │ │ ├── POSCAR-7-227-78-ref │ │ │ │ ├── POSCAR-7-227-80-ref │ │ │ │ ├── POSCAR-7-230-conv-60-ref │ │ │ │ ├── POSCAR-70-230-conv-11-ref │ │ │ │ ├── POSCAR-70-230-prim-09-ref │ │ │ │ ├── POSCAR-70-bcc-9-ref │ │ │ │ ├── POSCAR-73-230-conv-10-ref │ │ │ │ ├── POSCAR-73-230-prim-08-ref │ │ │ │ ├── POSCAR-74-227-09-ref │ │ │ │ ├── POSCAR-75-221-25-ref │ │ │ │ ├── POSCAR-75-222-25-ref │ │ │ │ ├── POSCAR-76-227-61-ref │ │ │ │ ├── POSCAR-77-223-25-ref │ │ │ │ ├── POSCAR-77-224-25-ref │ │ │ │ ├── POSCAR-78-227-91-ref │ │ │ │ ├── POSCAR-78-230-conv-54-ref │ │ │ │ ├── POSCAR-8-221-31-ref │ │ │ │ ├── POSCAR-8-224-31-ref │ │ │ │ ├── POSCAR-8-227-44-ref │ │ │ │ ├── POSCAR-8-227-97-ref │ │ │ │ ├── POSCAR-80-230-conv-28-ref │ │ │ │ ├── POSCAR-80-230-prim-25-ref │ │ │ │ ├── POSCAR-81-221-24-ref │ │ │ │ ├── POSCAR-81-222-24-ref │ │ │ │ ├── POSCAR-81-223-24-ref │ │ │ │ ├── POSCAR-81-224-24-ref │ │ │ │ ├── POSCAR-81-227-88-ref │ │ │ │ ├── POSCAR-81-230-conv-50-ref │ │ │ │ ├── POSCAR-82-230-conv-27-ref │ │ │ │ ├── POSCAR-82-230-prim-24-ref │ │ │ │ ├── POSCAR-83-221-10-ref │ │ │ │ ├── POSCAR-84-223-10-ref │ │ │ │ ├── POSCAR-85-222-10-ref │ │ │ │ ├── POSCAR-86-224-10-ref │ │ │ │ ├── POSCAR-88-230-conv-12-ref │ │ │ │ ├── POSCAR-88-230-prim-10-ref │ │ │ │ ├── POSCAR-89-221-12-ref │ │ │ │ ├── POSCAR-89-222-12-ref │ │ │ │ ├── POSCAR-9-222-31-ref │ │ │ │ ├── POSCAR-9-223-31-ref │ │ │ │ ├── POSCAR-9-227-43-ref │ │ │ │ ├── POSCAR-9-230-conv-41-ref │ │ │ │ ├── POSCAR-9-230-conv-42-ref │ │ │ │ ├── POSCAR-9-230-prim-30-ref │ │ │ │ ├── POSCAR-9-230-prim-31-ref │ │ │ │ ├── POSCAR-9-bcc-30-ref │ │ │ │ ├── POSCAR-9-bcc-31-ref │ │ │ │ ├── POSCAR-91-227-67-ref │ │ │ │ ├── POSCAR-92-227-35-ref │ │ │ │ ├── POSCAR-92-230-conv-35-ref │ │ │ │ ├── POSCAR-93-223-12-ref │ │ │ │ ├── POSCAR-93-224-12-ref │ │ │ │ ├── POSCAR-95-227-36-ref │ │ │ │ ├── POSCAR-95-230-conv-32-ref │ │ │ │ ├── POSCAR-96-227-69-ref │ │ │ │ ├── POSCAR-98-230-conv-14-ref │ │ │ │ ├── POSCAR-98-230-prim-12-ref │ │ │ │ └── POSCAR-99-221-13-ref │ │ │ ├── test_change_of_basis.py │ │ │ ├── test_collinear_spin.py │ │ │ ├── test_hall_number_from_symmetry.py │ │ │ ├── test_niggli_delaunay.py │ │ │ ├── test_pure_trans.py │ │ │ ├── test_reciprocal_mesh.py │ │ │ ├── test_spglib.py │ │ │ └── vasp.py │ ├── ruby │ │ ├── extconf.rb │ │ ├── getspg.c │ │ ├── poscar.rb │ │ ├── poscar2findsym.rb │ │ └── symPoscar.rb │ ├── spglib.log │ └── src │ │ ├── Makefile.am │ │ ├── arithmetic.c │ │ ├── arithmetic.h │ │ ├── cell.c │ │ ├── cell.h │ │ ├── debug.c │ │ ├── debug.h │ │ ├── delaunay.c │ │ ├── delaunay.h │ │ ├── determination.c │ │ ├── determination.h │ │ ├── hall_symbol.c │ │ ├── hall_symbol.h │ │ ├── kgrid.c │ │ ├── kgrid.h │ │ ├── kpoint.c │ │ ├── kpoint.h │ │ ├── mathfunc.c │ │ ├── mathfunc.h │ │ ├── niggli.c │ │ ├── niggli.h │ │ ├── overlap.c │ │ ├── overlap.h │ │ ├── pointgroup.c │ │ ├── pointgroup.h │ │ ├── primitive.c │ │ ├── primitive.h │ │ ├── refinement.c │ │ ├── refinement.h │ │ ├── site_symmetry.c │ │ ├── site_symmetry.h │ │ ├── sitesym_database.c │ │ ├── sitesym_database.h │ │ ├── spacegroup.c │ │ ├── spacegroup.h │ │ ├── spg_database.c │ │ ├── spg_database.h │ │ ├── spglib.c │ │ ├── spglib.h │ │ ├── spglib_f.c │ │ ├── spin.c │ │ ├── spin.h │ │ ├── symmetry.c │ │ ├── symmetry.h │ │ ├── test.c │ │ ├── tetrahedron_method.c │ │ ├── tetrahedron_method.h │ │ └── version.h ├── spglib.log └── spglib.tar.gz ├── dep-gsl ├── dep-spg ├── examples ├── 00-rdf │ ├── POSCAR │ └── README ├── 01-spg │ ├── POSCAR │ └── README ├── 02-cmp │ ├── POSCAR0 │ ├── POSCAR1 │ └── README ├── 03-rlx │ ├── POSCAR │ ├── README │ ├── model │ └── setup ├── 04-prs │ ├── DATA.tar.gz │ ├── README │ ├── basis │ └── setup ├── 05-trn │ ├── NNET │ │ ├── Ag.dat │ │ └── Cu.dat │ ├── PARS.tar.gz │ ├── README │ └── setup ├── 06-evo │ ├── INI │ │ ├── NNET │ │ │ ├── model │ │ │ └── setup │ │ └── sub0 │ ├── README │ ├── plot │ └── setup ├── 07-nvt │ ├── POSCAR │ ├── README │ ├── model │ └── setup ├── 08-phn │ ├── POSCAR │ ├── README │ ├── model │ └── setup └── 09-ana │ ├── INI0 │ ├── maise-nnet │ ├── model │ ├── setup │ └── sub │ └── INI1 │ ├── INCAR │ ├── POTCAR │ └── sub ├── inc ├── cdef.h ├── cell.h ├── cfnc.h ├── clib.h ├── cmin.h ├── cmod.h ├── cpot.h ├── cutl.h ├── edef.h ├── efnc.h ├── emod.h ├── eutl.h ├── mlib.h ├── ndef.h ├── nmin.h ├── nmlp.h ├── nmod.h ├── nprs.h ├── nutl.h ├── plot.h ├── sutl.h ├── user.h └── util.h ├── interface ├── README.md ├── c │ ├── bin │ │ └── model │ ├── c2maise.c │ ├── makefile │ └── test │ │ ├── CONTCAR │ │ ├── OSZICAR │ │ ├── OUTCAR │ │ ├── POSCAR │ │ ├── model │ │ └── setup ├── cpp │ ├── bin │ │ └── model │ ├── cpp2maise.cpp │ ├── makefile │ └── test │ │ ├── CONTCAR │ │ ├── OSZICAR │ │ ├── OUTCAR │ │ ├── POSCAR │ │ ├── model │ │ └── setup └── f90 │ ├── bin │ └── model │ ├── fort2maise.f90 │ ├── maise.f90 │ ├── maisedef.f90 │ ├── makefile │ └── test │ ├── CONTCAR │ ├── OSZICAR │ ├── OUTCAR │ ├── POSCAR │ ├── model │ └── setup ├── lib ├── gsl-config ├── include │ ├── gsl │ │ ├── gsl_blas.h │ │ ├── gsl_blas_types.h │ │ ├── gsl_block.h │ │ ├── gsl_block_char.h │ │ ├── gsl_block_complex_double.h │ │ ├── gsl_block_complex_float.h │ │ ├── gsl_block_complex_long_double.h │ │ ├── gsl_block_double.h │ │ ├── gsl_block_float.h │ │ ├── gsl_block_int.h │ │ ├── gsl_block_long.h │ │ ├── gsl_block_long_double.h │ │ ├── gsl_block_short.h │ │ ├── gsl_block_uchar.h │ │ ├── gsl_block_uint.h │ │ ├── gsl_block_ulong.h │ │ ├── gsl_block_ushort.h │ │ ├── gsl_bspline.h │ │ ├── gsl_cblas.h │ │ ├── gsl_cdf.h │ │ ├── gsl_chebyshev.h │ │ ├── gsl_check_range.h │ │ ├── gsl_combination.h │ │ ├── gsl_complex.h │ │ ├── gsl_complex_math.h │ │ ├── gsl_const.h │ │ ├── gsl_const_cgs.h │ │ ├── gsl_const_cgsm.h │ │ ├── gsl_const_mks.h │ │ ├── gsl_const_mksa.h │ │ ├── gsl_const_num.h │ │ ├── gsl_deriv.h │ │ ├── gsl_dft_complex.h │ │ ├── gsl_dft_complex_float.h │ │ ├── gsl_dht.h │ │ ├── gsl_diff.h │ │ ├── gsl_eigen.h │ │ ├── gsl_errno.h │ │ ├── gsl_fft.h │ │ ├── gsl_fft_complex.h │ │ ├── gsl_fft_complex_float.h │ │ ├── gsl_fft_halfcomplex.h │ │ ├── gsl_fft_halfcomplex_float.h │ │ ├── gsl_fft_real.h │ │ ├── gsl_fft_real_float.h │ │ ├── gsl_fit.h │ │ ├── gsl_heapsort.h │ │ ├── gsl_histogram.h │ │ ├── gsl_histogram2d.h │ │ ├── gsl_ieee_utils.h │ │ ├── gsl_inline.h │ │ ├── gsl_integration.h │ │ ├── gsl_interp.h │ │ ├── gsl_linalg.h │ │ ├── gsl_machine.h │ │ ├── gsl_math.h │ │ ├── gsl_matrix.h │ │ ├── gsl_matrix_char.h │ │ ├── gsl_matrix_complex_double.h │ │ ├── gsl_matrix_complex_float.h │ │ ├── gsl_matrix_complex_long_double.h │ │ ├── gsl_matrix_double.h │ │ ├── gsl_matrix_float.h │ │ ├── gsl_matrix_int.h │ │ ├── gsl_matrix_long.h │ │ ├── gsl_matrix_long_double.h │ │ ├── gsl_matrix_short.h │ │ ├── gsl_matrix_uchar.h │ │ ├── gsl_matrix_uint.h │ │ ├── gsl_matrix_ulong.h │ │ ├── gsl_matrix_ushort.h │ │ ├── gsl_message.h │ │ ├── gsl_min.h │ │ ├── gsl_minmax.h │ │ ├── gsl_mode.h │ │ ├── gsl_monte.h │ │ ├── gsl_monte_miser.h │ │ ├── gsl_monte_plain.h │ │ ├── gsl_monte_vegas.h │ │ ├── gsl_multifit.h │ │ ├── gsl_multifit_nlin.h │ │ ├── gsl_multimin.h │ │ ├── gsl_multiroots.h │ │ ├── gsl_multiset.h │ │ ├── gsl_nan.h │ │ ├── gsl_ntuple.h │ │ ├── gsl_odeiv.h │ │ ├── gsl_odeiv2.h │ │ ├── gsl_permutation.h │ │ ├── gsl_permute.h │ │ ├── gsl_permute_char.h │ │ ├── gsl_permute_complex_double.h │ │ ├── gsl_permute_complex_float.h │ │ ├── gsl_permute_complex_long_double.h │ │ ├── gsl_permute_double.h │ │ ├── gsl_permute_float.h │ │ ├── gsl_permute_int.h │ │ ├── gsl_permute_long.h │ │ ├── gsl_permute_long_double.h │ │ ├── gsl_permute_short.h │ │ ├── gsl_permute_uchar.h │ │ ├── gsl_permute_uint.h │ │ ├── gsl_permute_ulong.h │ │ ├── gsl_permute_ushort.h │ │ ├── gsl_permute_vector.h │ │ ├── gsl_permute_vector_char.h │ │ ├── gsl_permute_vector_complex_double.h │ │ ├── gsl_permute_vector_complex_float.h │ │ ├── gsl_permute_vector_complex_long_double.h │ │ ├── gsl_permute_vector_double.h │ │ ├── gsl_permute_vector_float.h │ │ ├── gsl_permute_vector_int.h │ │ ├── gsl_permute_vector_long.h │ │ ├── gsl_permute_vector_long_double.h │ │ ├── gsl_permute_vector_short.h │ │ ├── gsl_permute_vector_uchar.h │ │ ├── gsl_permute_vector_uint.h │ │ ├── gsl_permute_vector_ulong.h │ │ ├── gsl_permute_vector_ushort.h │ │ ├── gsl_poly.h │ │ ├── gsl_pow_int.h │ │ ├── gsl_precision.h │ │ ├── gsl_qrng.h │ │ ├── gsl_randist.h │ │ ├── gsl_rng.h │ │ ├── gsl_roots.h │ │ ├── gsl_sf.h │ │ ├── gsl_sf_airy.h │ │ ├── gsl_sf_bessel.h │ │ ├── gsl_sf_clausen.h │ │ ├── gsl_sf_coulomb.h │ │ ├── gsl_sf_coupling.h │ │ ├── gsl_sf_dawson.h │ │ ├── gsl_sf_debye.h │ │ ├── gsl_sf_dilog.h │ │ ├── gsl_sf_elementary.h │ │ ├── gsl_sf_ellint.h │ │ ├── gsl_sf_elljac.h │ │ ├── gsl_sf_erf.h │ │ ├── gsl_sf_exp.h │ │ ├── gsl_sf_expint.h │ │ ├── gsl_sf_fermi_dirac.h │ │ ├── gsl_sf_gamma.h │ │ ├── gsl_sf_gegenbauer.h │ │ ├── gsl_sf_hyperg.h │ │ ├── gsl_sf_laguerre.h │ │ ├── gsl_sf_lambert.h │ │ ├── gsl_sf_legendre.h │ │ ├── gsl_sf_log.h │ │ ├── gsl_sf_mathieu.h │ │ ├── gsl_sf_pow_int.h │ │ ├── gsl_sf_psi.h │ │ ├── gsl_sf_result.h │ │ ├── gsl_sf_synchrotron.h │ │ ├── gsl_sf_transport.h │ │ ├── gsl_sf_trig.h │ │ ├── gsl_sf_zeta.h │ │ ├── gsl_siman.h │ │ ├── gsl_sort.h │ │ ├── gsl_sort_char.h │ │ ├── gsl_sort_double.h │ │ ├── gsl_sort_float.h │ │ ├── gsl_sort_int.h │ │ ├── gsl_sort_long.h │ │ ├── gsl_sort_long_double.h │ │ ├── gsl_sort_short.h │ │ ├── gsl_sort_uchar.h │ │ ├── gsl_sort_uint.h │ │ ├── gsl_sort_ulong.h │ │ ├── gsl_sort_ushort.h │ │ ├── gsl_sort_vector.h │ │ ├── gsl_sort_vector_char.h │ │ ├── gsl_sort_vector_double.h │ │ ├── gsl_sort_vector_float.h │ │ ├── gsl_sort_vector_int.h │ │ ├── gsl_sort_vector_long.h │ │ ├── gsl_sort_vector_long_double.h │ │ ├── gsl_sort_vector_short.h │ │ ├── gsl_sort_vector_uchar.h │ │ ├── gsl_sort_vector_uint.h │ │ ├── gsl_sort_vector_ulong.h │ │ ├── gsl_sort_vector_ushort.h │ │ ├── gsl_specfunc.h │ │ ├── gsl_spline.h │ │ ├── gsl_statistics.h │ │ ├── gsl_statistics_char.h │ │ ├── gsl_statistics_double.h │ │ ├── gsl_statistics_float.h │ │ ├── gsl_statistics_int.h │ │ ├── gsl_statistics_long.h │ │ ├── gsl_statistics_long_double.h │ │ ├── gsl_statistics_short.h │ │ ├── gsl_statistics_uchar.h │ │ ├── gsl_statistics_uint.h │ │ ├── gsl_statistics_ulong.h │ │ ├── gsl_statistics_ushort.h │ │ ├── gsl_sum.h │ │ ├── gsl_sys.h │ │ ├── gsl_test.h │ │ ├── gsl_types.h │ │ ├── gsl_vector.h │ │ ├── gsl_vector_char.h │ │ ├── gsl_vector_complex.h │ │ ├── gsl_vector_complex_double.h │ │ ├── gsl_vector_complex_float.h │ │ ├── gsl_vector_complex_long_double.h │ │ ├── gsl_vector_double.h │ │ ├── gsl_vector_float.h │ │ ├── gsl_vector_int.h │ │ ├── gsl_vector_long.h │ │ ├── gsl_vector_long_double.h │ │ ├── gsl_vector_short.h │ │ ├── gsl_vector_uchar.h │ │ ├── gsl_vector_uint.h │ │ ├── gsl_vector_ulong.h │ │ ├── gsl_vector_ushort.h │ │ ├── gsl_version.h │ │ ├── gsl_wavelet.h │ │ └── gsl_wavelet2d.h │ └── spglib.h ├── libgsl.a ├── libgslcblas.a ├── libmaise.a └── libsymspg.a ├── maise ├── makefile ├── models ├── README ├── gp_Ag_d0_vp ├── gp_Ag_d3_vp ├── gp_Au_d0_v1 ├── gp_Au_d0_vp ├── gp_Au_d3_vp ├── gp_CuAg_d0_vp ├── gp_CuAg_d3_vp ├── gp_Cu_d0_vp ├── gp_Cu_d3_vp ├── gp_PdAg_d0_vp ├── gp_PdAg_d3_vp ├── gp_Pd_d0_vp ├── gp_Pd_d3_vp ├── nn_AgAu_d0_v1 ├── nn_AgAu_d3_v0 ├── nn_AgAu_d3_v1 ├── nn_AgSn_d3_v1 ├── nn_Ag_d0_vp ├── nn_Ag_d3_v0 ├── nn_Ag_d3_v1 ├── nn_Ag_d3_vp ├── nn_Al_d3_v0 ├── nn_Au_d0_vp ├── nn_Au_d3_v0 ├── nn_Au_d3_v1 ├── nn_CaSn_d3_v1 ├── nn_Ca_d3_v0 ├── nn_CuAgAu_d0_v1 ├── nn_CuAgAu_d3_v0 ├── nn_CuAgAu_d3_v1 ├── nn_CuAg_d0_vp ├── nn_CuAg_d3_v0 ├── nn_CuAg_d3_v1 ├── nn_CuAg_d3_vp ├── nn_CuAu_d0_v1 ├── nn_CuAu_d3_v0 ├── nn_CuAu_d3_v1 ├── nn_CuPdAg_d0_vp ├── nn_CuPdAg_d3_v1 ├── nn_CuPdAg_d3_vp ├── nn_CuPd_d0_vp ├── nn_CuPd_d3_v1 ├── nn_CuPd_d3_vp ├── nn_CuSn_d3_v1 ├── nn_Cu_d0_vp ├── nn_Cu_d3_v0 ├── nn_Cu_d3_v1 ├── nn_Cu_d3_vp ├── nn_K_d3_v0 ├── nn_LiSn_d3_v0 ├── nn_Li_d3_v0 ├── nn_MgCa_d3_v0 ├── nn_MgCa_d3_vp ├── nn_MgSn_d3_v0 ├── nn_MgSn_d3_v1 ├── nn_Mg_d3_v0 ├── nn_NaSn_d3_v1 ├── nn_Na_d3_v0 ├── nn_PdAg_d0_vp ├── nn_PdAg_d3_v1 ├── nn_PdAg_d3_vp ├── nn_PdSn_d3_v1 ├── nn_Pd_d0_vp ├── nn_Pd_d3_v0 ├── nn_Pd_d3_v1 ├── nn_Pd_d3_vp ├── nn_Sn_d3_v0 └── nn_Zn_d3_v0 ├── obj ├── cell.o ├── cfnc.o ├── cmin.o ├── cmod.o ├── cpot.o ├── cutl.o ├── dep │ ├── cell.d │ ├── cfnc.d │ ├── cmin.d │ ├── cmod.d │ ├── cpot.d │ ├── cutl.d │ ├── efnc.d │ ├── emod.d │ ├── eutl.d │ ├── main.d │ ├── nmin.d │ ├── nmlp.d │ ├── nmod.d │ ├── nprs.d │ ├── nutl.d │ ├── plot.d │ ├── sutl.d │ ├── user.d │ └── util.d ├── efnc.o ├── emod.o ├── eutl.o ├── main.o ├── nmin.o ├── nmlp.o ├── nmod.o ├── nprs.o ├── nutl.o ├── plot.o ├── sutl.o ├── user.o └── util.o ├── setup ├── src ├── cell.c ├── cfnc.c ├── cmin.c ├── cmod.c ├── cpot.c ├── cutl.c ├── efnc.c ├── emod.c ├── eutl.c ├── main.c ├── nmin.c ├── nmlp.c ├── nmod.c ├── nprs.c ├── nutl.c ├── plot.c ├── sutl.c ├── user.c └── util.c └── test ├── check ├── parse ├── DATA │ └── 2947 │ │ ├── 100 │ │ ├── M020 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M021 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M022 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M023 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M024 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M025 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M026 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M027 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M028 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M029 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ └── tag │ │ ├── 108 │ │ ├── M020 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M021 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M022 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M023 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M024 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M025 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M026 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M027 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M028 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M029 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ └── tag │ │ ├── 110 │ │ ├── M020 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M021 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M022 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M023 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M024 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M025 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M026 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M027 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M028 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M029 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ └── tag │ │ ├── 114 │ │ ├── M020 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M021 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M022 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M023 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M024 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M025 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M026 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M027 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M028 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── M029 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ └── tag │ │ ├── 200 │ │ ├── 10 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 11 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 12 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 13 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 14 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 15 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 16 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 17 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 18 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 19 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 20 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 21 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 22 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 23 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 24 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 25 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 26 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 27 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 28 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 29 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 30 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 31 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 32 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 33 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 34 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 35 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 36 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 37 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 38 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 39 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 40 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 41 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 42 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 43 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 44 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 45 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 46 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 47 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 48 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 49 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 50 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 51 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 52 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 53 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 54 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 55 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 56 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 57 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 58 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 59 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 60 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 00 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 01 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 02 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 03 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 04 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 05 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 06 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 07 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 08 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ ├── 09 │ │ │ ├── POSCAR.0 │ │ │ ├── dat.dat │ │ │ └── frc.dat │ │ └── tag │ │ └── 000 │ │ ├── 100 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 101 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 102 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 103 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 104 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 105 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 106 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 107 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 108 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 109 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 110 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 111 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 112 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 113 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 114 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 115 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 116 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 117 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 118 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 119 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 120 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 121 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 122 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 123 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 124 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 125 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 126 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 127 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 128 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 129 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 130 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 131 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 132 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 133 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 134 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 135 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 136 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 137 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 138 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 139 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 140 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 141 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 142 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 143 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 144 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 145 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 146 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 147 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 148 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 149 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ ├── 150 │ │ ├── POSCAR.0 │ │ ├── dat.dat │ │ └── frc.dat │ │ └── tag ├── README ├── basis ├── ref │ ├── RDFP.dat │ ├── basis │ ├── e000000 │ ├── e000001 │ ├── e000002 │ ├── e000003 │ ├── e000004 │ ├── e000005 │ ├── e000006 │ ├── e000007 │ ├── e000008 │ ├── e000009 │ ├── e000010 │ ├── e000011 │ ├── e000012 │ ├── e000013 │ ├── e000014 │ ├── e000015 │ ├── e000016 │ ├── e000017 │ ├── e000018 │ ├── e000019 │ ├── e000020 │ ├── e000021 │ ├── e000022 │ ├── e000023 │ ├── e000024 │ ├── e000025 │ ├── e000026 │ ├── e000027 │ ├── e000028 │ ├── e000029 │ ├── e000030 │ ├── e000031 │ ├── e000032 │ ├── e000033 │ ├── e000034 │ ├── e000035 │ ├── e000036 │ ├── e000037 │ ├── e000038 │ ├── e000039 │ ├── e000040 │ ├── e000041 │ ├── e000042 │ ├── e000043 │ ├── e000044 │ ├── e000045 │ ├── e000046 │ ├── e000047 │ ├── e000048 │ ├── e000049 │ ├── e000050 │ ├── e000051 │ ├── e000052 │ ├── e000053 │ ├── e000054 │ ├── e000055 │ ├── e000056 │ ├── e000057 │ ├── e000058 │ ├── e000059 │ ├── e000060 │ ├── e000061 │ ├── e000062 │ ├── e000063 │ ├── e000064 │ ├── e000065 │ ├── e000066 │ ├── e000067 │ ├── e000068 │ ├── e000069 │ ├── e000070 │ ├── e000071 │ ├── e000072 │ ├── e000073 │ ├── e000074 │ ├── e000075 │ ├── e000076 │ ├── e000077 │ ├── e000078 │ ├── e000079 │ ├── e000080 │ ├── e000081 │ ├── e000082 │ ├── e000083 │ ├── e000084 │ ├── e000085 │ ├── e000086 │ ├── e000087 │ ├── e000088 │ ├── e000089 │ ├── e000090 │ ├── e000091 │ ├── e000092 │ ├── e000093 │ ├── e000094 │ ├── e000095 │ ├── e000096 │ ├── e000097 │ ├── e000098 │ ├── e000099 │ ├── e000100 │ ├── e000101 │ ├── e000102 │ ├── e000103 │ ├── e000104 │ ├── e000105 │ ├── e000106 │ ├── e000107 │ ├── e000108 │ ├── e000109 │ ├── e000110 │ ├── e000111 │ ├── e000112 │ ├── e000113 │ ├── e000114 │ ├── e000115 │ ├── e000116 │ ├── e000117 │ ├── e000118 │ ├── e000119 │ ├── e000120 │ ├── e000121 │ ├── e000122 │ ├── e000123 │ ├── e000124 │ ├── e000125 │ ├── e000126 │ ├── e000127 │ ├── e000128 │ ├── e000129 │ ├── e000130 │ ├── e000131 │ ├── e000132 │ ├── e000133 │ ├── e000134 │ ├── e000135 │ ├── index.dat │ ├── stamp.dat │ └── ve.dat └── setup ├── relax ├── POSCAR ├── README ├── model ├── ref │ ├── CONTCAR │ ├── OSZICAR │ └── OUTCAR └── setup └── train ├── PARS ├── RDFP.dat ├── basis ├── e000000 ├── e000001 ├── e000002 ├── e000003 ├── e000004 ├── e000005 ├── e000006 ├── e000007 ├── e000008 ├── e000009 ├── e000010 ├── e000011 ├── e000012 ├── e000013 ├── e000014 ├── e000015 ├── e000016 ├── e000017 ├── e000018 ├── e000019 ├── e000020 ├── e000021 ├── e000022 ├── e000023 ├── e000024 ├── e000025 ├── e000026 ├── e000027 ├── e000028 ├── e000029 ├── e000030 ├── e000031 ├── e000032 ├── e000033 ├── e000034 ├── e000035 ├── e000036 ├── e000037 ├── e000038 ├── e000039 ├── e000040 ├── e000041 ├── e000042 ├── e000043 ├── e000044 ├── e000045 ├── e000046 ├── e000047 ├── e000048 ├── e000049 ├── e000050 ├── e000051 ├── e000052 ├── e000053 ├── e000054 ├── e000055 ├── e000056 ├── e000057 ├── e000058 ├── e000059 ├── e000060 ├── e000061 ├── e000062 ├── e000063 ├── e000064 ├── e000065 ├── e000066 ├── e000067 ├── e000068 ├── e000069 ├── e000070 ├── e000071 ├── e000072 ├── e000073 ├── e000074 ├── e000075 ├── e000076 ├── e000077 ├── e000078 ├── e000079 ├── e000080 ├── e000081 ├── e000082 ├── e000083 ├── e000084 ├── e000085 ├── e000086 ├── e000087 ├── e000088 ├── e000089 ├── e000090 ├── e000091 ├── e000092 ├── e000093 ├── e000094 ├── e000095 ├── e000096 ├── e000097 ├── e000098 ├── e000099 ├── e000100 ├── e000101 ├── e000102 ├── e000103 ├── e000104 ├── e000105 ├── e000106 ├── e000107 ├── e000108 ├── e000109 ├── e000110 ├── e000111 ├── e000112 ├── e000113 ├── e000114 ├── e000115 ├── e000116 ├── e000117 ├── e000118 ├── e000119 ├── e000120 ├── e000121 ├── e000122 ├── e000123 ├── e000124 ├── e000125 ├── e000126 ├── e000127 ├── e000128 ├── e000129 ├── e000130 ├── e000131 ├── e000132 ├── e000133 ├── e000134 ├── e000135 ├── index.dat ├── stamp.dat └── ve.dat ├── README ├── ref ├── Ag.dat ├── Cu.dat ├── err-ene.dat ├── err-frc.dat ├── err-out.dat └── model └── setup /bin/POSCAR: -------------------------------------------------------------------------------- 1 | CuAg 2 | 1.00000000000000 3 | 2.88122629621499 0.15662347382380 -0.24096673125359 4 | -0.15356344162265 2.89105888347345 0.04294751978270 5 | 0.61321778199274 -0.07317984668205 7.14968263334754 6 | Cu Ag 7 | 2 2 8 | direct 9 | 0.29979330894928 0.25007518854256 0.99976135441080 10 | 0.79917601760678 0.74956841656411 0.19904172376486 11 | 0.30008630234360 0.24976100821236 0.45027606903771 12 | 0.80094437110019 0.75059538668110 0.74858004345787 13 | -------------------------------------------------------------------------------- /bin/maise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/bin/maise -------------------------------------------------------------------------------- /bin/setup: -------------------------------------------------------------------------------- 1 | JOBT 20 cell simulation (20) relaxation 2 | NDIM 3 dimensionality (3) crystal 3 | NPAR 8 number of cores for parallel run 4 | MINT 0 gsl minimier type (0) BFGS2 5 | MITR 0 maximum of cell opimization steps 6 | RLXT 3 cell optimization type (3) full cell 7 | ETOL 1e-8 error tolerance of optimization convergence 8 | COUT 12 output options (12) EF all steps 9 | -------------------------------------------------------------------------------- /compile: -------------------------------------------------------------------------------- 1 | make --jobs 2 | -------------------------------------------------------------------------------- /dep-ext/gsl/control.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/control.tar.gz -------------------------------------------------------------------------------- /dep-ext/gsl/data.tar.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/data.tar.xz -------------------------------------------------------------------------------- /dep-ext/gsl/debian-binary: -------------------------------------------------------------------------------- 1 | 2.0 2 | -------------------------------------------------------------------------------- /dep-ext/gsl/libgsl0-dev_1.16+dfsg-1ubuntu1_amd64.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/libgsl0-dev_1.16+dfsg-1ubuntu1_amd64.deb -------------------------------------------------------------------------------- /dep-ext/gsl/usr/include/gsl/gsl_complex_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/usr/include/gsl/gsl_complex_math.h -------------------------------------------------------------------------------- /dep-ext/gsl/usr/include/gsl/gsl_sort.h: -------------------------------------------------------------------------------- 1 | #ifndef __GSL_SORT_H__ 2 | #define __GSL_SORT_H__ 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | #include 9 | #include 10 | 11 | #include 12 | #include 13 | 14 | #include 15 | #include 16 | 17 | #include 18 | #include 19 | 20 | #endif /* __GSL_SORT_H__ */ 21 | -------------------------------------------------------------------------------- /dep-ext/gsl/usr/include/gsl/gsl_specfunc.h: -------------------------------------------------------------------------------- 1 | /* Author: G. Jungman */ 2 | 3 | 4 | /* Convenience header */ 5 | #ifndef __GSL_SPECFUNC_H__ 6 | #define __GSL_SPECFUNC_H__ 7 | 8 | #include 9 | 10 | #endif /* __GSL_SPECFUNC_H__ */ 11 | -------------------------------------------------------------------------------- /dep-ext/gsl/usr/lib/libgsl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/usr/lib/libgsl.a -------------------------------------------------------------------------------- /dep-ext/gsl/usr/lib/libgsl.so: -------------------------------------------------------------------------------- 1 | libgsl.so.0.17.0 -------------------------------------------------------------------------------- /dep-ext/gsl/usr/lib/libgslcblas.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/usr/lib/libgslcblas.a -------------------------------------------------------------------------------- /dep-ext/gsl/usr/lib/libgslcblas.so: -------------------------------------------------------------------------------- 1 | libgslcblas.so.0.0.0 -------------------------------------------------------------------------------- /dep-ext/gsl/usr/lib/pkgconfig/gsl.pc: -------------------------------------------------------------------------------- 1 | prefix=/usr 2 | exec_prefix=/usr 3 | libdir=/usr/lib 4 | includedir=/usr/include 5 | GSL_CBLAS_LIB=-lgslcblas 6 | 7 | Name: GSL 8 | Description: GNU Scientific Library 9 | Version: 1.16 10 | Libs: -L/usr/lib -lgsl ${GSL_CBLAS_LIB} -lm -lm 11 | Cflags: -I/usr/include 12 | -------------------------------------------------------------------------------- /dep-ext/gsl/usr/share/doc/libgsl0-dev: -------------------------------------------------------------------------------- 1 | libgsl0ldbl -------------------------------------------------------------------------------- /dep-ext/gsl/usr/share/man/man1/gsl-config.1.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/usr/share/man/man1/gsl-config.1.gz -------------------------------------------------------------------------------- /dep-ext/gsl/usr/share/man/man3/gsl.3.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/gsl/usr/share/man/man3/gsl.3.gz -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = src 2 | ACLOCAL_AMFLAGS = -I m4 3 | 4 | EXTRA_DIST = 5 | EXTRA_DIST += \ 6 | example \ 7 | python \ 8 | ruby 9 | 10 | clean-local: 11 | -rm -rf src/spglib_test.dSYM 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/doc/change-of-basis.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/spglib-1.11.2.1/doc/change-of-basis.ai -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/doc/change-of-basis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/spglib-1.11.2.1/doc/change-of-basis.png -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/example/Makefile_f08: -------------------------------------------------------------------------------- 1 | 2 | fc = gfortran -g -fcheck=all -fbacktrace 3 | # fc = ifort -g -check all -traceback 4 | lib = ../src/.libs/libsymspg.a 5 | 6 | test: example 7 | ./example 8 | 9 | 10 | example: example_f08.f90 spglib_f08.o 11 | $(fc) $^ $(lib) -o $@ 12 | 13 | spglib_f08.o: spglib_f08.f90 14 | $(fc) -c $^ 15 | 16 | clean: 17 | rm -f example{,.o} defs_basis.mod spglib_f08.{o,mod} 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/MANIFEST.in: -------------------------------------------------------------------------------- 1 | include src/*.h 2 | include src/*.c 3 | include __nanoversion__.txt 4 | include examples/*.py 5 | recursive-include test * 6 | recursive-exclude test *.pyc 7 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/__nanoversion__.txt: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/conda/anaconda_deploy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | export LBL=$1 4 | export TKN=$2 5 | export GIT_BRANCH=$3 6 | 7 | cd conda 8 | sed s/version_from_shell/`git describe --tags --dirty | sed -e 's/-\(.*\)-g.*/+\1/' -e 's/^[vr]//g' -e 's/rc-/rc./' -e 's/-/./' -e 's/dirty/0/'`/ meta.yaml > meta.tmp.yaml 9 | mv meta.tmp.yaml meta.yaml 10 | cd .. 11 | conda install conda-build anaconda-client --yes 12 | conda build conda --no-anaconda-upload 13 | TRG=`conda build conda --output |sed -e 's/--/-*-/'` 14 | echo "Uploading: $TRG" 15 | anaconda --token $TKN upload --label $LBL $TRG 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/conda/bld.bat: -------------------------------------------------------------------------------- 1 | cd python 2 | "%PYTHON%" setup.py install 3 | if errorlevel 1 exit 1 4 | 5 | :: Add more build steps here, if they are necessary. 6 | 7 | :: See 8 | :: http://docs.continuum.io/conda/build.html 9 | :: for a list of environment variables that are set during the build process. 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/conda/build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd python 4 | ./get_nanoversion.sh 5 | ln -s ../src . 6 | 7 | $PYTHON setup.py install 8 | 9 | # Add more build steps here, if they are necessary. 10 | 11 | # See 12 | # http://docs.continuum.io/conda/build.html 13 | # for a list of environment variables that are set during the build process. 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/conda/run_test.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cp -r $SRC_DIR/python/test . 4 | cd test 5 | python test_spglib.py 6 | 7 | 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/get_nanoversion.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | br=`git branch |tail -n1` 4 | read o u f <<< `git remote -v |grep origin |grep fetch` 5 | echo "Repo: $o $u $br" 6 | git describe --tags --dirty 7 | TD=`mktemp -d` 8 | WD=`pwd` 9 | git clone $u $TD 10 | cd $TD 11 | echo $u $br 12 | git checkout $br 13 | git describe --tags --dirty | sed -e 's/\([.0-9]*\)-\(.*\)-g.*/\2/' -e 's/^[vr]//g' >$WD/__nanoversion__.txt 14 | cd $WD 15 | rm -rf "$TD" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy==1.11.1 2 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/hexagonal/POSCAR-183-2: -------------------------------------------------------------------------------- 1 | $cell vectors 2 | 1.0 3 | 3.3959984020401435 0.0000000000000000 0.0000000000000000 4 | -1.6979992010200717 2.9410208873781261 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 5.0919976040013033 6 | 1 1 1 7 | Direct 8 | 0.0000000000000000 0.0000000000000000 0.0000000000000000 # Au1 9 | 0.0000000000000000 0.0000000000000000 0.4040000000000003 # C1 10 | 0.0000000000000000 0.0000000000000000 0.6419999999999999 # N1 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/hexagonal/POSCAR-187: -------------------------------------------------------------------------------- 1 | POSCAR generated by cell class 2 | 1.0 3 | 2.9064986323703392 0.0000000000000000 0.0000000000000000 4 | -1.4532493161851689 2.5171016516974420 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 2.8365986652612101 6 | 1 1 7 | Direct 8 | 0.0000000000000000 0.0000000000000000 0.0000000000000000 # 11 9 | 0.6666666666666666 0.3333333333333333 0.5000000000000000 # 21 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/hexagonal/POSCAR-191: -------------------------------------------------------------------------------- 1 | POSCAR generated by cell class 2 | 1.0 3 | 3.9599981366545900 0.0000000000000000 0.0000000000000000 4 | -1.9799990683272899 3.4294589852819102 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 3.8439981912374299 6 | 1 2 7 | Direct 8 | 0.0000000000000000 0.0000000000000000 0.0000000000000000 # 11 9 | 0.3333333333333333 0.6666666666666666 0.5000000000000000 # 21 10 | 0.6666666666666666 0.3333333333333333 0.5000000000000000 # 22 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/orthorhombic/POSCAR-025: -------------------------------------------------------------------------------- 1 | $cell vectors 2 | 1.0 3 | 2.9189986264885719 0.0000000000000000 0.0000000000000000 4 | 0.0000000000000000 5.6179973564963293 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 3.0659985573189306 6 | 1 1 7 | Direct 8 | 0.0000000000000000 0.0000000000000000 0.0000000000000000 # In1 9 | 0.0000000000000000 0.5000000000000003 0.2499999999999991 # Sb1 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/tetragonal/POSCAR-123: -------------------------------------------------------------------------------- 1 | $cell vectors 2 | 1.0 3 | 4.0189981088926210 0.0000000000000000 0.0000000000000000 4 | 0.0000000000000000 4.0189981088926210 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 3.2789984570935329 6 | 1 1 7 | Direct 8 | 0.0000000000000000 0.0000000000000000 0.0000000000000000 # La1 9 | 0.5000000000000006 0.5000000000000006 0.4999999999999991 # Sb1 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/tetragonal/POSCAR-129: -------------------------------------------------------------------------------- 1 | $cell vectors 2 | 1.0 3 | 4.2819979851401362 0.0000000000000000 0.0000000000000000 4 | 0.0000000000000000 4.2819979851401362 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 6.1819970911107696 6 | 2 2 7 | Direct 8 | 0.0000000000000000 0.4999999999999994 0.2020000000000000 # K1 9 | 0.5000000000000006 0.0000000000000000 0.7979999999999998 # K2 10 | 0.0000000000000000 0.5000000000000006 0.7370000000000007 # N1 11 | 0.4999999999999994 0.0000000000000000 0.2630000000000001 # N2 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/tetragonal/POSCAR-136-5: -------------------------------------------------------------------------------- 1 | $cell vectors 2 | 1.0 3 | 6.7539968219608788 0.0000000000000000 0.0000000000000000 4 | 0.0000000000000000 6.7539968219608788 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 4.1099980660733237 6 | 4 7 | Direct 8 | 0.2199999999999999 0.2799999999999997 0.0000000000000000 # S1 9 | 0.7199999999999995 0.2199999999999999 0.5000000000000000 # S2 10 | 0.7799999999999999 0.7199999999999995 0.0000000000000000 # S3 11 | 0.2799999999999997 0.7799999999999999 0.5000000000000000 # S4 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/trigonal/POSCAR-164: -------------------------------------------------------------------------------- 1 | POSCAR generated by cell class 2 | 1.0 3 | 4.0469980957174512 0.0000000000000000 0.0000000000000000 4 | -2.0234990478587247 3.5048031599585601 0.0000000000000000 5 | 0.0000000000000000 0.0000000000000000 5.3299974920123603 6 | 1 2 7 | Direct 8 | 0.0000000000000000 0.0000000000000000 0.0000000000000000 # 11 9 | 0.3333333333333333 0.6666666666666666 0.4320000000000000 # 21 10 | 0.6666666666666666 0.3333333333333333 0.5679999999999999 # 22 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/data/virtual_structure/POSCAR-160-fcc: -------------------------------------------------------------------------------- 1 | rhomb 2 | 1 3 | 0 5 5 4 | 5 0 5 5 | 5 5 0 6 | 1 1 7 | Direct 8 | 0 0 0 9 | 0.7 0.9 0.7 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-195-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "a" 15 | - "h" 16 | - "h" 17 | - "h" 18 | - "h" 19 | - "h" 20 | - "h" 21 | - "b" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-198-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | - "b" 23 | - "b" 24 | - "b" 25 | - "b" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-199-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | - "b" 23 | - "b" 24 | - "b" 25 | - "b" 26 | - "b" 27 | - "b" 28 | - "b" 29 | - "b" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-200-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-200-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "d" 4 | - "c" 5 | - "d" 6 | - "c" 7 | - "d" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "j" 17 | - "k" 18 | - "j" 19 | - "k" 20 | - "j" 21 | - "j" 22 | - "k" 23 | - "j" 24 | - "k" 25 | - "j" 26 | - "k" 27 | - "j" 28 | - "k" 29 | - "j" 30 | - "k" 31 | - "j" 32 | - "k" 33 | - "k" 34 | - "j" 35 | - "k" 36 | - "j" 37 | - "k" 38 | - "j" 39 | - "k" 40 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-205-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-205-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-207-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "g" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "k" 12 | - "k" 13 | - "k" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | - "k" 21 | - "k" 22 | - "k" 23 | - "k" 24 | - "k" 25 | - "k" 26 | - "k" 27 | - "k" 28 | - "k" 29 | - "k" 30 | - "k" 31 | - "k" 32 | - "k" 33 | - "k" 34 | - "k" 35 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-208-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "j" 7 | - "j" 8 | - "j" 9 | - "j" 10 | - "j" 11 | - "j" 12 | - "j" 13 | - "j" 14 | - "j" 15 | - "j" 16 | - "j" 17 | - "j" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-212-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-212-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-213-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "d" 16 | - "c" 17 | - "d" 18 | - "c" 19 | - "d" 20 | - "c" 21 | - "d" 22 | - "c" 23 | - "d" 24 | - "c" 25 | - "d" 26 | - "d" 27 | - "c" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "c" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-215-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-216-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "g" 23 | - "b" 24 | - "g" 25 | - "b" 26 | - "g" 27 | - "b" 28 | - "g" 29 | - "b" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "g" 34 | - "g" 35 | - "g" 36 | - "g" 37 | - "g" 38 | - "g" 39 | - "g" 40 | - "g" 41 | - "g" 42 | - "g" 43 | - "g" 44 | - "g" 45 | - "g" 46 | - "g" 47 | - "g" 48 | - "g" 49 | - "g" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-216-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "e" 23 | - "e" 24 | - "e" 25 | - "e" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-218-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "a" 9 | - "a" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-218-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "i" 3 | - "i" 4 | - "i" 5 | - "i" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | - "i" 23 | - "i" 24 | - "i" 25 | - "i" 26 | - "e" 27 | - "e" 28 | - "e" 29 | - "e" 30 | - "e" 31 | - "e" 32 | - "e" 33 | - "e" 34 | - "d" 35 | - "d" 36 | - "d" 37 | - "d" 38 | - "d" 39 | - "d" 40 | - "c" 41 | - "c" 42 | - "c" 43 | - "c" 44 | - "c" 45 | - "c" 46 | - "a" 47 | - "a" 48 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-220-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "d" 34 | - "d" 35 | - "d" 36 | - "d" 37 | - "d" 38 | - "d" 39 | - "d" 40 | - "d" 41 | - "d" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-220-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | - "c" 37 | - "c" 38 | - "c" 39 | - "c" 40 | - "c" 41 | - "c" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-221-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "c" 5 | - "c" 6 | - "c" 7 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-223-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "d" 5 | - "a" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-224-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-224-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-225-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "e" 23 | - "e" 24 | - "e" 25 | - "e" 26 | - "e" 27 | - "e" 28 | - "e" 29 | - "e" 30 | - "e" 31 | - "e" 32 | - "e" 33 | - "e" 34 | - "e" 35 | - "e" 36 | - "e" 37 | - "e" 38 | - "e" 39 | - "e" 40 | - "e" 41 | - "e" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-225-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "e" 23 | - "e" 24 | - "e" 25 | - "e" 26 | - "e" 27 | - "e" 28 | - "e" 29 | - "e" 30 | - "e" 31 | - "e" 32 | - "e" 33 | - "e" 34 | - "e" 35 | - "e" 36 | - "e" 37 | - "e" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/cubic/POSCAR-229-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-161-1-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-161-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-36-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "b" 5 | - "b" 6 | - "a" 7 | - "b" 8 | - "a" 9 | - "b" 10 | - "a" 11 | - "b" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "a" 20 | - "a" 21 | - "a" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-5-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-6-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "a" 5 | - "b" 6 | - "a" 7 | - "b" 8 | - "b" 9 | - "a" 10 | - "a" 11 | - "b" 12 | - "a" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "b" 20 | - "b" 21 | - "a" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-7-1-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-7-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/distorted/POSCAR-8-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-169-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-170-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-171-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | - "c" 37 | - "c" 38 | - "c" 39 | - "c" 40 | - "c" 41 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-172-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | - "c" 37 | - "c" 38 | - "c" 39 | - "c" 40 | - "c" 41 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-173-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-173-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "b" 9 | - "b" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-174-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "k" 4 | - "j" 5 | - "k" 6 | - "j" 7 | - "k" 8 | - "j" 9 | - "c" 10 | - "b" 11 | - "j" 12 | - "k" 13 | - "k" 14 | - "j" 15 | - "j" 16 | - "k" 17 | - "k" 18 | - "j" 19 | - "j" 20 | - "k" 21 | - "k" 22 | - "j" 23 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-175-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "l" 13 | - "l" 14 | - "l" 15 | - "l" 16 | - "l" 17 | - "l" 18 | - "l" 19 | - "l" 20 | - "l" 21 | - "l" 22 | - "l" 23 | - "l" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-176-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "h" 3 | - "h" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "i" 11 | - "h" 12 | - "h" 13 | - "i" 14 | - "h" 15 | - "h" 16 | - "i" 17 | - "h" 18 | - "h" 19 | - "i" 20 | - "h" 21 | - "h" 22 | - "i" 23 | - "h" 24 | - "h" 25 | - "i" 26 | - "i" 27 | - "i" 28 | - "i" 29 | - "i" 30 | - "i" 31 | - "i" 32 | - "h" 33 | - "h" 34 | - "h" 35 | - "h" 36 | - "h" 37 | - "h" 38 | - "h" 39 | - "h" 40 | - "h" 41 | - "h" 42 | - "h" 43 | - "h" 44 | - "h" 45 | - "h" 46 | - "h" 47 | - "h" 48 | - "h" 49 | - "h" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-176-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-179-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "a" 10 | - "b" 11 | - "a" 12 | - "b" 13 | - "a" 14 | - "b" 15 | - "a" 16 | - "b" 17 | - "a" 18 | - "b" 19 | - "a" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-180-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "j" 6 | - "j" 7 | - "j" 8 | - "j" 9 | - "j" 10 | - "j" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-180-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "j" 6 | - "j" 7 | - "j" 8 | - "j" 9 | - "j" 10 | - "j" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-181-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "i" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-182-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "c" 9 | - "g" 10 | - "c" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-182-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "b" 7 | - "c" 8 | - "b" 9 | - "c" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-183-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-185-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "a" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "a" 17 | - "b" 18 | - "c" 19 | - "c" 20 | - "a" 21 | - "b" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "b" 31 | - "b" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-186-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "b" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-187-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "h" 5 | - "i" 6 | - "h" 7 | - "i" 8 | - "c" 9 | - "f" 10 | - "n" 11 | - "n" 12 | - "n" 13 | - "n" 14 | - "n" 15 | - "n" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-187-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "f" 4 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-188-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "k" 5 | - "k" 6 | - "k" 7 | - "k" 8 | - "k" 9 | - "k" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-189-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "f" 10 | - "k" 11 | - "g" 12 | - "f" 13 | - "k" 14 | - "g" 15 | - "f" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-189-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "g" 4 | - "f" 5 | - "g" 6 | - "f" 7 | - "g" 8 | - "e" 9 | - "h" 10 | - "e" 11 | - "h" 12 | - "h" 13 | - "h" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-190-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "h" 4 | - "g" 5 | - "h" 6 | - "g" 7 | - "h" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "g" 19 | - "h" 20 | - "f" 21 | - "f" 22 | - "g" 23 | - "h" 24 | - "f" 25 | - "f" 26 | - "g" 27 | - "h" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "h" 32 | - "f" 33 | - "f" 34 | - "h" 35 | - "h" 36 | - "f" 37 | - "f" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-190-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "f" 5 | - "a" 6 | - "f" 7 | - "a" 8 | - "f" 9 | - "f" 10 | - "d" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "d" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-191-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "m" 4 | - "m" 5 | - "f" 6 | - "m" 7 | - "m" 8 | - "f" 9 | - "m" 10 | - "m" 11 | - "b" 12 | - "l" 13 | - "l" 14 | - "l" 15 | - "l" 16 | - "l" 17 | - "l" 18 | - "g" 19 | - "n" 20 | - "n" 21 | - "g" 22 | - "n" 23 | - "n" 24 | - "g" 25 | - "n" 26 | - "n" 27 | - "n" 28 | - "n" 29 | - "n" 30 | - "n" 31 | - "n" 32 | - "n" 33 | - "c" 34 | - "c" 35 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-191-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "d" 5 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-193-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "d" 4 | - "k" 5 | - "c" 6 | - "d" 7 | - "k" 8 | - "d" 9 | - "k" 10 | - "d" 11 | - "k" 12 | - "k" 13 | - "k" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | - "c" 21 | - "c" 22 | - "k" 23 | - "a" 24 | - "k" 25 | - "a" 26 | - "k" 27 | - "k" 28 | - "k" 29 | - "k" 30 | - "k" 31 | - "k" 32 | - "k" 33 | - "k" 34 | - "k" 35 | - "k" 36 | - "g" 37 | - "g" 38 | - "g" 39 | - "g" 40 | - "g" 41 | - "g" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-193-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "g" 4 | - "d" 5 | - "g" 6 | - "d" 7 | - "g" 8 | - "d" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-194-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "b" 7 | - "f" 8 | - "b" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "e" 13 | - "f" 14 | - "f" 15 | - "c" 16 | - "e" 17 | - "f" 18 | - "f" 19 | - "c" 20 | - "e" 21 | - "f" 22 | - "f" 23 | - "e" 24 | - "f" 25 | - "f" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/hexagonal/POSCAR-194-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-003-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "b" 8 | - "e" 9 | - "d" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-004-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-004-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-005-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-006-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "a" 11 | - "a" 12 | - "b" 13 | - "b" 14 | - "b" 15 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-007-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-010-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "n" 3 | - "e" 4 | - "m" 5 | - "n" 6 | - "m" 7 | - "n" 8 | - "m" 9 | - "n" 10 | - "m" 11 | - "m" 12 | - "n" 13 | - "m" 14 | - "m" 15 | - "n" 16 | - "m" 17 | - "n" 18 | - "b" 19 | - "m" 20 | - "n" 21 | - "m" 22 | - "m" 23 | - "n" 24 | - "m" 25 | - "n" 26 | - "c" 27 | - "n" 28 | - "n" 29 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-010-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "n" 3 | - "e" 4 | - "m" 5 | - "n" 6 | - "m" 7 | - "n" 8 | - "m" 9 | - "n" 10 | - "m" 11 | - "m" 12 | - "n" 13 | - "m" 14 | - "m" 15 | - "n" 16 | - "m" 17 | - "n" 18 | - "b" 19 | - "m" 20 | - "n" 21 | - "m" 22 | - "m" 23 | - "n" 24 | - "m" 25 | - "n" 26 | - "c" 27 | - "n" 28 | - "n" 29 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-011-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "f" 12 | - "f" 13 | - "e" 14 | - "e" 15 | - "f" 16 | - "e" 17 | - "f" 18 | - "f" 19 | - "e" 20 | - "e" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "f" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-011-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "e" 23 | - "e" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-012-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "d" 5 | - "d" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "j" 19 | - "j" 20 | - "j" 21 | - "j" 22 | - "j" 23 | - "j" 24 | - "j" 25 | - "j" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-012-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "d" 4 | - "h" 5 | - "h" 6 | - "g" 7 | - "g" 8 | - "i" 9 | - "i" 10 | - "j" 11 | - "j" 12 | - "j" 13 | - "j" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-013-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "e" 5 | - "g" 6 | - "e" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-013-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "e" 5 | - "e" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "c" 15 | - "c" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-014-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "e" 23 | - "e" 24 | - "e" 25 | - "e" 26 | - "e" 27 | - "e" 28 | - "e" 29 | - "e" 30 | - "e" 31 | - "e" 32 | - "e" 33 | - "e" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-014-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "e" 23 | - "e" 24 | - "e" 25 | - "e" 26 | - "e" 27 | - "e" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-015-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "f" 28 | - "f" 29 | - "f" 30 | - "f" 31 | - "f" 32 | - "f" 33 | - "f" 34 | - "f" 35 | - "f" 36 | - "f" 37 | - "f" 38 | - "f" 39 | - "f" 40 | - "f" 41 | - "f" 42 | - "f" 43 | - "f" 44 | - "f" 45 | - "f" 46 | - "f" 47 | - "f" 48 | - "f" 49 | - "f" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-015-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "e" 4 | - "f" 5 | - "e" 6 | - "f" 7 | - "e" 8 | - "f" 9 | - "e" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "f" 28 | - "f" 29 | - "f" 30 | - "f" 31 | - "f" 32 | - "f" 33 | - "f" 34 | - "f" 35 | - "f" 36 | - "f" 37 | - "f" 38 | - "f" 39 | - "f" 40 | - "f" 41 | - "f" 42 | - "f" 43 | - "f" 44 | - "f" 45 | - "f" 46 | - "e" 47 | - "e" 48 | - "e" 49 | - "e" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/monoclinic/POSCAR-015-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-016-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "f" 4 | - "c" 5 | - "d" 6 | - "u" 7 | - "u" 8 | - "u" 9 | - "u" 10 | - "u" 11 | - "u" 12 | - "u" 13 | - "u" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-017-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "c" 4 | - "d" 5 | - "e" 6 | - "c" 7 | - "d" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-018-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "b" 5 | - "b" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-019-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-019-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-020-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "a" 11 | - "b" 12 | - "c" 13 | - "a" 14 | - "b" 15 | - "c" 16 | - "a" 17 | - "b" 18 | - "c" 19 | - "a" 20 | - "b" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-021-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "k" 3 | - "k" 4 | - "k" 5 | - "k" 6 | - "c" 7 | - "a" 8 | - "c" 9 | - "a" 10 | - "b" 11 | - "b" 12 | - "l" 13 | - "l" 14 | - "l" 15 | - "l" 16 | - "l" 17 | - "l" 18 | - "l" 19 | - "l" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-021-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "e" 4 | - "a" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "b" 9 | - "d" 10 | - "f" 11 | - "l" 12 | - "b" 13 | - "d" 14 | - "f" 15 | - "l" 16 | - "f" 17 | - "l" 18 | - "f" 19 | - "l" 20 | - "l" 21 | - "l" 22 | - "l" 23 | - "l" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-023-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "j" 4 | - "c" 5 | - "j" 6 | - "j" 7 | - "j" 8 | - "a" 9 | - "a" 10 | - "k" 11 | - "g" 12 | - "k" 13 | - "g" 14 | - "k" 15 | - "g" 16 | - "k" 17 | - "g" 18 | - "k" 19 | - "k" 20 | - "k" 21 | - "k" 22 | - "k" 23 | - "k" 24 | - "k" 25 | - "k" 26 | - "k" 27 | - "k" 28 | - "k" 29 | - "k" 30 | - "k" 31 | - "k" 32 | - "k" 33 | - "k" 34 | - "k" 35 | - "k" 36 | - "k" 37 | - "k" 38 | - "k" 39 | - "k" 40 | - "k" 41 | - "k" 42 | - "k" 43 | - "k" 44 | - "k" 45 | - "k" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-024-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "a" 4 | - "c" 5 | - "a" 6 | - "c" 7 | - "a" 8 | - "c" 9 | - "a" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "b" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "b" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "b" 33 | - "d" 34 | - "d" 35 | - "d" 36 | - "b" 37 | - "d" 38 | - "d" 39 | - "d" 40 | - "d" 41 | - "d" 42 | - "d" 43 | - "d" 44 | - "d" 45 | - "d" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-025-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "b" 5 | - "c" 6 | - "e" 7 | - "f" 8 | - "e" 9 | - "f" 10 | - "g" 11 | - "g" 12 | - "h" 13 | - "h" 14 | - "e" 15 | - "f" 16 | - "g" 17 | - "g" 18 | - "h" 19 | - "h" 20 | - "e" 21 | - "f" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-025-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-026-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "a" 5 | - "c" 6 | - "a" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "b" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "b" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "b" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "b" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-026-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "b" 5 | - "a" 6 | - "b" 7 | - "b" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "b" 13 | - "a" 14 | - "b" 15 | - "a" 16 | - "a" 17 | - "b" 18 | - "b" 19 | - "a" 20 | - "b" 21 | - "a" 22 | - "a" 23 | - "b" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-028-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-028-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "b" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "a" 9 | - "b" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "d" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-029-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-030-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-031-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "a" 4 | - "b" 5 | - "a" 6 | - "b" 7 | - "b" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "b" 13 | - "b" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "b" 19 | - "b" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "b" 25 | - "b" 26 | - "b" 27 | - "b" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-031-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "b" 10 | - "a" 11 | - "b" 12 | - "a" 13 | - "a" 14 | - "b" 15 | - "a" 16 | - "b" 17 | - "a" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-032-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "a" 23 | - "a" 24 | - "b" 25 | - "b" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "a" 35 | - "a" 36 | - "b" 37 | - "b" 38 | - "c" 39 | - "c" 40 | - "c" 41 | - "c" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-033-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-033-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-034-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "a" 4 | - "c" 5 | - "c" 6 | - "b" 7 | - "a" 8 | - "c" 9 | - "c" 10 | - "a" 11 | - "b" 12 | - "a" 13 | - "b" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-035-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "b" 9 | - "a" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "b" 14 | - "a" 15 | - "d" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-037-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "c" 13 | - "d" 14 | - "d" 15 | - "c" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "c" 23 | - "d" 24 | - "d" 25 | - "c" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "d" 34 | - "d" 35 | - "d" 36 | - "d" 37 | - "d" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-038-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "a" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "b" 9 | - "e" 10 | - "a" 11 | - "d" 12 | - "d" 13 | - "b" 14 | - "e" 15 | - "a" 16 | - "d" 17 | - "d" 18 | - "e" 19 | - "d" 20 | - "d" 21 | - "e" 22 | - "d" 23 | - "d" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-038-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "b" 5 | - "a" 6 | - "a" 7 | - "b" 8 | - "a" 9 | - "a" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "a" 14 | - "a" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-040-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-040-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "b" 11 | - "c" 12 | - "c" 13 | - "b" 14 | - "c" 15 | - "c" 16 | - "b" 17 | - "c" 18 | - "c" 19 | - "b" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-041-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "a" 22 | - "b" 23 | - "b" 24 | - "b" 25 | - "a" 26 | - "b" 27 | - "b" 28 | - "b" 29 | - "b" 30 | - "b" 31 | - "b" 32 | - "b" 33 | - "b" 34 | - "b" 35 | - "a" 36 | - "b" 37 | - "b" 38 | - "b" 39 | - "a" 40 | - "b" 41 | - "b" 42 | - "b" 43 | - "b" 44 | - "b" 45 | - "b" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-042-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "b" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "b" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "b" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "b" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "b" 35 | - "b" 36 | - "b" 37 | - "b" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-044-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "c" 5 | - "a" 6 | - "b" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "a" 11 | - "a" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-044-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-045-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "b" 11 | - "a" 12 | - "c" 13 | - "b" 14 | - "a" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "b" 19 | - "a" 20 | - "c" 21 | - "b" 22 | - "a" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | - "c" 37 | - "c" 38 | - "c" 39 | - "c" 40 | - "c" 41 | - "c" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-046-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "c" 9 | - "b" 10 | - "b" 11 | - "c" 12 | - "b" 13 | - "b" 14 | - "c" 15 | - "b" 16 | - "b" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "b" 23 | - "c" 24 | - "b" 25 | - "c" 26 | - "b" 27 | - "c" 28 | - "b" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-047-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "r" 5 | - "u" 6 | - "u" 7 | - "u" 8 | - "r" 9 | - "u" 10 | - "u" 11 | - "u" 12 | - "u" 13 | - "u" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-047-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "a" 4 | - "s" 5 | - "s" 6 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-048-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "m" 3 | - "m" 4 | - "m" 5 | - "m" 6 | - "m" 7 | - "m" 8 | - "m" 9 | - "m" 10 | - "i" 11 | - "k" 12 | - "j" 13 | - "f" 14 | - "i" 15 | - "k" 16 | - "j" 17 | - "k" 18 | - "f" 19 | - "i" 20 | - "j" 21 | - "f" 22 | - "f" 23 | - "k" 24 | - "i" 25 | - "j" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-048-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "a" 5 | - "a" 6 | - "l" 7 | - "l" 8 | - "l" 9 | - "l" 10 | - "m" 11 | - "m" 12 | - "m" 13 | - "m" 14 | - "m" 15 | - "m" 16 | - "m" 17 | - "m" 18 | - "m" 19 | - "m" 20 | - "m" 21 | - "m" 22 | - "m" 23 | - "m" 24 | - "m" 25 | - "m" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-049-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "a" 5 | - "b" 6 | - "c" 7 | - "q" 8 | - "e" 9 | - "h" 10 | - "q" 11 | - "q" 12 | - "c" 13 | - "q" 14 | - "e" 15 | - "h" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-049-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "f" 5 | - "f" 6 | - "q" 7 | - "q" 8 | - "q" 9 | - "q" 10 | - "r" 11 | - "q" 12 | - "q" 13 | - "r" 14 | - "q" 15 | - "q" 16 | - "r" 17 | - "r" 18 | - "r" 19 | - "q" 20 | - "q" 21 | - "r" 22 | - "q" 23 | - "q" 24 | - "r" 25 | - "r" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-050-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "r" 3 | - "r" 4 | - "r" 5 | - "r" 6 | - "r" 7 | - "r" 8 | - "r" 9 | - "r" 10 | - "l" 11 | - "l" 12 | - "l" 13 | - "l" 14 | - "m" 15 | - "r" 16 | - "r" 17 | - "l" 18 | - "l" 19 | - "n" 20 | - "m" 21 | - "r" 22 | - "r" 23 | - "l" 24 | - "l" 25 | - "n" 26 | - "m" 27 | - "r" 28 | - "r" 29 | - "l" 30 | - "l" 31 | - "n" 32 | - "m" 33 | - "r" 34 | - "r" 35 | - "l" 36 | - "l" 37 | - "n" 38 | - "r" 39 | - "r" 40 | - "r" 41 | - "r" 42 | - "r" 43 | - "r" 44 | - "r" 45 | - "r" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-051-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "j" 4 | - "e" 5 | - "j" 6 | - "e" 7 | - "c" 8 | - "j" 9 | - "j" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-051-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "f" 5 | - "f" 6 | - "a" 7 | - "f" 8 | - "a" 9 | - "f" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-052-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "d" 11 | - "e" 12 | - "d" 13 | - "e" 14 | - "d" 15 | - "e" 16 | - "d" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-052-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "c" 8 | - "b" 9 | - "c" 10 | - "b" 11 | - "c" 12 | - "b" 13 | - "d" 14 | - "c" 15 | - "d" 16 | - "b" 17 | - "d" 18 | - "d" 19 | - "e" 20 | - "e" 21 | - "d" 22 | - "e" 23 | - "e" 24 | - "e" 25 | - "e" 26 | - "d" 27 | - "e" 28 | - "e" 29 | - "d" 30 | - "e" 31 | - "e" 32 | - "e" 33 | - "e" 34 | - "e" 35 | - "e" 36 | - "e" 37 | - "e" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-053-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-054-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "f" 28 | - "f" 29 | - "f" 30 | - "f" 31 | - "f" 32 | - "f" 33 | - "f" 34 | - "f" 35 | - "f" 36 | - "f" 37 | - "f" 38 | - "f" 39 | - "f" 40 | - "f" 41 | - "f" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-054-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "f" 28 | - "f" 29 | - "f" 30 | - "f" 31 | - "f" 32 | - "f" 33 | - "f" 34 | - "f" 35 | - "f" 36 | - "f" 37 | - "f" 38 | - "f" 39 | - "f" 40 | - "f" 41 | - "f" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-055-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "h" 3 | - "h" 4 | - "h" 5 | - "h" 6 | - "a" 7 | - "a" 8 | - "c" 9 | - "g" 10 | - "h" 11 | - "g" 12 | - "h" 13 | - "c" 14 | - "g" 15 | - "h" 16 | - "g" 17 | - "h" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-055-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "g" 4 | - "g" 5 | - "a" 6 | - "g" 7 | - "g" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "g" 13 | - "h" 14 | - "h" 15 | - "d" 16 | - "g" 17 | - "h" 18 | - "h" 19 | - "g" 20 | - "h" 21 | - "h" 22 | - "d" 23 | - "g" 24 | - "h" 25 | - "h" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-056-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "d" 11 | - "e" 12 | - "d" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "d" 17 | - "e" 18 | - "d" 19 | - "e" 20 | - "e" 21 | - "e" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-057-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "c" 5 | - "a" 6 | - "c" 7 | - "c" 8 | - "a" 9 | - "a" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "c" 14 | - "d" 15 | - "c" 16 | - "d" 17 | - "d" 18 | - "c" 19 | - "c" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "d" 34 | - "e" 35 | - "e" 36 | - "e" 37 | - "e" 38 | - "e" 39 | - "e" 40 | - "e" 41 | - "e" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-057-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "c" 13 | - "d" 14 | - "d" 15 | - "c" 16 | - "c" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "c" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-058-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-058-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-059-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-059-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "a" 9 | - "f" 10 | - "f" 11 | - "a" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-060-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "d" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-060-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "d" 14 | - "d" 15 | - "d" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "d" 34 | - "d" 35 | - "d" 36 | - "d" 37 | - "d" 38 | - "d" 39 | - "c" 40 | - "c" 41 | - "d" 42 | - "c" 43 | - "d" 44 | - "d" 45 | - "d" 46 | - "d" 47 | - "c" 48 | - "d" 49 | - "d" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-061-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-062-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "d" 12 | - "d" 13 | - "d" 14 | - "c" 15 | - "d" 16 | - "c" 17 | - "d" 18 | - "c" 19 | - "d" 20 | - "d" 21 | - "d" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-063-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "a" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "a" 9 | - "a" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "h" 17 | - "h" 18 | - "c" 19 | - "c" 20 | - "h" 21 | - "c" 22 | - "c" 23 | - "h" 24 | - "h" 25 | - "h" 26 | - "h" 27 | - "h" 28 | - "h" 29 | - "h" 30 | - "h" 31 | - "c" 32 | - "c" 33 | - "h" 34 | - "h" 35 | - "h" 36 | - "h" 37 | - "h" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-063-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "e" 4 | - "c" 5 | - "e" 6 | - "c" 7 | - "e" 8 | - "c" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "c" 15 | - "f" 16 | - "g" 17 | - "c" 18 | - "f" 19 | - "g" 20 | - "c" 21 | - "f" 22 | - "g" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "g" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "c" 32 | - "f" 33 | - "g" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-064-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "e" 15 | - "f" 16 | - "e" 17 | - "f" 18 | - "e" 19 | - "e" 20 | - "f" 21 | - "f" 22 | - "e" 23 | - "e" 24 | - "f" 25 | - "e" 26 | - "f" 27 | - "e" 28 | - "f" 29 | - "f" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-064-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-064-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "e" 15 | - "f" 16 | - "e" 17 | - "f" 18 | - "e" 19 | - "f" 20 | - "e" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "e" 27 | - "e" 28 | - "e" 29 | - "e" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-065-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "d" 5 | - "d" 6 | - "c" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "c" 11 | - "e" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-065-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "b" 5 | - "f" 6 | - "f" 7 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-065-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "o" 3 | - "o" 4 | - "o" 5 | - "o" 6 | - "o" 7 | - "o" 8 | - "o" 9 | - "o" 10 | - "a" 11 | - "d" 12 | - "a" 13 | - "d" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-066-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "l" 4 | - "f" 5 | - "l" 6 | - "l" 7 | - "l" 8 | - "f" 9 | - "l" 10 | - "l" 11 | - "f" 12 | - "l" 13 | - "l" 14 | - "l" 15 | - "l" 16 | - "l" 17 | - "l" 18 | - "l" 19 | - "l" 20 | - "l" 21 | - "l" 22 | - "e" 23 | - "g" 24 | - "l" 25 | - "g" 26 | - "e" 27 | - "g" 28 | - "l" 29 | - "g" 30 | - "g" 31 | - "l" 32 | - "g" 33 | - "g" 34 | - "l" 35 | - "g" 36 | - "g" 37 | - "g" 38 | - "g" 39 | - "g" 40 | - "g" 41 | - "e" 42 | - "l" 43 | - "e" 44 | - "g" 45 | - "l" 46 | - "g" 47 | - "g" 48 | - "l" 49 | - "l" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-066-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "l" 3 | - "k" 4 | - "l" 5 | - "k" 6 | - "l" 7 | - "k" 8 | - "l" 9 | - "k" 10 | - "k" 11 | - "k" 12 | - "l" 13 | - "l" 14 | - "l" 15 | - "k" 16 | - "l" 17 | - "k" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "l" 23 | - "l" 24 | - "l" 25 | - "l" 26 | - "l" 27 | - "l" 28 | - "l" 29 | - "l" 30 | - "l" 31 | - "l" 32 | - "l" 33 | - "l" 34 | - "l" 35 | - "l" 36 | - "l" 37 | - "l" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-067-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "d" 5 | - "e" 6 | - "e" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "g" 11 | - "g" 12 | - "l" 13 | - "l" 14 | - "g" 15 | - "g" 16 | - "l" 17 | - "l" 18 | - "l" 19 | - "l" 20 | - "l" 21 | - "l" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-067-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "b" 11 | - "n" 12 | - "b" 13 | - "n" 14 | - "b" 15 | - "n" 16 | - "n" 17 | - "n" 18 | - "n" 19 | - "n" 20 | - "b" 21 | - "n" 22 | - "g" 23 | - "n" 24 | - "o" 25 | - "g" 26 | - "n" 27 | - "o" 28 | - "g" 29 | - "g" 30 | - "n" 31 | - "o" 32 | - "n" 33 | - "o" 34 | - "n" 35 | - "o" 36 | - "n" 37 | - "o" 38 | - "n" 39 | - "o" 40 | - "o" 41 | - "o" 42 | - "o" 43 | - "o" 44 | - "o" 45 | - "o" 46 | - "o" 47 | - "o" 48 | - "n" 49 | - "o" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-068-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-069-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "h" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-069-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "i" 3 | - "i" 4 | - "i" 5 | - "i" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "b" 11 | - "e" 12 | - "b" 13 | - "e" 14 | - "b" 15 | - "e" 16 | - "b" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "m" 23 | - "m" 24 | - "m" 25 | - "m" 26 | - "m" 27 | - "m" 28 | - "m" 29 | - "m" 30 | - "m" 31 | - "m" 32 | - "m" 33 | - "m" 34 | - "m" 35 | - "m" 36 | - "m" 37 | - "m" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-070-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "g" 27 | - "g" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "g" 34 | - "g" 35 | - "g" 36 | - "g" 37 | - "g" 38 | - "g" 39 | - "g" 40 | - "g" 41 | - "g" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-070-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "g" 27 | - "g" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "g" 34 | - "d" 35 | - "d" 36 | - "d" 37 | - "d" 38 | - "d" 39 | - "d" 40 | - "d" 41 | - "d" 42 | - "d" 43 | - "d" 44 | - "d" 45 | - "d" 46 | - "d" 47 | - "d" 48 | - "d" 49 | - "d" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-071-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "c" 5 | - "c" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-071-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "j" 3 | - "j" 4 | - "j" 5 | - "j" 6 | - "c" 7 | - "j" 8 | - "c" 9 | - "j" 10 | - "j" 11 | - "j" 12 | - "l" 13 | - "g" 14 | - "l" 15 | - "g" 16 | - "l" 17 | - "g" 18 | - "l" 19 | - "g" 20 | - "l" 21 | - "l" 22 | - "l" 23 | - "l" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-072-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "j" 7 | - "j" 8 | - "j" 9 | - "j" 10 | - "j" 11 | - "j" 12 | - "j" 13 | - "j" 14 | - "j" 15 | - "j" 16 | - "j" 17 | - "j" 18 | - "j" 19 | - "j" 20 | - "j" 21 | - "j" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-072-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "j" 3 | - "j" 4 | - "f" 5 | - "j" 6 | - "f" 7 | - "j" 8 | - "j" 9 | - "f" 10 | - "j" 11 | - "j" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "j" 16 | - "f" 17 | - "j" 18 | - "j" 19 | - "j" 20 | - "j" 21 | - "j" 22 | - "j" 23 | - "f" 24 | - "j" 25 | - "j" 26 | - "j" 27 | - "j" 28 | - "a" 29 | - "a" 30 | - "j" 31 | - "j" 32 | - "a" 33 | - "j" 34 | - "j" 35 | - "j" 36 | - "j" 37 | - "j" 38 | - "j" 39 | - "j" 40 | - "j" 41 | - "a" 42 | - "j" 43 | - "j" 44 | - "j" 45 | - "j" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-073-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "f" 20 | - "e" 21 | - "f" 22 | - "e" 23 | - "f" 24 | - "e" 25 | - "f" 26 | - "e" 27 | - "f" 28 | - "e" 29 | - "f" 30 | - "e" 31 | - "f" 32 | - "f" 33 | - "f" 34 | - "f" 35 | - "f" 36 | - "f" 37 | - "f" 38 | - "f" 39 | - "f" 40 | - "e" 41 | - "f" 42 | - "c" 43 | - "c" 44 | - "c" 45 | - "c" 46 | - "c" 47 | - "c" 48 | - "c" 49 | - "c" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/orthorhombic/POSCAR-074-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "c" 4 | - "a" 5 | - "e" 6 | - "a" 7 | - "e" 8 | - "c" 9 | - "c" 10 | - "a" 11 | - "e" 12 | - "c" 13 | - "a" 14 | - "h" 15 | - "i" 16 | - "h" 17 | - "h" 18 | - "i" 19 | - "h" 20 | - "i" 21 | - "h" 22 | - "i" 23 | - "i" 24 | - "h" 25 | - "i" 26 | - "h" 27 | - "i" 28 | - "h" 29 | - "i" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-076-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-076-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-079-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-080-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | - "b" 23 | - "b" 24 | - "b" 25 | - "b" 26 | - "b" 27 | - "b" 28 | - "b" 29 | - "b" 30 | - "b" 31 | - "b" 32 | - "b" 33 | - "b" 34 | - "b" 35 | - "b" 36 | - "b" 37 | - "b" 38 | - "b" 39 | - "b" 40 | - "b" 41 | - "b" 42 | - "b" 43 | - "b" 44 | - "b" 45 | - "b" 46 | - "b" 47 | - "b" 48 | - "b" 49 | - "b" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-081-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "h" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "g" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "h" 15 | - "h" 16 | - "h" 17 | - "h" 18 | - "h" 19 | - "h" 20 | - "h" 21 | - "h" 22 | - "h" 23 | - "h" 24 | - "h" 25 | - "h" 26 | - "h" 27 | - "h" 28 | - "h" 29 | - "h" 30 | - "h" 31 | - "h" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-081-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "h" 3 | - "h" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "h" 15 | - "h" 16 | - "g" 17 | - "h" 18 | - "h" 19 | - "g" 20 | - "h" 21 | - "h" 22 | - "h" 23 | - "h" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-082-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "g" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "c" 11 | - "c" 12 | - "d" 13 | - "a" 14 | - "d" 15 | - "a" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-082-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "b" 5 | - "d" 6 | - "b" 7 | - "d" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-083-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "e" 4 | - "j" 5 | - "j" 6 | - "j" 7 | - "k" 8 | - "k" 9 | - "k" 10 | - "k" 11 | - "j" 12 | - "j" 13 | - "j" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | - "e" 19 | - "j" 20 | - "j" 21 | - "j" 22 | - "k" 23 | - "k" 24 | - "k" 25 | - "k" 26 | - "j" 27 | - "j" 28 | - "j" 29 | - "k" 30 | - "k" 31 | - "k" 32 | - "k" 33 | - "a" 34 | - "j" 35 | - "k" 36 | - "j" 37 | - "k" 38 | - "j" 39 | - "k" 40 | - "j" 41 | - "k" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-083-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "k" 11 | - "k" 12 | - "j" 13 | - "j" 14 | - "j" 15 | - "j" 16 | - "k" 17 | - "k" 18 | - "j" 19 | - "j" 20 | - "j" 21 | - "j" 22 | - "k" 23 | - "k" 24 | - "j" 25 | - "j" 26 | - "j" 27 | - "j" 28 | - "k" 29 | - "k" 30 | - "j" 31 | - "j" 32 | - "j" 33 | - "j" 34 | - "k" 35 | - "k" 36 | - "k" 37 | - "k" 38 | - "k" 39 | - "k" 40 | - "k" 41 | - "k" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-083-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "f" 4 | - "e" 5 | - "f" 6 | - "j" 7 | - "k" 8 | - "j" 9 | - "k" 10 | - "j" 11 | - "k" 12 | - "j" 13 | - "k" 14 | - "k" 15 | - "j" 16 | - "k" 17 | - "j" 18 | - "k" 19 | - "j" 20 | - "k" 21 | - "j" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-084-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "j" 3 | - "j" 4 | - "e" 5 | - "j" 6 | - "j" 7 | - "e" 8 | - "j" 9 | - "j" 10 | - "j" 11 | - "j" 12 | - "k" 13 | - "k" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | - "f" 21 | - "f" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-084-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "c" 4 | - "j" 5 | - "j" 6 | - "j" 7 | - "e" 8 | - "c" 9 | - "j" 10 | - "k" 11 | - "k" 12 | - "k" 13 | - "k" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-085-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "g" 27 | - "g" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "g" 34 | - "g" 35 | - "g" 36 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-085-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "g" 6 | - "c" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "b" 15 | - "b" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-086-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-086-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "g" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "g" 27 | - "g" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "g" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-087-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "h" 3 | - "h" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "b" 11 | - "b" 12 | - "h" 13 | - "h" 14 | - "h" 15 | - "h" 16 | - "h" 17 | - "h" 18 | - "h" 19 | - "h" 20 | - "h" 21 | - "h" 22 | - "h" 23 | - "h" 24 | - "h" 25 | - "h" 26 | - "h" 27 | - "h" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-088-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "f" 28 | - "f" 29 | - "f" 30 | - "f" 31 | - "f" 32 | - "f" 33 | - "f" 34 | - "f" 35 | - "f" 36 | - "f" 37 | - "f" 38 | - "f" 39 | - "f" 40 | - "f" 41 | - "f" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-090-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "a" 7 | - "b" 8 | - "a" 9 | - "b" 10 | - "a" 11 | - "b" 12 | - "a" 13 | - "b" 14 | - "c" 15 | - "c" 16 | - "g" 17 | - "c" 18 | - "c" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "c" 27 | - "c" 28 | - "g" 29 | - "c" 30 | - "c" 31 | - "g" 32 | - "g" 33 | - "g" 34 | - "g" 35 | - "g" 36 | - "g" 37 | - "g" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-091-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "a" 5 | - "b" 6 | - "b" 7 | - "a" 8 | - "b" 9 | - "b" 10 | - "a" 11 | - "b" 12 | - "b" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "d" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-092-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-094-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "a" 4 | - "d" 5 | - "a" 6 | - "d" 7 | - "d" 8 | - "g" 9 | - "b" 10 | - "g" 11 | - "b" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "c" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "c" 26 | - "g" 27 | - "g" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "g" 34 | - "g" 35 | - "c" 36 | - "g" 37 | - "g" 38 | - "g" 39 | - "g" 40 | - "g" 41 | - "g" 42 | - "c" 43 | - "g" 44 | - "g" 45 | - "g" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-094-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "a" 7 | - "a" 8 | - "g" 9 | - "e" 10 | - "g" 11 | - "e" 12 | - "g" 13 | - "e" 14 | - "g" 15 | - "e" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-095-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "d" 15 | - "d" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-095-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "d" 14 | - "d" 15 | - "d" 16 | - "d" 17 | - "d" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "b" 23 | - "c" 24 | - "b" 25 | - "c" 26 | - "b" 27 | - "c" 28 | - "b" 29 | - "c" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-097-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "d" 4 | - "c" 5 | - "d" 6 | - "c" 7 | - "d" 8 | - "c" 9 | - "d" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | - "k" 21 | - "k" 22 | - "k" 23 | - "k" 24 | - "k" 25 | - "k" 26 | - "k" 27 | - "k" 28 | - "k" 29 | - "k" 30 | - "k" 31 | - "k" 32 | - "k" 33 | - "k" 34 | - "k" 35 | - "k" 36 | - "k" 37 | - "k" 38 | - "k" 39 | - "k" 40 | - "k" 41 | - "k" 42 | - "k" 43 | - "k" 44 | - "k" 45 | - "k" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-098-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-099-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "b" 5 | - "c" 6 | - "c" 7 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-099-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "b" 5 | - "c" 6 | - "c" 7 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-100-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "a" 7 | - "a" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "b" 13 | - "d" 14 | - "d" 15 | - "a" 16 | - "b" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "a" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-100-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "a" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "a" 12 | - "d" 13 | - "c" 14 | - "b" 15 | - "a" 16 | - "d" 17 | - "c" 18 | - "b" 19 | - "d" 20 | - "c" 21 | - "d" 22 | - "c" 23 | - "d" 24 | - "a" 25 | - "d" 26 | - "d" 27 | - "d" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-102-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "d" 7 | - "d" 8 | - "a" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "d" 13 | - "d" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "d" 18 | - "d" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-102-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "b" 5 | - "c" 6 | - "c" 7 | - "b" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "b" 13 | - "b" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-103-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-103-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-104-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "a" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "a" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "a" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "a" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-104-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "a" 19 | - "a" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-105-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "c" 5 | - "c" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-105-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "a" 5 | - "c" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-107-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "b" 5 | - "a" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "a" 10 | - "a" 11 | - "a" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-107-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-107-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "c" 7 | - "a" 8 | - "c" 9 | - "a" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "d" 19 | - "a" 20 | - "c" 21 | - "c" 22 | - "d" 23 | - "a" 24 | - "c" 25 | - "c" 26 | - "d" 27 | - "c" 28 | - "c" 29 | - "d" 30 | - "c" 31 | - "c" 32 | - "d" 33 | - "c" 34 | - "c" 35 | - "d" 36 | - "c" 37 | - "c" 38 | - "d" 39 | - "c" 40 | - "c" 41 | - "d" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-108-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "a" 5 | - "c" 6 | - "c" 7 | - "a" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "a" 21 | - "a" 22 | - "c" 23 | - "a" 24 | - "c" 25 | - "a" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "a" 33 | - "a" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-108-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-109-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-111-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "f" 4 | - "f" 5 | - "n" 6 | - "n" 7 | - "n" 8 | - "n" 9 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-111-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "b" 4 | - "g" 5 | - "g" 6 | - "n" 7 | - "n" 8 | - "o" 9 | - "n" 10 | - "n" 11 | - "o" 12 | - "n" 13 | - "n" 14 | - "o" 15 | - "n" 16 | - "n" 17 | - "o" 18 | - "o" 19 | - "o" 20 | - "o" 21 | - "o" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-112-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "n" 3 | - "n" 4 | - "n" 5 | - "n" 6 | - "n" 7 | - "n" 8 | - "n" 9 | - "n" 10 | - "d" 11 | - "d" 12 | - "e" 13 | - "e" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-112-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "b" 5 | - "b" 6 | - "n" 7 | - "n" 8 | - "n" 9 | - "n" 10 | - "n" 11 | - "n" 12 | - "n" 13 | - "n" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-113-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "e" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "a" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-113-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-114-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "e" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "e" 13 | - "e" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "d" 23 | - "e" 24 | - "e" 25 | - "d" 26 | - "e" 27 | - "e" 28 | - "e" 29 | - "e" 30 | - "e" 31 | - "e" 32 | - "d" 33 | - "e" 34 | - "e" 35 | - "e" 36 | - "e" 37 | - "d" 38 | - "e" 39 | - "e" 40 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-115-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "c" 5 | - "a" 6 | - "e" 7 | - "e" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "e" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "e" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-115-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-115-4-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "g" 4 | - "g" 5 | - "l" 6 | - "l" 7 | - "g" 8 | - "g" 9 | - "l" 10 | - "l" 11 | - "g" 12 | - "g" 13 | - "l" 14 | - "l" 15 | - "l" 16 | - "l" 17 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-115-5-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "c" 5 | - "c" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-115-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "d" 4 | - "g" 5 | - "g" 6 | - "g" 7 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-116-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "h" 5 | - "i" 6 | - "i" 7 | - "a" 8 | - "h" 9 | - "i" 10 | - "i" 11 | - "c" 12 | - "h" 13 | - "i" 14 | - "i" 15 | - "h" 16 | - "i" 17 | - "i" 18 | - "j" 19 | - "j" 20 | - "j" 21 | - "f" 22 | - "j" 23 | - "j" 24 | - "j" 25 | - "f" 26 | - "j" 27 | - "j" 28 | - "j" 29 | - "f" 30 | - "j" 31 | - "j" 32 | - "j" 33 | - "f" 34 | - "j" 35 | - "j" 36 | - "j" 37 | - "j" 38 | - "j" 39 | - "j" 40 | - "j" 41 | - "j" 42 | - "j" 43 | - "j" 44 | - "j" 45 | - "j" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-117-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "e" 4 | - "f" 5 | - "e" 6 | - "f" 7 | - "e" 8 | - "f" 9 | - "e" 10 | - "a" 11 | - "d" 12 | - "d" 13 | - "a" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | - "i" 23 | - "i" 24 | - "i" 25 | - "i" 26 | - "i" 27 | - "i" 28 | - "i" 29 | - "i" 30 | - "i" 31 | - "i" 32 | - "i" 33 | - "i" 34 | - "i" 35 | - "i" 36 | - "i" 37 | - "i" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-117-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "i" 3 | - "i" 4 | - "i" 5 | - "i" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "h" 19 | - "g" 20 | - "d" 21 | - "a" 22 | - "h" 23 | - "g" 24 | - "d" 25 | - "a" 26 | - "h" 27 | - "g" 28 | - "d" 29 | - "h" 30 | - "g" 31 | - "d" 32 | - "h" 33 | - "g" 34 | - "h" 35 | - "g" 36 | - "h" 37 | - "g" 38 | - "h" 39 | - "g" 40 | - "a" 41 | - "a" 42 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-118-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "h" 4 | - "h" 5 | - "a" 6 | - "h" 7 | - "h" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | - "i" 23 | - "i" 24 | - "i" 25 | - "i" 26 | - "i" 27 | - "i" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-118-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-119-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "a" 5 | - "a" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-119-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "b" 4 | - "f" 5 | - "b" 6 | - "f" 7 | - "f" 8 | - "i" 9 | - "i" 10 | - "a" 11 | - "i" 12 | - "i" 13 | - "a" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | - "i" 23 | - "i" 24 | - "i" 25 | - "i" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-121-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "a" 7 | - "a" 8 | - "b" 9 | - "b" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-121-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "b" 5 | - "b" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-122-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "d" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-123-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "g" 5 | - "g" 6 | - "d" 7 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-123-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-124-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "h" 5 | - "n" 6 | - "n" 7 | - "n" 8 | - "n" 9 | - "n" 10 | - "n" 11 | - "n" 12 | - "h" 13 | - "n" 14 | - "h" 15 | - "n" 16 | - "h" 17 | - "n" 18 | - "n" 19 | - "n" 20 | - "n" 21 | - "n" 22 | - "n" 23 | - "n" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-124-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "m" 3 | - "m" 4 | - "m" 5 | - "m" 6 | - "m" 7 | - "m" 8 | - "m" 9 | - "m" 10 | - "a" 11 | - "a" 12 | - "c" 13 | - "c" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-125-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "n" 5 | - "n" 6 | - "n" 7 | - "n" 8 | - "n" 9 | - "n" 10 | - "n" 11 | - "n" 12 | - "n" 13 | - "n" 14 | - "n" 15 | - "n" 16 | - "n" 17 | - "n" 18 | - "n" 19 | - "n" 20 | - "b" 21 | - "b" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-125-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "c" 5 | - "d" 6 | - "c" 7 | - "d" 8 | - "m" 9 | - "m" 10 | - "m" 11 | - "m" 12 | - "m" 13 | - "m" 14 | - "m" 15 | - "m" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-126-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "b" 5 | - "b" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "k" 11 | - "k" 12 | - "k" 13 | - "k" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | - "k" 21 | - "k" 22 | - "k" 23 | - "k" 24 | - "k" 25 | - "k" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-126-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "c" 4 | - "b" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "h" 15 | - "h" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | - "k" 21 | - "k" 22 | - "k" 23 | - "k" 24 | - "k" 25 | - "k" 26 | - "k" 27 | - "k" 28 | - "k" 29 | - "k" 30 | - "k" 31 | - "k" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-127-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-127-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "a" 7 | - "b" 8 | - "a" 9 | - "b" 10 | - "e" 11 | - "h" 12 | - "g" 13 | - "e" 14 | - "h" 15 | - "g" 16 | - "h" 17 | - "g" 18 | - "h" 19 | - "g" 20 | - "e" 21 | - "e" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-128-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "e" 5 | - "h" 6 | - "e" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "e" 11 | - "h" 12 | - "e" 13 | - "h" 14 | - "h" 15 | - "h" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "i" 21 | - "i" 22 | - "i" 23 | - "i" 24 | - "i" 25 | - "i" 26 | - "i" 27 | - "i" 28 | - "i" 29 | - "i" 30 | - "i" 31 | - "i" 32 | - "i" 33 | - "i" 34 | - "i" 35 | - "i" 36 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-128-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "a" 7 | - "a" 8 | - "h" 9 | - "e" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "e" 14 | - "h" 15 | - "h" 16 | - "e" 17 | - "h" 18 | - "e" 19 | - "h" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-129-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "c" 5 | - "c" 6 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-129-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-129-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-130-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "b" 8 | - "a" 9 | - "c" 10 | - "b" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "c" 15 | - "b" 16 | - "b" 17 | - "c" 18 | - "c" 19 | - "g" 20 | - "c" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "g" 27 | - "c" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "c" 34 | - "g" 35 | - "g" 36 | - "g" 37 | - "g" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-131-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "e" 4 | - "b" 5 | - "b" 6 | - "k" 7 | - "k" 8 | - "k" 9 | - "k" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-131-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "e" 5 | - "e" 6 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-132-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "i" 3 | - "i" 4 | - "i" 5 | - "i" 6 | - "d" 7 | - "d" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "o" 13 | - "o" 14 | - "o" 15 | - "o" 16 | - "o" 17 | - "o" 18 | - "o" 19 | - "o" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-132-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "e" 4 | - "e" 5 | - "a" 6 | - "e" 7 | - "e" 8 | - "d" 9 | - "d" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-133-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "j" 3 | - "j" 4 | - "i" 5 | - "j" 6 | - "j" 7 | - "i" 8 | - "j" 9 | - "j" 10 | - "i" 11 | - "j" 12 | - "j" 13 | - "i" 14 | - "j" 15 | - "j" 16 | - "i" 17 | - "j" 18 | - "j" 19 | - "i" 20 | - "j" 21 | - "j" 22 | - "i" 23 | - "j" 24 | - "j" 25 | - "i" 26 | - "h" 27 | - "h" 28 | - "h" 29 | - "h" 30 | - "h" 31 | - "h" 32 | - "h" 33 | - "h" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-134-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "e" 7 | - "a" 8 | - "a" 9 | - "e" 10 | - "e" 11 | - "e" 12 | - "c" 13 | - "b" 14 | - "c" 15 | - "b" 16 | - "c" 17 | - "c" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-135-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "h" 15 | - "g" 16 | - "h" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "h" 23 | - "g" 24 | - "h" 25 | - "g" 26 | - "h" 27 | - "h" 28 | - "h" 29 | - "h" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-135-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "h" 7 | - "h" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "g" 15 | - "h" 16 | - "g" 17 | - "h" 18 | - "g" 19 | - "h" 20 | - "g" 21 | - "h" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "h" 27 | - "h" 28 | - "h" 29 | - "h" 30 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-136-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-136-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-136-4-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "d" 4 | - "b" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "a" 9 | - "a" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-136-5-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "g" 4 | - "g" 5 | - "g" 6 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-136-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-137-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-137-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-137-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "g" 3 | - "g" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-138-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "e" 7 | - "e" 8 | - "e" 9 | - "e" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-138-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "j" 3 | - "j" 4 | - "j" 5 | - "j" 6 | - "j" 7 | - "j" 8 | - "j" 9 | - "j" 10 | - "j" 11 | - "j" 12 | - "j" 13 | - "j" 14 | - "j" 15 | - "j" 16 | - "j" 17 | - "j" 18 | - "i" 19 | - "i" 20 | - "j" 21 | - "i" 22 | - "i" 23 | - "j" 24 | - "i" 25 | - "i" 26 | - "j" 27 | - "i" 28 | - "i" 29 | - "j" 30 | - "i" 31 | - "i" 32 | - "j" 33 | - "i" 34 | - "i" 35 | - "j" 36 | - "i" 37 | - "i" 38 | - "j" 39 | - "j" 40 | - "j" 41 | - "i" 42 | - "i" 43 | - "j" 44 | - "j" 45 | - "j" 46 | - "j" 47 | - "j" 48 | - "j" 49 | - "j" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-139-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "e" 9 | - "e" 10 | - "e" 11 | - "e" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-140-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "k" 4 | - "b" 5 | - "k" 6 | - "b" 7 | - "k" 8 | - "b" 9 | - "k" 10 | - "k" 11 | - "k" 12 | - "k" 13 | - "k" 14 | - "k" 15 | - "k" 16 | - "k" 17 | - "k" 18 | - "k" 19 | - "k" 20 | - "k" 21 | - "k" 22 | - "a" 23 | - "h" 24 | - "a" 25 | - "h" 26 | - "a" 27 | - "h" 28 | - "a" 29 | - "h" 30 | - "h" 31 | - "h" 32 | - "h" 33 | - "h" 34 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/tetragonal/POSCAR-141-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "h" 15 | - "h" 16 | - "h" 17 | - "h" 18 | - "h" 19 | - "h" 20 | - "h" 21 | - "h" 22 | - "h" 23 | - "h" 24 | - "h" 25 | - "h" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/triclinic/POSCAR-001-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/triclinic/POSCAR-002-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "i" 3 | - "i" 4 | - "i" 5 | - "i" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | - "i" 23 | - "i" 24 | - "i" 25 | - "i" 26 | - "i" 27 | - "i" 28 | - "i" 29 | - "i" 30 | - "i" 31 | - "i" 32 | - "i" 33 | - "i" 34 | - "i" 35 | - "i" 36 | - "i" 37 | - "i" 38 | - "i" 39 | - "i" 40 | - "i" 41 | - "i" 42 | - "i" 43 | - "i" 44 | - "i" 45 | - "i" 46 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-143-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "c" 4 | - "a" 5 | - "c" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "b" 13 | - "b" 14 | - "d" 15 | - "d" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "d" 34 | - "d" 35 | - "d" 36 | - "d" 37 | - "d" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-143-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "c" 4 | - "a" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "c" 13 | - "d" 14 | - "d" 15 | - "d" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-144-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-144-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | - "a" 39 | - "a" 40 | - "a" 41 | - "a" 42 | - "a" 43 | - "a" 44 | - "a" 45 | - "a" 46 | - "a" 47 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-145-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | - "a" 39 | - "a" 40 | - "a" 41 | - "a" 42 | - "a" 43 | - "a" 44 | - "a" 45 | - "a" 46 | - "a" 47 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-146-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | - "b" 23 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-147-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "g" 5 | - "g" 6 | - "g" 7 | - "g" 8 | - "g" 9 | - "g" 10 | - "g" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "g" 27 | - "g" 28 | - "g" 29 | - "g" 30 | - "g" 31 | - "g" 32 | - "g" 33 | - "g" 34 | - "g" 35 | - "g" 36 | - "g" 37 | - "g" 38 | - "g" 39 | - "g" 40 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-149-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "k" 4 | - "k" 5 | - "k" 6 | - "c" 7 | - "l" 8 | - "l" 9 | - "l" 10 | - "l" 11 | - "l" 12 | - "l" 13 | - "l" 14 | - "l" 15 | - "l" 16 | - "l" 17 | - "l" 18 | - "l" 19 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-149-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "f" 4 | - "d" 5 | - "l" 6 | - "l" 7 | - "l" 8 | - "l" 9 | - "l" 10 | - "l" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-150-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "d" 5 | - "e" 6 | - "e" 7 | - "e" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "g" 27 | - "g" 28 | - "g" 29 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-150-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "e" 3 | - "f" 4 | - "e" 5 | - "f" 6 | - "e" 7 | - "f" 8 | - "a" 9 | - "d" 10 | - "d" 11 | - "g" 12 | - "g" 13 | - "g" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "g" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "g" 25 | - "g" 26 | - "g" 27 | - "g" 28 | - "g" 29 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-151-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "a" 11 | - "a" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "a" 16 | - "a" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | - "c" 37 | - "c" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-151-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-152-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-153-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-154-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "a" 34 | - "c" 35 | - "a" 36 | - "c" 37 | - "a" 38 | - "c" 39 | - "c" 40 | - "c" 41 | - "c" 42 | - "b" 43 | - "c" 44 | - "b" 45 | - "c" 46 | - "b" 47 | - "c" 48 | - "c" 49 | - "c" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-154-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-154-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-156-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "a" 7 | - "b" 8 | - "c" 9 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-156-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "b" 5 | - "c" 6 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-157-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "d" 11 | - "c" 12 | - "c" 13 | - "d" 14 | - "c" 15 | - "c" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "b" 21 | - "b" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-158-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-159-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | - "c" 37 | - "c" 38 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-160-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "b" 17 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-160-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "b" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "a" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "c" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "c" 21 | - "b" 22 | - "b" 23 | - "b" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-161-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "b" 9 | - "b" 10 | - "b" 11 | - "b" 12 | - "b" 13 | - "b" 14 | - "b" 15 | - "b" 16 | - "b" 17 | - "b" 18 | - "b" 19 | - "b" 20 | - "b" 21 | - "b" 22 | - "b" 23 | - "b" 24 | - "b" 25 | - "b" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-162-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "d" 5 | - "k" 6 | - "k" 7 | - "k" 8 | - "k" 9 | - "k" 10 | - "k" 11 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-162-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "h" 5 | - "h" 6 | - "h" 7 | - "h" 8 | - "c" 9 | - "k" 10 | - "c" 11 | - "k" 12 | - "k" 13 | - "k" 14 | - "k" 15 | - "k" 16 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-163-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "a" 7 | - "d" 8 | - "a" 9 | - "d" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | - "i" 19 | - "i" 20 | - "i" 21 | - "i" 22 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-163-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "b" 3 | - "b" 4 | - "c" 5 | - "c" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | - "i" 13 | - "i" 14 | - "i" 15 | - "i" 16 | - "i" 17 | - "i" 18 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-164-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "b" 4 | - "d" 5 | - "d" 6 | - "i" 7 | - "i" 8 | - "i" 9 | - "i" 10 | - "i" 11 | - "i" 12 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-164-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "d" 4 | - "d" 5 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-165-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "g" 9 | - "d" 10 | - "a" 11 | - "g" 12 | - "d" 13 | - "a" 14 | - "g" 15 | - "g" 16 | - "g" 17 | - "g" 18 | - "g" 19 | - "d" 20 | - "g" 21 | - "g" 22 | - "g" 23 | - "g" 24 | - "d" 25 | - "g" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-166-2-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "b" 6 | - "b" 7 | - "b" 8 | - "h" 9 | - "h" 10 | - "h" 11 | - "h" 12 | - "h" 13 | - "h" 14 | - "h" 15 | - "h" 16 | - "h" 17 | - "h" 18 | - "h" 19 | - "h" 20 | - "h" 21 | - "h" 22 | - "h" 23 | - "h" 24 | - "h" 25 | - "h" 26 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/trigonal/POSCAR-167-3-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "e" 15 | - "e" 16 | - "e" 17 | - "e" 18 | - "e" 19 | - "e" 20 | - "e" 21 | - "e" 22 | - "e" 23 | - "e" 24 | - "e" 25 | - "e" 26 | - "e" 27 | - "e" 28 | - "e" 29 | - "e" 30 | - "e" 31 | - "e" 32 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-1-221-33-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | - "a" 39 | - "a" 40 | - "a" 41 | - "a" 42 | - "a" 43 | - "a" 44 | - "a" 45 | - "a" 46 | - "a" 47 | - "a" 48 | - "a" 49 | - "a" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-1-222-33-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | - "a" 39 | - "a" 40 | - "a" 41 | - "a" 42 | - "a" 43 | - "a" 44 | - "a" 45 | - "a" 46 | - "a" 47 | - "a" 48 | - "a" 49 | - "a" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-1-223-33-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | - "a" 39 | - "a" 40 | - "a" 41 | - "a" 42 | - "a" 43 | - "a" 44 | - "a" 45 | - "a" 46 | - "a" 47 | - "a" 48 | - "a" 49 | - "a" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-1-224-33-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | - "a" 5 | - "a" 6 | - "a" 7 | - "a" 8 | - "a" 9 | - "a" 10 | - "a" 11 | - "a" 12 | - "a" 13 | - "a" 14 | - "a" 15 | - "a" 16 | - "a" 17 | - "a" 18 | - "a" 19 | - "a" 20 | - "a" 21 | - "a" 22 | - "a" 23 | - "a" 24 | - "a" 25 | - "a" 26 | - "a" 27 | - "a" 28 | - "a" 29 | - "a" 30 | - "a" 31 | - "a" 32 | - "a" 33 | - "a" 34 | - "a" 35 | - "a" 36 | - "a" 37 | - "a" 38 | - "a" 39 | - "a" 40 | - "a" 41 | - "a" 42 | - "a" 43 | - "a" 44 | - "a" 45 | - "a" 46 | - "a" 47 | - "a" 48 | - "a" 49 | - "a" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-10-221-18-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "o" 3 | - "o" 4 | - "o" 5 | - "o" 6 | - "o" 7 | - "o" 8 | - "o" 9 | - "o" 10 | - "o" 11 | - "o" 12 | - "o" 13 | - "o" 14 | - "o" 15 | - "o" 16 | - "o" 17 | - "o" 18 | - "o" 19 | - "o" 20 | - "o" 21 | - "o" 22 | - "o" 23 | - "o" 24 | - "o" 25 | - "o" 26 | - "o" 27 | - "o" 28 | - "o" 29 | - "o" 30 | - "o" 31 | - "o" 32 | - "o" 33 | - "o" 34 | - "o" 35 | - "o" 36 | - "o" 37 | - "o" 38 | - "o" 39 | - "o" 40 | - "o" 41 | - "o" 42 | - "o" 43 | - "o" 44 | - "o" 45 | - "o" 46 | - "o" 47 | - "o" 48 | - "o" 49 | - "o" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-10-223-18-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "o" 3 | - "o" 4 | - "o" 5 | - "o" 6 | - "o" 7 | - "o" 8 | - "o" 9 | - "o" 10 | - "o" 11 | - "o" 12 | - "o" 13 | - "o" 14 | - "o" 15 | - "o" 16 | - "o" 17 | - "o" 18 | - "o" 19 | - "o" 20 | - "o" 21 | - "o" 22 | - "o" 23 | - "o" 24 | - "o" 25 | - "o" 26 | - "o" 27 | - "o" 28 | - "o" 29 | - "o" 30 | - "o" 31 | - "o" 32 | - "o" 33 | - "o" 34 | - "o" 35 | - "o" 36 | - "o" 37 | - "o" 38 | - "o" 39 | - "o" 40 | - "o" 41 | - "o" 42 | - "o" 43 | - "o" 44 | - "o" 45 | - "o" 46 | - "o" 47 | - "o" 48 | - "o" 49 | - "o" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-102-224-13-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "d" 3 | - "d" 4 | - "d" 5 | - "d" 6 | - "d" 7 | - "d" 8 | - "d" 9 | - "d" 10 | - "d" 11 | - "d" 12 | - "d" 13 | - "d" 14 | - "d" 15 | - "d" 16 | - "d" 17 | - "d" 18 | - "d" 19 | - "d" 20 | - "d" 21 | - "d" 22 | - "d" 23 | - "d" 24 | - "d" 25 | - "d" 26 | - "d" 27 | - "d" 28 | - "d" 29 | - "d" 30 | - "d" 31 | - "d" 32 | - "d" 33 | - "d" 34 | - "d" 35 | - "d" 36 | - "d" 37 | - "d" 38 | - "d" 39 | - "d" 40 | - "d" 41 | - "d" 42 | - "d" 43 | - "d" 44 | - "d" 45 | - "d" 46 | - "d" 47 | - "d" 48 | - "d" 49 | - "d" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-104-222-13-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "c" 3 | - "c" 4 | - "c" 5 | - "c" 6 | - "c" 7 | - "c" 8 | - "c" 9 | - "c" 10 | - "c" 11 | - "c" 12 | - "c" 13 | - "c" 14 | - "c" 15 | - "c" 16 | - "c" 17 | - "c" 18 | - "c" 19 | - "c" 20 | - "c" 21 | - "c" 22 | - "c" 23 | - "c" 24 | - "c" 25 | - "c" 26 | - "c" 27 | - "c" 28 | - "c" 29 | - "c" 30 | - "c" 31 | - "c" 32 | - "c" 33 | - "c" 34 | - "c" 35 | - "c" 36 | - "c" 37 | - "c" 38 | - "c" 39 | - "c" 40 | - "c" 41 | - "c" 42 | - "c" 43 | - "c" 44 | - "c" 45 | - "c" 46 | - "c" 47 | - "c" 48 | - "c" 49 | - "c" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-105-223-13-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "f" 3 | - "f" 4 | - "f" 5 | - "f" 6 | - "f" 7 | - "f" 8 | - "f" 9 | - "f" 10 | - "f" 11 | - "f" 12 | - "f" 13 | - "f" 14 | - "f" 15 | - "f" 16 | - "f" 17 | - "f" 18 | - "f" 19 | - "f" 20 | - "f" 21 | - "f" 22 | - "f" 23 | - "f" 24 | - "f" 25 | - "f" 26 | - "f" 27 | - "f" 28 | - "f" 29 | - "f" 30 | - "f" 31 | - "f" 32 | - "f" 33 | - "f" 34 | - "f" 35 | - "f" 36 | - "f" 37 | - "f" 38 | - "f" 39 | - "f" 40 | - "f" 41 | - "f" 42 | - "f" 43 | - "f" 44 | - "f" 45 | - "f" 46 | - "f" 47 | - "f" 48 | - "f" 49 | - "f" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-111-221-11-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "o" 3 | - "o" 4 | - "o" 5 | - "o" 6 | - "o" 7 | - "o" 8 | - "o" 9 | - "o" 10 | - "o" 11 | - "o" 12 | - "o" 13 | - "o" 14 | - "o" 15 | - "o" 16 | - "o" 17 | - "o" 18 | - "o" 19 | - "o" 20 | - "o" 21 | - "o" 22 | - "o" 23 | - "o" 24 | - "o" 25 | - "o" 26 | - "o" 27 | - "o" 28 | - "o" 29 | - "o" 30 | - "o" 31 | - "o" 32 | - "o" 33 | - "o" 34 | - "o" 35 | - "o" 36 | - "o" 37 | - "o" 38 | - "o" 39 | - "o" 40 | - "o" 41 | - "o" 42 | - "o" 43 | - "o" 44 | - "o" 45 | - "o" 46 | - "o" 47 | - "o" 48 | - "o" 49 | - "o" 50 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/python/test/ref/virtual_structure/POSCAR-160-fcc-ref: -------------------------------------------------------------------------------- 1 | wyckoffs: 2 | - "a" 3 | - "a" 4 | -------------------------------------------------------------------------------- /dep-ext/spglib-1.11.2.1/ruby/extconf.rb: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env ruby 2 | 3 | require 'mkmf' 4 | extension_name = 'getspg' 5 | dir_config(extension_name) 6 | 7 | if have_header('spglib.h') and have_library('symspg') 8 | create_makefile(extension_name) 9 | end 10 | -------------------------------------------------------------------------------- /dep-ext/spglib.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/dep-ext/spglib.tar.gz -------------------------------------------------------------------------------- /examples/00-rdf/POSCAR: -------------------------------------------------------------------------------- 1 | Cu Ag 2 | 1.00000000000000 3 | 3.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 3.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 3.00000000000000 6 | Cu Ag 7 | 1 1 8 | direct 9 | 0.00000000000000 0.00000000000000 0.00000000000000 10 | 0.50000000000000 0.50000000000000 0.50000000000000 11 | -------------------------------------------------------------------------------- /examples/01-spg/POSCAR: -------------------------------------------------------------------------------- 1 | bcc-Cu 2 | 1.00000000000000 3 | 3.03000000000000 0.00000000000000 0.00000000000000 4 | 0.00200000000000 3.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 3.00000000000000 6 | Cu 7 | 2 8 | direct 9 | 0.00000000000000 0.00000000000000 0.00000000000000 10 | 0.50000000000000 0.50000000000000 0.50000000000000 11 | -------------------------------------------------------------------------------- /examples/02-cmp/POSCAR0: -------------------------------------------------------------------------------- 1 | Cu-Ag 2 | 1.00000000000000 3 | 3.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 3.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 3.00000000000000 6 | Cu Ag 7 | 1 1 8 | direct 9 | 0.00000000000000 0.00000000000000 0.00000000000000 10 | 0.50000000000000 0.50000000000000 0.50000000000000 11 | -------------------------------------------------------------------------------- /examples/02-cmp/POSCAR1: -------------------------------------------------------------------------------- 1 | Cu-Ag 2 | 1.00000000000000 3 | 3.03000000000000 0.00000000000000 0.00000000000000 4 | 0.00200000000000 3.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 3.00000000000000 6 | Cu Ag 7 | 1 1 8 | direct 9 | 0.00000000000000 0.00000000000000 0.00000000000000 10 | 0.50000000000000 0.50000000000000 0.50000000000000 11 | -------------------------------------------------------------------------------- /examples/03-rlx/POSCAR: -------------------------------------------------------------------------------- 1 | Cu 2 | 1.00000000000000 3 | 3.62635840191274 0.00000000000000 0.00000000000000 4 | 0.00000000000000 3.62635840191274 0.00000000000000 5 | 0.00000000000000 0.00000000000000 6.02635840191274 6 | Cu 7 | 4 8 | direct 9 | 0.00000000000000 0.00000000000000 0.00000000000000 10 | 0.00000000000000 0.50000000000000 0.50000000000000 11 | 0.50000000000000 0.00000000000000 0.50000000000000 12 | 0.50000000000000 0.50000000000000 0.00000000000000 13 | -------------------------------------------------------------------------------- /examples/04-prs/DATA.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/examples/04-prs/DATA.tar.gz -------------------------------------------------------------------------------- /examples/05-trn/PARS.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/examples/05-trn/PARS.tar.gz -------------------------------------------------------------------------------- /examples/06-evo/INI/sub0: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | #SBATCH -p best 3 | #SBATCH -n 1 4 | 5 | cd $SLURM_SUBMIT_DIR 6 | 7 | 8 | #============================ DO NOT CHANGE FROM HERE 9 | 10 | 11 | cd EVOS/GGGG/MMMM/ 12 | 13 | date -d now +%s > stamp 14 | 15 | cp -r ../../../INI/NNET/* . 16 | 17 | ./maise-nnet > out 18 | 19 | mv POSCAR POSCAR.0 20 | mv CONTCAR CONTCAR.0 21 | mv OUTCAR OUTCAR.0 22 | mv OSZICAR OSZICAR.0 23 | mv PRIM PRIM.0 24 | mv CONV CONV.0 25 | 26 | rm -rf setup tmp* wyck* mod* maise-nnet 27 | cd ../../.. 28 | -------------------------------------------------------------------------------- /examples/09-ana/INI0/maise-nnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/examples/09-ana/INI0/maise-nnet -------------------------------------------------------------------------------- /examples/09-ana/INI1/INCAR: -------------------------------------------------------------------------------- 1 | SYSTEM = A 2 | IBRION=1 3 | LWAVE=.FALSE. 4 | LCHARG=.FALSE. 5 | NPAR=4 6 | NSIM=4 7 | ALGO=normal 8 | #====== DO NOT CHANGE FROM HERE 9 | NSW=0 10 | PSTRESS=200.0 11 | PREC=acc 12 | ISIF=3 13 | ISMEAR=1 14 | SIGMA=0.1 15 | SYMPREC=1e-08 16 | ENCUT=500.0 17 | -------------------------------------------------------------------------------- /inc/clib.h: -------------------------------------------------------------------------------- 1 | #ifndef C_LIB 2 | #define C_LIB 3 | #include 4 | #include 5 | #include 6 | #include 7 | #include 8 | #include 9 | #include "sys/time.h" 10 | #include "sys/resource.h" 11 | #endif 12 | -------------------------------------------------------------------------------- /inc/cpot.h: -------------------------------------------------------------------------------- 1 | #ifndef CPOT 2 | #define CPOT 3 | 4 | #include "clib.h" 5 | #include "cdef.h" 6 | #include "cell.h" 7 | #include "util.h" 8 | 9 | double dFC(double R1, double R2, double r); 10 | double FC(double R1, double R2, double r); 11 | double ENE_POT(Cell *C); 12 | double FRC_POT(Cell *C); 13 | void READ_POT(Cell *C, char *file); 14 | #endif 15 | -------------------------------------------------------------------------------- /inc/mlib.h: -------------------------------------------------------------------------------- 1 | #ifndef MAISE 2 | #define MAISE 3 | 4 | #include "clib.h" 5 | #include "cdef.h" 6 | #include "edef.h" 7 | #include "ndef.h" 8 | #include "cell.h" 9 | #include "cfnc.h" 10 | #include "cmin.h" 11 | #include "cmod.h" 12 | #include "cpot.h" 13 | #include "cutl.h" 14 | #include "efnc.h" 15 | #include "emod.h" 16 | #include "eutl.h" 17 | #include "nmin.h" 18 | #include "nmlp.h" 19 | #include "nmod.h" 20 | #include "nprs.h" 21 | #include "nutl.h" 22 | #include "plot.h" 23 | #include "sutl.h" 24 | #include "util.h" 25 | 26 | #endif 27 | -------------------------------------------------------------------------------- /inc/plot.h: -------------------------------------------------------------------------------- 1 | #ifndef PLOT_H 2 | #define PLOT_H 3 | 4 | #include "clib.h" 5 | #include "cdef.h" 6 | #include "ndef.h" 7 | //#include "edef.h" 8 | #include "util.h" 9 | 10 | void PLOT(ANN *R, int type, int N1, int N2, int M, char *test, char *CMP); 11 | #endif 12 | -------------------------------------------------------------------------------- /inc/sutl.h: -------------------------------------------------------------------------------- 1 | #ifndef SUTL_H 2 | #define SUTL_H 3 | 4 | #include 5 | #include "clib.h" 6 | #include "cdef.h" 7 | #include "cell.h" 8 | #include "cutl.h" 9 | #include "ndef.h" 10 | #include "nutl.h" 11 | #include "spglib.h" 12 | 13 | int FIND_WYC(Cell *C, Cell *D, double tol, int J); 14 | void READ_SG(Cell *C); 15 | #endif 16 | -------------------------------------------------------------------------------- /inc/user.h: -------------------------------------------------------------------------------- 1 | #ifndef USER 2 | #define USER 3 | 4 | #include "clib.h" 5 | #include "cdef.h" 6 | #include "ndef.h" 7 | #include "cell.h" 8 | #include "nutl.h" 9 | #include "util.h" 10 | 11 | void USER_CELL(Cell *C, Cell *D, int argc, char **argv); 12 | 13 | #endif 14 | -------------------------------------------------------------------------------- /interface/c/makefile: -------------------------------------------------------------------------------- 1 | EXE = c2maise 2 | CC = gcc 3 | 4 | M_PATH = ../../ 5 | 6 | LIB = $(M_PATH)lib/libmaise.a -lm -fopenmp; 7 | INC = -I$(M_PATH)inc -I$(M_PATH)lib/include 8 | 9 | ./bin/$(EXE): $(EXE).c 10 | @$(CC) -o $@ $^ $(INC) $(LIB) 11 | 12 | clean: 13 | @rm -rf ./bin/$(EXE) 14 | -------------------------------------------------------------------------------- /interface/c/test/CONTCAR: -------------------------------------------------------------------------------- 1 | 2 | 1.00000000000000 3 | 20.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 20.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 20.00000000000000 6 | Cu 7 | 4 8 | direct 9 | 0.60000000000000 0.50000000000000 0.50000000000000 10 | 0.40000000000000 0.50000000000000 0.50000000000000 11 | 0.50000000000000 0.60000000000000 0.50000000000000 12 | 0.50000000000000 0.40000000000000 0.50000000000000 13 | -------------------------------------------------------------------------------- /interface/c/test/OSZICAR: -------------------------------------------------------------------------------- 1 | -6.35967864 2 | -------------------------------------------------------------------------------- /interface/c/test/POSCAR: -------------------------------------------------------------------------------- 1 | 2 | 1.00000000000000 3 | 20.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 20.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 20.00000000000000 6 | Cu 7 | 4 8 | direct 9 | 0.10000000000000 0.00000000000000 0.00000000000000 10 | -0.10000000000000 0.00000000000000 0.00000000000000 11 | 0.00000000000000 0.10000000000000 0.00000000000000 12 | 0.00000000000000 -0.10000000000000 0.00000000000000 13 | -------------------------------------------------------------------------------- /interface/cpp/makefile: -------------------------------------------------------------------------------- 1 | EXE = cpp2maise 2 | CC = gcc 3 | 4 | M_PATH = ../../ 5 | 6 | LIB = $(M_PATH)/lib/libmaise.a -lm -fopenmp; 7 | INC = -I$(M_PATH)/inc -I$(M_PATH)/lib/include 8 | 9 | ./bin/$(EXE): $(EXE).cpp 10 | @$(CC) -o $@ $^ $(INC) $(LIB) 11 | 12 | clean: 13 | @rm -rf ./bin/$(EXE) 14 | -------------------------------------------------------------------------------- /interface/cpp/test/CONTCAR: -------------------------------------------------------------------------------- 1 | 2 | 1.00000000000000 3 | 20.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 20.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 20.00000000000000 6 | Cu 7 | 4 8 | direct 9 | 0.60000000000000 0.50000000000000 0.50000000000000 10 | 0.40000000000000 0.50000000000000 0.50000000000000 11 | 0.50000000000000 0.60000000000000 0.50000000000000 12 | 0.50000000000000 0.40000000000000 0.50000000000000 13 | -------------------------------------------------------------------------------- /interface/cpp/test/OSZICAR: -------------------------------------------------------------------------------- 1 | -6.35967864 2 | -------------------------------------------------------------------------------- /interface/cpp/test/POSCAR: -------------------------------------------------------------------------------- 1 | 2 | 1.00000000000000 3 | 20.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 20.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 20.00000000000000 6 | Cu 7 | 4 8 | direct 9 | 0.10000000000000 0.00000000000000 0.00000000000000 10 | -0.10000000000000 0.00000000000000 0.00000000000000 11 | 0.00000000000000 0.10000000000000 0.00000000000000 12 | 0.00000000000000 -0.10000000000000 0.00000000000000 13 | -------------------------------------------------------------------------------- /interface/f90/makefile: -------------------------------------------------------------------------------- 1 | EXE = fort2maise 2 | FC = gfortran -fcheck=all -fbacktrace 3 | 4 | M_PATH = ../../ 5 | 6 | LIB = $(M_PATH)/lib/libmaise.a -fopenmp 7 | 8 | ./bin/$(EXE): $(EXE).f90 maise.o maisedef.o 9 | @$(FC) -o $@ $^ $(LIB);rm ./*.o; 10 | 11 | maise.o: maise.f90 maisedef.o 12 | @$(FC) -c maise.f90; 13 | 14 | maisedef.o: maisedef.f90 15 | @$(FC) -c maisedef.f90; 16 | 17 | clean: 18 | @rm -rf ./bin/$(EXE){,.o} ./*.{o,mod} 2>&1; 19 | @rm -rf ./maisedef.{o.mod} 2>&1; 20 | -------------------------------------------------------------------------------- /interface/f90/test/CONTCAR: -------------------------------------------------------------------------------- 1 | 2 | 1.00000000000000 3 | 20.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 20.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 20.00000000000000 6 | Cu 7 | 4 8 | direct 9 | 0.60000000000000 0.50000000000000 0.50000000000000 10 | 0.40000000000000 0.50000000000000 0.50000000000000 11 | 0.50000000000000 0.60000000000000 0.50000000000000 12 | 0.50000000000000 0.40000000000000 0.50000000000000 13 | -------------------------------------------------------------------------------- /interface/f90/test/OSZICAR: -------------------------------------------------------------------------------- 1 | -6.35967864 2 | -------------------------------------------------------------------------------- /interface/f90/test/POSCAR: -------------------------------------------------------------------------------- 1 | 2 | 1.00000000000000 3 | 20.00000000000000 0.00000000000000 0.00000000000000 4 | 0.00000000000000 20.00000000000000 0.00000000000000 5 | 0.00000000000000 0.00000000000000 20.00000000000000 6 | Cu 7 | 4 8 | direct 9 | 0.10000000000000 0.00000000000000 0.00000000000000 10 | -0.10000000000000 0.00000000000000 0.00000000000000 11 | 0.00000000000000 0.10000000000000 0.00000000000000 12 | 0.00000000000000 -0.10000000000000 0.00000000000000 13 | -------------------------------------------------------------------------------- /lib/include/gsl/gsl_complex_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/lib/include/gsl/gsl_complex_math.h -------------------------------------------------------------------------------- /lib/include/gsl/gsl_sort.h: -------------------------------------------------------------------------------- 1 | #ifndef __GSL_SORT_H__ 2 | #define __GSL_SORT_H__ 3 | 4 | #include 5 | #include 6 | #include 7 | 8 | #include 9 | #include 10 | 11 | #include 12 | #include 13 | 14 | #include 15 | #include 16 | 17 | #include 18 | #include 19 | 20 | #endif /* __GSL_SORT_H__ */ 21 | -------------------------------------------------------------------------------- /lib/include/gsl/gsl_specfunc.h: -------------------------------------------------------------------------------- 1 | /* Author: G. Jungman */ 2 | 3 | 4 | /* Convenience header */ 5 | #ifndef __GSL_SPECFUNC_H__ 6 | #define __GSL_SPECFUNC_H__ 7 | 8 | #include 9 | 10 | #endif /* __GSL_SPECFUNC_H__ */ 11 | -------------------------------------------------------------------------------- /lib/libgsl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/lib/libgsl.a -------------------------------------------------------------------------------- /lib/libgslcblas.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/lib/libgslcblas.a -------------------------------------------------------------------------------- /lib/libmaise.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/lib/libmaise.a -------------------------------------------------------------------------------- /lib/libsymspg.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/lib/libsymspg.a -------------------------------------------------------------------------------- /maise: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/maise -------------------------------------------------------------------------------- /obj/cell.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/cell.o -------------------------------------------------------------------------------- /obj/cfnc.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/cfnc.o -------------------------------------------------------------------------------- /obj/cmin.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/cmin.o -------------------------------------------------------------------------------- /obj/cmod.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/cmod.o -------------------------------------------------------------------------------- /obj/cpot.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/cpot.o -------------------------------------------------------------------------------- /obj/cutl.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/cutl.o -------------------------------------------------------------------------------- /obj/efnc.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/efnc.o -------------------------------------------------------------------------------- /obj/emod.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/emod.o -------------------------------------------------------------------------------- /obj/eutl.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/eutl.o -------------------------------------------------------------------------------- /obj/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/main.o -------------------------------------------------------------------------------- /obj/nmin.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/nmin.o -------------------------------------------------------------------------------- /obj/nmlp.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/nmlp.o -------------------------------------------------------------------------------- /obj/nmod.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/nmod.o -------------------------------------------------------------------------------- /obj/nprs.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/nprs.o -------------------------------------------------------------------------------- /obj/nutl.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/nutl.o -------------------------------------------------------------------------------- /obj/plot.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/plot.o -------------------------------------------------------------------------------- /obj/sutl.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/sutl.o -------------------------------------------------------------------------------- /obj/user.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/user.o -------------------------------------------------------------------------------- /obj/util.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maise-guide/maise/665d6e4247c5b99ecbdd514b507f0af57ea4d59f/obj/util.o -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/100/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/101/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/102/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/103/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/104/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/105/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/106/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/107/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/108/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/109/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/110/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/111/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/112/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/113/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/114/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/115/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/116/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/117/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/118/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/119/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/120/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/121/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/122/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/123/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/124/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/125/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/126/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/127/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/128/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/129/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/130/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/131/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/132/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/133/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/134/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/135/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/136/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/137/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/138/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/139/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/140/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/141/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/142/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/143/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/144/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/145/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/146/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/147/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/148/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/149/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/150/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/000/tag: -------------------------------------------------------------------------------- 1 | 1 2 | 0.9 3 | 2.0 4 | 5.0 5 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M020/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M021/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M022/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M023/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M024/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M025/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M026/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M027/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 0 3 | 1 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M028/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/M029/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 1 2 | 1 3 | 0 4 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/100/tag: -------------------------------------------------------------------------------- 1 | 1 2 | 0.9 3 | 2.0 4 | 5.0 5 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M020/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M021/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M022/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M023/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M024/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M025/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M026/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M027/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M028/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/M029/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/108/tag: -------------------------------------------------------------------------------- 1 | 1 2 | 0.9 3 | 2.0 4 | 5.0 5 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M020/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M021/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M022/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M023/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M024/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M025/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M026/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M027/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M028/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/M029/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/110/tag: -------------------------------------------------------------------------------- 1 | 1 2 | 0.9 3 | 2.0 4 | 5.0 5 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M020/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 1 3 | 0 4 | 0 5 | 1 6 | 0 7 | 0 8 | 1 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M021/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 1 4 | 0 5 | 1 6 | 0 7 | 1 8 | 0 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M022/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 0 4 | 0 5 | 0 6 | 1 7 | 1 8 | 1 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M023/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 1 4 | 0 5 | 0 6 | 0 7 | 1 8 | 1 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M024/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 1 3 | 0 4 | 0 5 | 1 6 | 0 7 | 0 8 | 1 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M025/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 1 4 | 0 5 | 1 6 | 0 7 | 0 8 | 1 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M026/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 0 4 | 0 5 | 1 6 | 1 7 | 1 8 | 0 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M027/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 0 4 | 1 5 | 0 6 | 0 7 | 1 8 | 1 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M028/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 1 4 | 0 5 | 1 6 | 0 7 | 1 8 | 0 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/M029/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 3 2 | 0 3 | 0 4 | 1 5 | 0 6 | 1 7 | 0 8 | 1 9 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/114/tag: -------------------------------------------------------------------------------- 1 | 1 2 | 0.9 3 | 2.0 4 | 5.0 5 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/00/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/01/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/02/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/03/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/04/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/05/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/06/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/07/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/08/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/09/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/10/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/11/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/12/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/13/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/14/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/15/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/16/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/17/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/18/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/19/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/20/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/21/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/22/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/23/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/24/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/25/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/26/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/27/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/28/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/29/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/30/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/31/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/32/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/33/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/34/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/35/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/36/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/37/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/38/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/39/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/40/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/41/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/42/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/43/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/44/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/45/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/46/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/47/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/48/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/49/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/50/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/51/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/52/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/53/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/54/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/55/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/56/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 0 4 | 1 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/57/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 1 4 | 0 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/58/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/59/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 1 3 | 0 4 | 1 5 | 0 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/60/frc.dat: -------------------------------------------------------------------------------- 1 | MARK 2 2 | 0 3 | 1 4 | 0 5 | 1 6 | -------------------------------------------------------------------------------- /test/parse/DATA/2947/200/tag: -------------------------------------------------------------------------------- 1 | 1 2 | 0.9 3 | 2.0 4 | 5.0 5 | -------------------------------------------------------------------------------- /test/parse/README: -------------------------------------------------------------------------------- 1 | Processing of a dataset for neural network training. 2 | 3 | Run 'maise' to parse structures in DATA/. The run will produce PARS/ with e* parsed files, stamp.dat, index.dat, ve.dat, and RDF0.dat. 4 | 5 | For comparison, the corresponding reference output files are provided in pars/ directory. 6 | -------------------------------------------------------------------------------- /test/parse/ref/stamp.dat: -------------------------------------------------------------------------------- 1 | VERS maise.2.8.06 2 | TIME Sat Nov 14 14:29:24 2020 3 | DEPO ./DATA 4 | STRC 152 5 | PRSE 136 6 | PEFS 1 7 | FMRK 0.250000 8 | PRSF 243 9 | COMP 82 10 | NSYM 30 11 | NSPC 2 12 | TSPC 29 47 13 | NMAX 7 14 | RAND 5 15 | ECUT 0.900000 16 | EMAX 5.000000 17 | FMAX 50.000000 18 | -------------------------------------------------------------------------------- /test/relax/README: -------------------------------------------------------------------------------- 1 | A cell optimization job with a neural network model for Cu-Pd built in https://doi.org/10.1103/PhysRevB.95.014114 2 | 3 | Run 'maise' to relax the structure specified in POSCAR. The run will produce OUTCAR, OSZICAR, and CONTCAR files in the VASP format. 4 | 5 | For comparison, the corresponding reference output files are provided in the output/ directory. 6 | -------------------------------------------------------------------------------- /test/relax/ref/OSZICAR: -------------------------------------------------------------------------------- 1 | -17.25531076 2 | -18.08137782 3 | -18.08137782 4 | -------------------------------------------------------------------------------- /test/train/PARS/stamp.dat: -------------------------------------------------------------------------------- 1 | VERS maise.2.5.00 2 | TIME Mon May 18 20:09:59 2020 3 | DEPO ./DATA 4 | STRC 152 5 | PRSE 136 6 | PEFS 1 7 | FMRK 0.250000 8 | PRSF 243 9 | COMP 82 10 | NSYM 30 11 | NSPC 2 12 | TSPC 29 47 13 | NMAX 7 14 | RAND 5 15 | ECUT 0.900000 16 | EMAX 5.000000 17 | FMAX 50.000000 18 | VMIN 0.000000 19 | VMAX 45.000000 20 | -------------------------------------------------------------------------------- /test/train/README: -------------------------------------------------------------------------------- 1 | A neural network stratified training job for Cu-Ag using a small Cu-Ag dataset. Previously trained Cu.dat and Ag.dat elemental models are provided in NNET/ 2 | 3 | Run 'maise' to train the neural network model. The run will produce the follwing files in NNET/ : model, energy_errors.dat, error.dat, and out.dat . 4 | 5 | For comparison, the corresponding reference output files are provided in the ref/ directory. 6 | --------------------------------------------------------------------------------