Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
f51a85b9aa68d1bc872efc932c62e96d3cb3d70d
f51a85b9aa68d1bc872efc932c62e96d3cb3d70d
Switch branch/tag
openmm
platforms
opencl
src
kernels
customExternalForce.cl
Find file
Normal view
History
Permalink
customExternalForce.cl
68 Bytes
Edit
Web IDE
Newer
Older
Converted more forces to use OpenCLBondedUtilities
Peter Eastman
committed
Sep 14, 2011
1
2
COMPUTE_FORCE
float4
force1
=
(
float4
)
(
-dEdX,
-dEdY,
-dEdZ,
0.0f
)
;