Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run fix-license-header
  • Loading branch information
janbridley committed Dec 20, 2024
commit bdc5453d94b3edf11cf16f5e3fade3dabd371777
3 changes: 3 additions & 0 deletions parsnip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2024, Glotzer Group
# This file is from the parsnip project, released under the BSD 3-Clause License.

"""``parsnip``: a package for the simple reading and processing of .cif files.

While there are many packages for handling cif files exist, the vast majority suffer
Expand Down
3 changes: 3 additions & 0 deletions parsnip/_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2024, Glotzer Group
# This file is from the parsnip project, released under the BSD 3-Clause License.

import numpy as np


Expand Down
3 changes: 3 additions & 0 deletions parsnip/parse.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2024, Glotzer Group
# This file is from the parsnip project, released under the BSD 3-Clause License.

r"""Functions for parsing CIF files in Python.

.. include:: ../../README.rst
Expand Down
3 changes: 3 additions & 0 deletions parsnip/patterns.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2024, Glotzer Group
# This file is from the parsnip project, released under the BSD 3-Clause License.

"""Functions and classes to process string data.

As with any text file format, some string manipulation may be required to process CIF
Expand Down
3 changes: 3 additions & 0 deletions parsnip/unitcells.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2024, Glotzer Group
# This file is from the parsnip project, released under the BSD 3-Clause License.

"""Functions for constructing unit cells from CIF file data.

Rather than storing an entire unit cell's atomic positions, CIF files instead include
Expand Down