Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
comp-sci-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
nguyed99
comp-sci-project
Commits
a7edfa92
Commit
a7edfa92
authored
1 year ago
by
nguyed99
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
00ea5dff
No related branches found
No related tags found
No related merge requests found
Pipeline
#59688
passed
1 year ago
Stage: test-jobs
Stage: test-tasks
Stage: build-page
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-7
10 additions, 7 deletions
README.md
with
10 additions
and
7 deletions
README.md
+
10
−
7
View file @
a7edfa92
...
@@ -59,29 +59,32 @@ In the `public` directory
...
@@ -59,29 +59,32 @@ In the `public` directory
## Plug and simulate
## Plug and simulate
*Requirements: python (version 3.11.5) and poetry (version 1.7.1)*
*Requirements: python (version 3.11.5) and poetry (version 1.7.1)*
All commands are to be carried out at
`root`
directory. The root directory of this repo needs to be added to
`PYTHONPATH`
All commands are to be carried out at
`root`
directory. The root directory of this repo needs to be added to
`PYTHONPATH`
.
0.
Create virtualenv with necessary dependencies (do once)
0.
Create virtualenv with necessary dependencies (do once)
cd build/ && poetry install --no-root && cd ../
cd build/ && poetry install --no-root && cd ../
1.
Activate virtualenv with necessary dependencies
1.
Activate virtualenv with necessary dependencies
cd build/ && poetry shell && cd ../
cd build/ && poetry shell && cd ../
2.
Direct simulation of our solar system
2.
Direct simulation of our solar system
python tasks/src/direct_simulation.py
python tasks/src/direct_simulation.py
3.
Direct simulation of our solar system with noise in initial data
3.
Direct simulation of our solar system with noise in initial data
python tasks/src/stability_analysis_solar_system.py
python tasks/src/stability_analysis_solar_system.py
4.
Run integration test of trajectories obtained through direct simulation against JPL data
4.
Run integration test of trajectories obtained through direct simulation against JPL data
python tasks/tests/test_direct_simulation.py
python tasks/tests/test_direct_simulation.py
5.
Force field simulation of galaxy collision
5.
Force field simulation of galaxy collision
python tasks/src/ff_simulation_3D.py
python tasks/src/ff_simulation_3D.py
*Free and open-source software for all souls! Technical support is, unfortunately, only for group members.*
*Free and open-source software for all souls! Technical support is, unfortunately, only for group members.*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment