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
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
Metadata Files
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
- Repositories: 4
- Profile: https://github.com/mducle
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
Top Committers
| Name | 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 |
Committer Domains (Top 20 + Academic)
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
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.
- Homepage: https://github.com/mducle/libmcphase
- Documentation: https://libmcphase.readthedocs.io/
- License: GNU General Public License v3 or later (GPLv3+)
-
Latest release: 0.1.2
published about 6 years ago
Rankings
Maintainers (1)
Dependencies
- actions/checkout v4 composite
- actions/setup-python v5 composite
- actions/upload-artifact v4 composite
- mamba-org/setup-micromamba v1 composite
- actions/checkout v4 composite
- actions/setup-python v5 composite
- numpy *