https://github.com/comp-physics/carleman-qlbm
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○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 (3.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: comp-physics
- Language: Julia
- Default Branch: master
- Size: 52.7 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Created 11 months ago
· Last pushed 11 months ago
Metadata Files
Readme
readme.md
In your home directory,
* mkdir QCFD
and download CLBM_ZhixingSong.tar.gz and untar it.
You may rename this folder to whatever you want but make sure it is consistent with QCFD_HOME
* vi ~/.bashrc and add the following,
bash
export QCFD_HOME=$HOME/QCFD/CLBM_ZhixinSong/
export QCFD_SRC=$QCFD_HOME/src/
then
cd QCFD_SRC/CLBM
Julia
julia
julia> using Pkg
julia> Pkg.activate("../..") # Activate the main project environment from src/CLBM
julia> include("clbm_run.jl")
Owner
- Name: Computational Physics @ GT CSE
- Login: comp-physics
- Kind: organization
- Email: shb@gatech.edu
- Website: https://comp-physics.group
- Repositories: 8
- Profile: https://github.com/comp-physics
A computational physics research group with PI Spencer Bryngelson
GitHub Events
Total
- Watch event: 1
- Push event: 14
Last Year
- Watch event: 1
- Push event: 14
Dependencies
.github/workflows/ci.yml
actions
- actions/checkout v4 composite
- julia-actions/setup-julia v1 composite
.github/workflows/code-quality.yml
actions
- actions/checkout v4 composite
- julia-actions/setup-julia v1 composite
.github/workflows/performance-tests.yml
actions
- actions/checkout v4 composite
- julia-actions/setup-julia v1 composite
.github/workflows/quick-test.yml
actions
- actions/checkout v4 composite
- julia-actions/setup-julia v1 composite