Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
test_latticegpu.jl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alberto Ramos
test_latticegpu.jl
Commits
92e11730
Commit
92e11730
authored
Nov 09, 2021
by
Alberto Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added info in README, updated LatticeGPU
parent
3021231c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
7 deletions
+15
-7
Manifest.toml
Manifest.toml
+10
-4
README.md
README.md
+5
-3
No files found.
Manifest.toml
View file @
92e11730
...
...
@@ -88,6 +88,12 @@ git-tree-sha1 = "f885e7e7c124f8c92650d61b9477b9ac2ee607dd"
uuid
=
"d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
version
=
"1.11.1"
[[ChangesOfVariables]]
deps
=
[
"LinearAlgebra"
,
"Test"
]
git-tree-sha1
=
"9a1d594397670492219635b35a3d830b04730d62"
uuid
=
"9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
version
=
"0.1.1"
[[CodecZlib]]
deps
=
[
"TranscodingStreams"
,
"Zlib_jll"
]
git-tree-sha1
=
"ded953804d019afa9a3f98981d99b33e3db7b6da"
...
...
@@ -472,7 +478,7 @@ version = "0.15.9"
[[LatticeGPU]]
deps
=
[
"CUDA"
,
"Random"
,
"TimerOutputs"
]
git-tree-sha1
=
"
7fae547f09522012fdf1d17d049fb2d80c36e448
"
git-tree-sha1
=
"
2273b4471921a317f68eac8fd1ae629afedfe231
"
repo-rev
=
"master"
repo-url
=
"https://igit.ific.uv.es/alramos/latticegpu.jl"
uuid
=
"958c3683-801a-4582-9cfa-2d6e2ae1763b"
...
...
@@ -554,10 +560,10 @@ deps = ["Libdl"]
uuid
=
"37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[[LogExpFunctions]]
deps
=
[
"ChainRulesCore"
,
"DocStringExtensions"
,
"InverseFunctions"
,
"IrrationalConstants"
,
"LinearAlgebra"
]
git-tree-sha1
=
"
6193c3815f13ba1b78a51ce391db8be016ae9214
"
deps
=
[
"ChainRulesCore"
,
"
ChangesOfVariables"
,
"
DocStringExtensions"
,
"InverseFunctions"
,
"IrrationalConstants"
,
"LinearAlgebra"
]
git-tree-sha1
=
"
be9eef9f9d78cecb6f262f3c10da151a6c5ab827
"
uuid
=
"2ab3a3ac-af41-5b50-aa03-7779005ae688"
version
=
"0.3.
4
"
version
=
"0.3.
5
"
[[Logging]]
uuid
=
"56ddb016-857b-54e1-b83d-db4d58db5568"
...
...
README.md
View file @
92e11730
...
...
@@ -4,6 +4,8 @@ This is a main program to simulate YM `SU(2)` and `SU(3)`
theories. The main porpose is to compare with the existing literature
and validate the code.
[[
_TOC_
]]
## Installation, analysis and storing results
### Installation
...
...
@@ -51,7 +53,7 @@ everything works as expected).
-
`SU(3)`
at $
`\beta = 5.96`
$ with lattice size $
`24^3 \times 48`
$,
periodic boundary conditions:
-
input file:
-
results:
-
analysis:
-
[
input file
](
./data/SU3_PBC_bt5.96_L24x24x24x48/SU3_PBC_bt5.96_L24x24x24x48.in
)
-
[
analysis
](
./data/SU3_PBC_bt5.96_L24x24x24x48/analysis
)
-
[
results
](
./data/SU3_PBC_bt5.96_L24x24x24x48/analysis/results.txt
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment