wnstatmech

Python package to compute the thermodynamics of fermions and bosons.

https://github.com/mbradle/wnstatmech

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Python package to compute the thermodynamics of fermions and bosons.

Basic Info
  • Host: GitHub
  • Owner: mbradle
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 36.1 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 7 months ago
Metadata Files
Readme License Citation

README.rst

Overview
========

wnstatmech is a python package for handling the statistical
mechanics of fermions and bosons.

|pypi| |doc_stat| |license| |test| |lint-test| |black|

Installation
------------

Install from `PyPI `_ with pip by
typing in your favorite terminal::

    $ pip install wnstatmech

Authors
-------

- Bradley S. Meyer 
- Lucas S. Walls 

Contribute
----------

- Issue Tracker: ``_
- Source Code: ``_

License
-------

The project is licensed under the GNU Public License v3 (or later).

Documentation
-------------

The project documentation is available at ``_.

Usage
-----

The best way to get started using wnstatmech is to follow the
`tutorial `_.

.. |pypi| image:: https://badge.fury.io/py/wnstatmech.svg 
    :target: https://badge.fury.io/py/wnstatmech
.. |license| image:: https://img.shields.io/github/license/mbradle/wnstatmech
    :alt: GitHub
.. |doc_stat| image:: https://readthedocs.org/projects/wnstatmech/badge/?version=latest 
    :target: https://wnstatmech.readthedocs.io/en/latest/?badge=latest 
    :alt: Documentation Status
.. |test| image:: https://github.com/mbradle/wnstatmech/actions/workflows/test.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/wnstatmech/actions/workflows/test.yml
.. |lint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen
    :target: https://github.com/pylint-dev/pylint
.. |lint-test| image:: https://github.com/mbradle/wnstatmech/actions/workflows/lint.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/wnstatmech/actions/workflows/lint.yml
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

Owner

  • Name: Bradley Meyer
  • Login: mbradle
  • Kind: user
  • Location: Clemson, SC
  • Company: Clemson University

I am a Professor of Physics and Astronomy at Clemson University.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Meyer"
  given-names: "Bradley Stewart"
  orcid: "https://orcid.org/0000-0001-6307-9818"
- family-names: "Walls"
  given-names: "Lucas"
  orcid: "https://orcid.org/0009-0004-0924-7437"
title: "wnstatmech"
version: 1.0.0
date-released: 2025-07-31
url: "https://github.com/mbradle/wnstatmech"

GitHub Events

Total
  • Member event: 1
  • Push event: 6
  • Create event: 2
Last Year
  • Member event: 1
  • Push event: 6
  • Create event: 2

Dependencies

.github/workflows/black.yml actions
  • actions/checkout v3 composite
  • psf/black stable composite
.github/workflows/lint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
doc/requirements.txt pypi
  • dataclasses *
  • gslconsts *
  • lxml *
  • networkx *
  • scipy *
  • sphinx_rtd_theme *
  • wnutils *
pyproject.toml pypi
  • gslconsts *
  • numpy *
  • scipy *