Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
docking
ocladock
Commits
51526b39
Commit
51526b39
authored
Aug 13, 2018
by
lvs
Browse files
reduced to float coeffs in calcgrad,
#28
parent
85984c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
device/calcgradient.cl
View file @
51526b39
...
...
@@ -709,7 +709,7 @@ void gpu_calc_gradient(
(
dspars_S_const[atom1_typeid]
+
dockpars_qasp*fabs
(
atom_charges_const[atom1_id]
))
*
dspars_V_const[atom2_typeid]
+
(
dspars_S_const[atom2_typeid]
+
dockpars_qasp*fabs
(
atom_charges_const[atom2_id]
))
*
dspars_V_const[atom1_typeid]
)
*
dockpars_coeff_desolv
*
-0.07716049382716049
*
atomic_distance
*
native_exp
(
-0.038580246913580245*native_powr
(
atomic_distance,
2
))
;
dockpars_coeff_desolv
*
/*
-0.07716049382716049
*/
-0.077160f
*
atomic_distance
*
native_exp
(
/*
-0.038580246913580245
*/
-0.038580f
*native_powr
(
atomic_distance,
2
))
;
}
//
if
cuttoff2
-
internuclear-distance
at
20.48A
//
Decomposing
"priv_gradient_per_intracontributor"
...
...
Leonardo Solis
@solis
mentioned in issue
#28 (closed)
·
Aug 13, 2018
mentioned in issue
#28 (closed)
mentioned in issue #28
Toggle commit list
Write
Preview
Supports
Markdown
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