-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcode_packages.html
More file actions
109 lines (104 loc) · 3.63 KB
/
code_packages.html
File metadata and controls
109 lines (104 loc) · 3.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!--
Author: The JETSCAPE Collaboration
Date: 2023-04-02
This page provides details about the JETSCAPE software, including links to
the GitHub repository, related packages, and associated talks.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NV11FXRRQX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} gtag('js', new Date());
gtag('config', 'G-NV11FXRRQX');
</script>
<title>Code Packages</title>
<meta charset="utf-8">
<meta name="description" content="JETSCAPE Code Packages">
<meta name="keywords" content="code, packages, software, installation">
<meta name="author" content="The JETSCAPE Collaboration">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
<div id="containerFlexible">
<!-- header -->
<div class="header">
<a href="index.html">
<img src="images/jetscape_home_logo.jpg" alt="JETSCAPE Logo" class="logo"
></a>
<h1>Code Packages</h1>
</div>
<!-- insert navigation bar -->
<script id="insert_menu" src="scripts/nav.js"></script>
<!-- main content -->
<!-- links to the JETSCAPE code, related packages, and
installation instructions -->
<div>
<h2>JETSCAPE Packages</h2>
<p class="standardFont">
Visit our GitHub page to view our
<a href="https://github.com/jetscape/">JETSCAPE Organization</a>
repositories.
</p>
<ul>
<li>
<a href="https://github.com/JETSCAPE/JETSCAPE/wiki/Doc.Installation">Installation Instructions</a> for the
<a href="https://github.com/JETSCAPE/JETSCAPE">JETSCAPE</a> codebase.
</li>
<li>
<a href="https://github.com/JETSCAPE/X-SCAPE/wiki/Doc.Installation">Installation Instructions</a> for the
<a href="https://github.com/JETSCAPE/X-SCAPE">X-SCAPE</a> codebase.
</li>
</ul>
<p>
See the associated talk at
<a href="https://indico.cern.ch/event/656452/contributions/2869713/">Quark Matter 2018</a>.
</p>
<h2>Related Packages</h2>
<p>
<b>MUSIC</b>: Default fluid dynamical evolution package for JETSCAPE.
</p>
<p>
<a href="https://www.physics.mcgill.ca/music/">MUSIC</a>
</p>
<hr>
<p>
<b>CLVisc</b>>: CCNU-LBNL viscous 3+1 D hydro code is a fully
parallelized hydro evolution and Cooper-Fry particlization
code using OpenCL.
</p>
<p>
<a href="https://gitlab.com/snowhitiger/PyVisc">CLVisc</a>
</p>
<hr>
<p>
<b>SMASH</b>>: Simulating Many Accelerated Strongly-interacting Hadrons
</p>
<p>
<a href="https://smash-transport.github.io/">SMASH</a>
</p>
<hr>
<p class="standardFont">
<b>iEBE</b>>: An integrated package (iEBE) for event-by-event viscous
hydrodynamic + hadron cascade hybrid model simulations for
relativistic heavy-ion collisions.
</p>
<p>
<a href="https://u.osu.edu/vishnu/">iEBE</a>
</p>
<hr>
<p class="standardFont">
<b>AMPT simulation files</b>>: Data files of the space-time evolution
of bulk matter from AMPT simulations compiled by Ziwei Lin.
</p>
<p>
<a href="https://myweb.ecu.edu/linz/ampt/evolutiondata/">Visit Page</a>
</p>
</div>
<!-- insert footer -->
<script id="insert_footer" src="scripts/foot.js"></script>
</div>
</body>