Science Score: 57.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
    Found 4 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: ChristopheBerthod
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 425 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

MagnetoTransport.jl

CI codecov

Solution of the electronic linear magneto-transport quantum problem in two dimensions with a local energy-dependent self-energy, written in Julia. See the documentation for a precise definition of the problem.

Dependencies

Installation

julia using Pkg Pkg.add(url="https://github.com/ChristopheBerthod/MagnetoTransport.jl")

Example

See the example in the documentation.

References

Owner

  • Login: ChristopheBerthod
  • Kind: user

Citation (CITATION.bib)

@misc{MagnetoTransport.jl,
  title        = {Linear magneto-transport with a local self-energy in {Julia}},
  author       = {Berthod, Christophe},
  year         = {2025},
  howpublished = {\url{https://github.com/ChristopheBerthod/MagnetoTransport.jl}}
}

GitHub Events

Total
  • Push event: 19
  • Create event: 2
Last Year
  • Push event: 19
  • Create event: 2

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v1 composite
  • codecov/codecov-action v5 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia latest composite
.github/workflows/Documenter.yml actions
  • actions/checkout v4 composite
  • julia-actions/cache v2 composite
  • julia-actions/setup-julia v2 composite