Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RBComb simulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Pascal Engeler
RBComb simulation
Commits
935d3981
Commit
935d3981
authored
5 years ago
by
Pascal Engeler
Browse files
Options
Downloads
Patches
Plain Diff
More project creation information
parent
7d57083b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-8
11 additions, 8 deletions
README.md
with
11 additions
and
8 deletions
README.md
+
11
−
8
View file @
935d3981
...
...
@@ -57,23 +57,26 @@ In order to implement a new project, follow these steps:
-
Coupling and driving parameters are dynamic.
2.
Write custom versions of classes
`DrumParameters`
(everything that is static) and
`DrumVariables`
(everything that is dynamic) to accomodate these. Inspiration in
`lib/drum_variables.hpp`
and
`lib/drum_parameters.hpp`
.
3.
Write custom
`Grabber`
that extracts the relevant data (inspiration in
`include/grabber.hpp`
)
4.
Write custom child of
`Force`
to calculate the force.
`lib/drum_parameters.hpp`
. Take into account the information provided
[
here
](
#drumparams
)
and
[
here
](
#drumvars
)
.
3.
Write custom
`Grabber`
that extracts the relevant data (inspiration in
`include/grabber.hpp`
).
Take into account what's stated
[
here
](
#grabber
)
.
4.
Write custom child of
`Force`
to calculate the force. For more information, have a look
[
here
](
#force
)
.
5.
Write custom children of
`Coupler`
and
`Driver`
to correctly update the drive and couplings.
6.
If desired, write a custom child of
`LatticeGenerator`
to generate a custom lattice,
Remember to read
[
this
](
#coupler
)
and
[
this
](
#driver
)
6.
If desired, write a custom child of
`LatticeGenerator`
to generate a custom lattice (have a look
[
here
](
#latticegenerator
)
),
or use the generator
`projects/braidingTightBinding/include/rbcomb_generator_braid.hpp`
to
create the RBComb.
create the RBComb. When working with lattices, always keep in mind the
[
neighbour ordering convention
](
#noc
)
and the
[
inexistent neighbour convention
](
#inc
)
.
7.
If desired, write a child of
`MatrixElementCalculator`
to calculate matrix elements
for the dynamic matrix.
8.
Check the unit tests
(
`unit_tests`
) or other projects to see how a
`main.cpp`
could be
for the dynamic matrix.
See more information
[
here
](
#mec
)
.
8.
Check the
[
unit tests
](
#UT
)
or other projects to see how a
`main.cpp`
could be
constructed.
Hints for organizing, building and running simulations
1.
Use a Makefile.
-
The framework should be compiled with c++ 2a.
-
The
`Diagonalizer`
requires LAPACK to be linked.
-
Get inspiration from other projects.
-
Get inspiration from other projects
and
[
unit tests
](
#UT
)
.
2.
Organize executables in
`bin`
3.
Store data and plots in subfolders of
`results`
...
...
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