Skip to content

Commit

Permalink
section:contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed Nov 21, 2021
1 parent 89bb7e0 commit 3d2b5af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Critical Behavior of Coupled ScalarFields with Different Dynamics
# Critical Behavior of Coupled Scalar Fields with Different Dynamics

---

Expand Down Expand Up @@ -53,12 +53,15 @@ Schema of the measurement-object:
"seed": Integer,
"A": Integer, // amount of simulations
"S": Float, // external thermalization field
//mesaurement results:
// mesaurement results:
"sigma": [Float],
"n": [Float],
"sigma_sq": [Float],
"n_sq": [Float]
},
```

If the observables are calculated for every step, the measurement also contains measurements for the momentum fields.
If the observables are calculated for every step, the measurement also contains measurements for the momentum fields.

## Contributing
By creating a pull request you accept that the code is licenced under the conditions specified in the LICENCE.txt file.

0 comments on commit 3d2b5af

Please sign in to comment.