Welcome to hikari’s documentation!

hikari is a simple Python3.9+ package for manipulating basic crystallographic files: mainly .hkl, but also .res, .cif and, by extension, .fcf. This documentation is generated automatically based on docstrings. If you are further interested in the package, please visit https://github.com/Baharis/hikari.

Contents:

Module contents

hikari - software for handling and analysing crystallographic files. Copyright (c) 2021, Daniel Tchoń. All rights reserved.

This source code is licensed under the MIT-style license found in the LICENSE file in the root directory of this source tree.

hikari.MEMORY_SIZE = 524288000

Approximate upper limit of taken memory in bytes

Set environment variable “HIKARI_TESTS_RAPID=True” to skip the slowest tests.

class tests.NumpyTestCase(methodName='runTest')[source]

Bases: TestCase

assertAllClose(a, b, **kwargs)[source]

Indices and tables