Metadata-Version: 2.4
Name: cms_plots
Version: 2025.5.7
Summary: Helper programs for plotting CMS data such as bandstructures and DOS.
Home-page: https://github.com/molssi-seamm/cms_plots
Author: Paul Saxe
Author-email: psaxe@molssi.org
License: LGPLv3+
Keywords: electronic structure,density of states,DOS,band structure
Platform: Linux
Platform: Mac OS-X
Platform: Unix
Platform: Windows
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: jinja2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

=========
CMS Plots
=========

.. image:: https://img.shields.io/github/issues-pr-raw/molssi-seamm/cms_plots
   :target: https://github.com/molssi-seamm/cms_plots/pulls
   :alt: GitHub pull requests

.. image:: https://github.com/molssi-seamm/cms_plots/workflows/CI/badge.svg
   :target: https://github.com/molssi-seamm/cms_plots/actions
   :alt: Build Status

.. image:: https://codecov.io/gh/molssi-seamm/cms_plots/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/molssi-seamm/cms_plots
   :alt: Code Coverage

.. image:: https://img.shields.io/lgtm/grade/python/g/molssi-seamm/cms_plots.svg?logo=lgtm&logoWidth=18
   :target: https://lgtm.com/projects/g/molssi-seamm/cms_plots/context:python
   :alt: Code Quality

.. image:: https://github.com/molssi-seamm/cms_plots/workflows/Documentation/badge.svg
   :target: https://molssi-seamm.github.io/cms_plots/index.html
   :alt: Documentation Status

.. image:: https://pyup.io/repos/github/molssi-seamm/cms_plots/shield.svg
   :target: https://pyup.io/repos/github/molssi-seamm/cms_plots/
   :alt: Updates for Dependencies

.. image:: https://img.shields.io/pypi/v/cms_plots.svg
   :target: https://pypi.python.org/pypi/cms_plots
   :alt: PyPi VERSION

Description
-----------

Utilities for creating plots for computational materials/molecular science (CMS)

This package provides tools for creating plotly graphs for e.g. band structure, DOS, and
other specialized plots for CMS applications.

* Free software: LGPL.v3 or later
* Documentation: https://molssi-seamm.github.io/cms_plots/index.html

Features
--------

* Density of states (DOS) plots
* Band structure plots
* Combined band structure & DOS plots


Credits
---------

This package was created with Cookiecutter_ and the
`molssi-seamm/cookiecutter-seamm-plugin`_ project template.

Developed by the Molecular Sciences Software Institute (MolSSI_),
which receives funding from the National Science Foundation under
award ACI-1547580

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`molssi-seamm/cookiecutter-seamm-plugin`: https://github.com/molssi-seamm/cookiecutter-seamm-plugin
.. _MolSSI: https://molssi.org


=======
History
=======
2025.5.7 -- Bugfix: removing debug logging
    * Removed some debug logging that was getting output by e.g. the structure step.

2022.8.13 (13 August 2022)
--------------------------

* First release of a working version on PyPI.
