Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tbgl
tools
arbd
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
4b13212614bf089c27afc3be46e0bb45c1c766be
Select Git revision
Branches
5
arbd2/feat/pybind
dev-arbd2
ext_FT_rbtype
main
default
protected
rigidbody
Tags
1
may24-beta
6 results
Begin with the selected commit
Created with Raphaël 2.2.0
16
May
21
Mar
1
1
Nov
17
Apr
16
Feb
14
8
2
Dec
23
Nov
7
3
2
31
Oct
21
Jun
8
May
7
5
4
30
Apr
27
26
25
16
1
2
Mar
5
Feb
4
6
Jan
30
Dec
1
Sep
11
Aug
31
Jul
23
Jun
22
21
Jan
25
Nov
29
Oct
30
Sep
3
Jul
31
May
25
Apr
24
18
21
Mar
20
6
Nov
30
Oct
6
Sep
10
May
9
8
26
Apr
18
Jan
17
3
21
Aug
4
28
Jun
13
9
22
May
12
10
9
24
Feb
23
22
20
28
Jan
24
6
16
Dec
10
29
Nov
23
11
10
9
8
28
Oct
27
23
19
17
16
12
6
5
27
Sep
19
Jul
15
7
5
30
Jun
24
22
13
17
May
11
10
29
Apr
28
21
31
Mar
24
12
Feb
4
2
28
Jan
27
26
22
20
19
8
7
6
5
4
11
Dec
10
20
Nov
17
13
11
6
3
Add bitmask, ParticlePatch boilerplate code, tests
Update
Updated test case, some docs
chatgpt docs --- unsettlingly good
progress with files added
progress
Initial arbd2 commit
Update README
Improved fetching energy so it will be exactly synced with coordinates
Remove unused force array; calculate RB attached particle energies on correct steps
Compute PMF grid mean values only once for faster startup
Add CMake code to determine cuda architecture
Fix indexing errors for bondAngle and restraint potentials when replicas are used
Launch group site kernels with correct number of blocks
Merge branch 'feat/bondangle'
Various fixes
Add DEBUG CMake flag
Macro USE_BOOST for boost::unordered_map rather than std::map for configuring productPotential
Added support for replicas to productPotential
Various bugfixes
Fixed bug in product potential's apply_dihedral_force
Added 4-particle vecangle potential; untested, and configuration.cpp still needs to build the potential dictionary using type,filename tuples as keys
Changed name to product potential
Initial implementation of crossPotential
Changed BondAngle to be the product of the energy of potentials applied to the central bond and two angles formed by four particles
Initial implementation of BondAngle potentials (energy is product of angle and bond potentials)
Merge remote-tracking branch 'origin/master' into HEAD
Protect CMake '-O2 -> -O3' conversion; fix NVTX
Move CMakeLists.txt to project root
Fix typo 'currRB --> currPart' in commit 05ba865
Add NVTX
Move common.h to namd_common.h to avoid confusion
Merge branch 'feat/cmake'
Fix CMake optimization levels
Add debug and other options to CMake file
Fix indentation for CMake
Merge branch 'feat/cmake'
Initial port to CMake build system
Use constexpr in a few instances instead of #define
Fix crashes caused by unneccesary updateParticleList call prior to RB attached particle update and improper initialization of atomic indicies for RB attached particles
Loading