lo-shu

This is a project I've been working on in Rust, exploring concepts behind Lo Shu, or more commonly, magic squares. This project will aim to solve various problems in combinatorics utilizing accellerated computing as well as enhance my understanding of the Rust Programming Language.

https://github.com/natkeo559/lo-shu

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 (1.6%) to scientific vocabulary

Keywords

grouptheory magicsquare mathematics rust simd
Last synced: 6 months ago · JSON representation ·

Repository

This is a project I've been working on in Rust, exploring concepts behind Lo Shu, or more commonly, magic squares. This project will aim to solve various problems in combinatorics utilizing accellerated computing as well as enhance my understanding of the Rust Programming Language.

Basic Info
  • Host: GitHub
  • Owner: natkeo559
  • License: mit
  • Language: TeX
  • Default Branch: master
  • Homepage:
  • Size: 4.24 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
grouptheory magicsquare mathematics rust simd
Created about 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

lo-shu

This is a project I've been working on in Rust, exploring concepts behind Lo Shu, or more commonly, magic squares. This project will aim to solve various problems in combinatorics utilizing accellerated computing as well as enhance my understanding of the Rust Programming Language.

Owner

  • Login: natkeo559
  • 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: Lo-Shu (crate)
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Nathan Keough
    email: nathan.keough@my.maryvillecollege.edu
repository-code: 'https://github.com/natkeo559/lo-shu'
abstract: >-
  This is a project I've been working on in Rust, exploring
  concepts behind Lo-Shu, or more commonly, magic squares.
  This project will aim to solve various problems in
  combinatorics utilizing accelerated computing as well as
  enhance my understanding of the Rust Programming Language.
keywords:
  - Rust
  - Magic Square
  - High-Performance
  - Group Theory
license: MIT

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

Cargo.toml cargo
  • criterion 0.5.1 development
  • iai 0.1.1 development
  • anyhow 1.0.75
  • crossbeam-channel 0.5.8
  • flexi_logger 0.27.2
  • itertools 0.11.0
  • lazy_static 1.4.0
  • log 0.4.20
  • rand 0.8.5
  • rand_distr 0.4.3
  • rayon 1.7.0
  • serde 1.0.185
  • serde_json 1.0.105