Support from FONDECYT 1220651
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
csta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carlettos
csta
Commits
master
Select Git revision
0 results
csta
Author
Search by author
Any Author
authors
0 authors
Feb 10, 2024
Add histogram plotter script
· 1ccd986d
Carlettos
authored
1 year ago
1ccd986d
Update CSTA library with histogram and MonteCarlo support
· 7f84f5d1
Carlettos
authored
1 year ago
7f84f5d1
Refactor histogram module to improve readability and add new functionality
· 94b7db50
Carlettos
authored
1 year ago
94b7db50
Added new modules hist_use and rand_mc
· a6fd17f9
Carlettos
authored
1 year ago
a6fd17f9
Refactor main function in csta_examples/src/main.rs
· 0dcfe423
Carlettos
authored
1 year ago
0dcfe423
Add Monte Carlo simulation examples for randomizable types
· d8e4119c
Carlettos
authored
1 year ago
d8e4119c
Add histogram example code
· c33fbe5b
Carlettos
authored
1 year ago
c33fbe5b
Update randomization method in csta_derive crate
· 94f2b8cd
Carlettos
authored
1 year ago
94f2b8cd
moved away almost anything related to MD so csta is more of statistics than dynamics
· 61bbf8cd
Carlettos
authored
1 year ago
61bbf8cd
git conflict
· e6872466
Carlettos
authored
1 year ago
e6872466
a
· 9c46957d
Carlettos
authored
1 year ago
9c46957d
Major refactor, removed DIM generic
· c71bc7bc
Carlettos
authored
1 year ago
c71bc7bc
Oct 12, 2023
now cartesian coords uses serde and tuple into cc
· 7d11e287
Carlettos
authored
1 year ago
7d11e287
Oct 11, 2023
added particleIter
· fe925b36
Carlettos
authored
1 year ago
fe925b36
Oct 06, 2023
todo added
· 6c299616
Carlettos
authored
1 year ago
6c299616
Sep 22, 2023
fixed constraints and tests
· 047ca388
Carlettos
authored
1 year ago
047ca388
simplified particle struct
· 5e9ac3b4
Carlettos
authored
1 year ago
5e9ac3b4
changed plotters
· 5bcab693
Carlettos
authored
1 year ago
5bcab693
semi stable version, hist is OK to use
· 9da8cdd6
Carlettos
authored
1 year ago
9da8cdd6
Jun 09, 2023
updated cargo
· 6ebab448
Carlettos
authored
1 year ago
6ebab448
Jun 03, 2023
updated version
· b8b60b80
Carlettos
authored
1 year ago
b8b60b80
added external tests and things to hist (WIP)
· a6b98192
Carlettos
authored
1 year ago
a6b98192
May 30, 2023
updated version
· 04be2b8a
Carlettos
authored
1 year ago
04be2b8a
added ising montecarlo evolver
· 682ddf7e
Carlettos
authored
1 year ago
682ddf7e
May 28, 2023
updated cargo and gitignore
· ebb2999c
Carlettos
authored
1 year ago
ebb2999c
impl IntoIter for montecarlo
· 77bf6ba2
Carlettos
authored
1 year ago
77bf6ba2
added mod
· 2e51a80a
Carlettos
authored
1 year ago
2e51a80a
Added Cartesian2D and indexes for 2d and 3d models
· 14b7be1a
Carlettos
authored
1 year ago
14b7be1a
Added gravity as evolver
· 6aa4c1b4
Carlettos
authored
1 year ago
6aa4c1b4
Added ising models
· 5a162072
Carlettos
authored
1 year ago
5a162072
.gitlabci
· 85db196f
Carlettos
authored
1 year ago
85db196f
updated ci
· b1162791
Carlettos
authored
1 year ago
b1162791
added cargo watch
· a711faff
Carlettos
authored
1 year ago
a711faff
updated workflow
· 584d15a9
Carlettos
authored
1 year ago
584d15a9
added metropolis mod
· 6f50d62d
Carlettos
authored
1 year ago
6f50d62d
added metropolis mod
· b0b81ba0
Carlettos
authored
1 year ago
b0b81ba0
May 25, 2023
added states and constraints onto the markov mod
· a53fae28
Carlettos
authored
1 year ago
a53fae28
May 24, 2023
fixed test
· 63c462e8
Carlettos
authored
1 year ago
63c462e8
Updated cargo and README.md
· 715ee17d
Carlettos
authored
1 year ago
715ee17d
put constrain last on ::evol
· 5c5c6a04
Carlettos
authored
1 year ago
5c5c6a04
Loading