libmcphase

Fork / rewrite of McPhase as a python library

https://github.com/mducle/libmcphase

Science Score: 54.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
  • Committers with academic emails
    7 of 12 committers (58.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Fork / rewrite of McPhase as a python library

Basic Info
  • Host: GitHub
  • Owner: mducle
  • License: gpl-3.0
  • Language: C++
  • Default Branch: main
  • Size: 38.1 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 7 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License Citation

README.md

libMcPhase

libMcPhase is a fork of the McPhase project intended to be a partial rewrite of the code as a Python library.

McPhase was originally developed as a series of C, C++, Perl and Basic programs. The C/C++04 codes used the MATPACK and LAPACK linear algebra libraries.

libMcPhase will update the code to C++11 and use the Eigen header library instead of MATPACK/LAPACK. PyBind11 is used as the python binding.

Initially only the single-ion calculation modules so1ion, ic1ion and cluster will be ported to C+11.

Owner

  • Name: Duc Le
  • Login: mducle
  • Kind: user
  • Location: Harwell, UK
  • Company: Science and Technology Facilities Council

Citation (CITATION.cff)

cff-version: "1.1.0"
message: "If you have used libmcphase in your research, please cite it as below"
abstract: "libmcphase is Python library for calculating magnetic properties of rare earth compounds"
authors:
  - family-names: "Rotter"
    given-names: "Martin"
  - family-names: "Le"
    given-names: "Manh Duc"
    orcid: "https://orcid.org/0000-0003-3012-6053"
title: "libmcphase"
version: "0.1.3"
date-released: "2024-09-05"
license: "GPL-3.0-only"
repository: "https://github.com/mducle/libmcphase"
url: "https://github.com/mducle/libmcphase"
keywords:
  - "Python"
  - "Condensed Matter Physics"
  - "Rare Earth Magnets"

GitHub Events

Total
  • Delete event: 1
  • Push event: 10
  • Pull request event: 2
Last Year
  • Delete event: 1
  • Push event: 10
  • Pull request event: 2

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 640
  • Total Committers: 12
  • Avg Commits per committer: 53.333
  • Development Distribution Score (DDS): 0.628
Past Year
  • Commits: 4
  • Committers: 1
  • Avg Commits per committer: 4.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
martin rotter r****r@L****e 238
Duc Le d****e@u****k 130
Duc Le d****e@h****e 101
Martin Rotter M****n@M****l 49
Duc Le d****e@s****k 45
Duc Le m****e@s****r 33
Martin Rotter M****n@d****p 28
Martin Rotter m****r@m****e 10
Martin Rotter M****n@d****p 3
mdl27 m****7@s****) 1
mdl27 m****7@n****) 1
Martin Rotter m****r@c****e 1

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 12 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 12 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • mducle (5)
Top Labels
Issue Labels
Pull Request Labels
save_wheels (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 122 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 1
  • Total maintainers: 1
pypi.org: libmcphase

A mean-field Monte Carlo simulation program for magnetic phase diagrams and excitations.

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 122 Last month
Rankings
Dependent packages count: 10.1%
Dependent repos count: 21.6%
Average: 28.8%
Forks count: 29.8%
Stargazers count: 38.8%
Downloads: 43.8%
Maintainers (1)
Last synced: 10 months ago

Dependencies

.github/workflows/build_python.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • mamba-org/setup-micromamba v1 composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
setup.py pypi
  • numpy *