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 (2.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: taketo1024
  • License: mit
  • Language: Rust
  • Default Branch: main
  • Size: 2.13 MB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed 11 months ago
Metadata Files
Readme License Citation

README.md

yui (結)

yui is a collection of libraries for homology computations, with particular focus on knot homology theories, written in Rust.

Libraries

Binaries

  • ykh - Khovanov homology computations.

License

yui is released under the MIT license.

Owner

  • Name: Taketo Sano
  • Login: taketo1024
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Sano"
  given-names: "Taketo"
  orcid: "0000-0001-9450-1380"
title: "YUI"
version: 0.0.0
date-released: 2022-10-31
url: "https://github.com/taketo1024/yui"

GitHub Events

Total
  • Watch event: 4
  • Delete event: 1
  • Push event: 15
  • Create event: 5
Last Year
  • Watch event: 4
  • Delete event: 1
  • Push event: 15
  • Create event: 5

Dependencies

Cargo.lock cargo
  • alga 0.9.3
  • approx 0.3.2
  • autocfg 1.1.0
  • bitflags 1.3.2
  • bstr 0.2.17
  • cc 1.0.78
  • cfg-if 1.0.0
  • convert_case 0.4.0
  • crossbeam-channel 0.5.6
  • crossbeam-deque 0.8.2
  • crossbeam-epoch 0.9.11
  • crossbeam-utils 0.8.12
  • csv 1.1.6
  • csv-core 0.1.10
  • derive_more 0.99.17
  • dirs-next 2.0.0
  • dirs-sys-next 0.1.2
  • either 1.8.0
  • encode_unicode 1.0.0
  • errno 0.2.8
  • errno-dragonfly 0.1.2
  • getrandom 0.2.8
  • grouping_by 0.2.2
  • hermit-abi 0.1.19
  • hermit-abi 0.2.6
  • io-lifetimes 1.0.3
  • is-even 1.0.0
  • is-odd 1.0.0
  • is-terminal 0.4.2
  • itertools 0.10.5
  • itoa 0.4.8
  • itoa 1.0.4
  • lazy_static 1.4.0
  • libc 0.2.137
  • libm 0.2.6
  • linux-raw-sys 0.1.4
  • log 0.4.17
  • matrixmultiply 0.3.2
  • memchr 2.5.0
  • memoffset 0.6.5
  • ndarray 0.15.6
  • num-bigint 0.4.3
  • num-complex 0.2.4
  • num-complex 0.4.3
  • num-integer 0.1.45
  • num-rational 0.4.1
  • num-traits 0.2.15
  • num_cpus 1.14.0
  • num_threads 0.1.6
  • once_cell 1.17.0
  • polynomial 0.2.4
  • ppv-lite86 0.2.17
  • prettytable-rs 0.10.0
  • proc-macro2 1.0.49
  • quote 1.0.23
  • rand 0.8.5
  • rand_chacha 0.3.1
  • rand_core 0.6.4
  • rawpointer 0.2.1
  • rayon 1.6.1
  • rayon-core 1.10.1
  • redox_syscall 0.2.16
  • redox_users 0.4.3
  • regex-automata 0.1.10
  • rustc_version 0.4.0
  • rustix 0.36.6
  • rustversion 1.0.11
  • ryu 1.0.11
  • scopeguard 1.1.0
  • semver 1.0.16
  • serde 1.0.149
  • serde_json 1.0.89
  • simplelog 0.12.0
  • smallvec 1.10.0
  • syn 1.0.107
  • term 0.7.0
  • termcolor 1.1.3
  • thiserror 1.0.38
  • thiserror-impl 1.0.38
  • thread_local 1.1.4
  • time 0.3.17
  • time-core 0.1.0
  • time-macros 0.2.6
  • unicode-ident 1.0.6
  • unicode-width 0.1.10
  • wasi 0.11.0+wasi-snapshot-preview1
  • winapi 0.3.9
  • winapi-i686-pc-windows-gnu 0.4.0
  • winapi-util 0.1.5
  • winapi-x86_64-pc-windows-gnu 0.4.0
  • windows-sys 0.42.0
  • windows_aarch64_gnullvm 0.42.0
  • windows_aarch64_msvc 0.42.0
  • windows_i686_gnu 0.42.0
  • windows_i686_msvc 0.42.0
  • windows_x86_64_gnu 0.42.0
  • windows_x86_64_gnullvm 0.42.0
  • windows_x86_64_msvc 0.42.0
.github/workflows/rust.yml actions
  • actions/checkout v3 composite
Cargo.toml cargo
workspace/core/Cargo.toml cargo
workspace/homology/Cargo.toml cargo
workspace/khovanov/Cargo.toml cargo
workspace/link/Cargo.toml cargo
workspace/matrix/Cargo.toml cargo
workspace/types/ff/Cargo.toml cargo
workspace/types/lin_comb/Cargo.toml cargo
workspace/types/polynomial/Cargo.toml cargo
workspace/types/quad_int/Cargo.toml cargo
workspace/types/ratio/Cargo.toml cargo
workspace/utils/Cargo.toml cargo