Science Score: 67.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 2 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: petio9671
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 61.5 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 1
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

Correlators Exact Diagonalization DOI

This package called beehive implements the exact solution of the Hubbard model on a honeycomb lattice. It currently handles only the Hubbard model and a honeycomb lattice but it can and will be expanded to other systems and models in the future.

Installation

The main branch holds the newest major version of beehive. Subreleases, if they appear may contain bug fixes and can be found at release/MajorVersionID.n where n counts upwards from 0.

Quick Build

The quick build.

  1. Obtain a copy of the package git clone https://github.com/petio9671/Correlators-Exact-Diagonalization.git && cd Correlators-Exact-Diagonalization
  2. Install using pip pip install --user -e .

License

``` Correlators Exact Diagonalization Copyright (C) 2024 Petar Sinilkov, Evan Berkowitz

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/. ```

Owner

  • Name: Petar Sinilkov
  • Login: petio9671
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Correlators Exact Diagonalization (beehive)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Petar
    family-names: Sinilkov
    email: p.sinilkov@gmail.com
    orcid: 'https://orcid.org/0009-0000-8163-5195'
    affiliation: >-
      Institute for Advanced Simulation (IAS-4),
      Forschungszentrum Jülich
  - given-names: Evan
    family-names: Berkowitz
    orcid: 'https://orcid.org/0000-0003-1082-1374'
    email: evan.berkowitz@uvi.edu
    affiliation: >-
      Institute for Advanced Simulation (IAS-4),  
      Jülich Supercomputing Centre (JSC),
      Center for Advanced Simulation and Analytics (CASA),
      Forschungszentrum Jülich;
      Department of Chemical and Physical Sciences,
      College of Science and Mathematics,
      University of the Virgin Islands
identifiers:
  - type: doi
    value: 10.5281/zenodo.15045127
repository-code: >-
  https://github.com/petio9671/Correlators-Exact-Diagonalization
abstract: >-
  This package called `beehive` implements the exact
  solution of the Hubbard model on a honeycomb lattice. It
  currently handles only the Hubbard model and a honeycomb
  lattice but it can and will be expanded to other systems
  and models in the future.
keywords:
  - beehive
  - Hubbard model
  - Exact diagonalizaiton
  - Custom lattices
  - Custom models
  - Codensed matter
  - Correlation functions
license: GPL-3.0

GitHub Events

Total
  • Release event: 2
  • Delete event: 1
  • Push event: 4
  • Create event: 2
Last Year
  • Release event: 2
  • Delete event: 1
  • Push event: 4
  • Create event: 2

Dependencies

pyproject.toml pypi
requirements.txt pypi
  • h5py >=3.7
  • matplotlib >=3.5.2
  • numpy >=1.21
  • scipy >=1.14
  • tqdm >=4.64