Home
last modified time | relevance | path

Searched refs:Force (Results 1 – 25 of 8967) sorted by relevance

12345678910>>...359

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/unit/
H A Dforce.go17 type Force float64 type
20 Yottanewton Force = 1e24
21 Zettanewton Force = 1e21
22 Exanewton Force = 1e18
25 Giganewton Force = 1e9
26 Meganewton Force = 1e6
27 Kilonewton Force = 1e3
28 Hectonewton Force = 1e2
29 Decanewton Force = 1e1
30 Newton Force = 1.0
[all …]
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/tests/config/cs/
H A DUNI-37241.cfg6 utf8_bom=remove # { Ignore, Add, Remove, Force }
50 sp_arith=add # { Ignore, Add, Remove, Force }
51 sp_assign=add # { Ignore, Add, Remove, Force }
52 sp_assign_default=add # { Ignore, Add, Remove, Force }
53 sp_enum_assign=add # { Ignore, Add, Remove, Force }
54 sp_pp_concat=remove # { Ignore, Add, Remove, Force }
55 sp_pp_stringify=remove # { Ignore, Add, Remove, Force }
56 sp_bool=add # { Ignore, Add, Remove, Force }
57 sp_compare=add # { Ignore, Add, Remove, Force }
58 sp_inside_paren=remove # { Ignore, Add, Remove, Force }
[all …]
/dports/science/octopus/octopus-10.5/testsuite/periodic_systems/
H A D11-silicon_force.test80 match ; Force 5 (z) ; GREPFIELD(static/info, '5 Si', 5) ; 0.044382
128 match ; Force Ion-ion ; LINEFIELD(static/forces, 2, 6) ; -0.370281
129 match ; Force Local ; LINEFIELD(static/forces, 2, 12) ; 0.457976
130 match ; Force NL ; LINEFIELD(static/forces, 2, 15) ; -0.145658
131 match ; Force SCF ; LINEFIELD(static/forces, 2, 24) ; -0.0608921
132 match ; Force NLCC ; LINEFIELD(static/forces, 2, 27) ; 0.00874412
168 match ; Force Ion-ion ; LINEFIELD(static/forces, 2, 6) ; -0.370281
169 match ; Force Local ; LINEFIELD(static/forces, 2, 12) ; 0.457976
170 match ; Force NL ; LINEFIELD(static/forces, 2, 15) ; -0.145658
171 match ; Force SCF ; LINEFIELD(static/forces, 2, 24) ; -0.0608921
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DForce.cpp89 SimTK_INSERT_DERIVED_HANDLE_DEFINITIONS(Force::TwoPointLinearSpring, Force::TwoPointLinearSpringImp…
271 Force::MobilityLinearSpring& Force::MobilityLinearSpring::
287 Force::MobilityLinearSpring& Force::MobilityLinearSpring::
388 Force::MobilityLinearDamper& Force::MobilityLinearDamper::
543 Force::MobilityLinearStop& Force::MobilityLinearStop::
560 Force::MobilityLinearStop& Force::MobilityLinearStop::
937 SimTK_INSERT_DERIVED_HANDLE_DEFINITIONS(Force::ConstantForce, Force::ConstantForceImpl, Force);
962 SimTK_INSERT_DERIVED_HANDLE_DEFINITIONS(Force::ConstantTorque, Force::ConstantTorqueImpl, Force);
985 SimTK_INSERT_DERIVED_HANDLE_DEFINITIONS(Force::GlobalDamper, Force::GlobalDamperImpl, Force);
1008 SimTK_INSERT_DERIVED_HANDLE_DEFINITIONS(Force::UniformGravity, Force::UniformGravityImpl, Force);
[all …]
H A DForce_Gravity.cpp208 Force::GravityImpl, Force);
253 Force::Gravity& Force::Gravity::
260 Force::Gravity& Force::Gravity::
271 Force::Gravity& Force::Gravity::
283 Force::Gravity& Force::Gravity::
295 Force::Gravity& Force::Gravity::
320 const Force::Gravity& Force::Gravity::
344 const Force::Gravity& Force::Gravity::
360 const Force::Gravity& Force::Gravity::
374 const Force::Gravity& Force::Gravity::
[all …]
H A DForce_Thermostat.cpp197 SimTK_INSERT_DERIVED_HANDLE_DEFINITIONS(Force::Thermostat, Force::ThermostatImpl, Force);
199 Force::Thermostat::Thermostat in Thermostat()
220 Force::Thermostat& Force::Thermostat::
231 Force::Thermostat& Force::Thermostat::
242 Force::Thermostat& Force::Thermostat::
253 Force::Thermostat& Force::Thermostat::
271 const Force::Thermostat& Force::Thermostat::
281 const Force::Thermostat& Force::Thermostat::
291 const Force::Thermostat& Force::Thermostat::
301 const Force::Thermostat& Force::Thermostat::
[all …]
H A DForce_LinearBushing.cpp211 Force::LinearBushingImpl, Force);
248 Force::LinearBushing& Force::LinearBushing::
254 Force::LinearBushing& Force::LinearBushing::
260 Force::LinearBushing& Force::LinearBushing::
269 Force::LinearBushing& Force::LinearBushing::
287 const Force::LinearBushing& Force::LinearBushing::
292 const Force::LinearBushing& Force::LinearBushing::
297 const Force::LinearBushing& Force::LinearBushing::
305 const Force::LinearBushing& Force::LinearBushing::
374 Real Force::LinearBushing::
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/contrib/ShellMultiWeldDistortionAnalysis/
H A Dcase.sif31 Body Force = 1
39 Body Force = 6
47 Body Force = 14
55 Body Force = 4
63 Body Force = 12
79 Body Force = 2
87 Body Force = 6
95 Body Force = 1
111 Body Force = 4
1138 Body Force 1
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DForce.h36 class Force; variable
50 class SimTK_SIMBODY_EXPORT Force : public PIMPLHandle<Force, ForceImpl, true> {
152 Force() {} in Force() function
206 explicit Force(ForceImpl* r) : HandleBase(r) { } in Force() function
221 class SimTK_SIMBODY_EXPORT Force::TwoPointLinearSpring : public Force {
254 class SimTK_SIMBODY_EXPORT Force::TwoPointLinearDamper: public Force {
285 class SimTK_SIMBODY_EXPORT Force::TwoPointConstantForce: public Force {
313 class SimTK_SIMBODY_EXPORT Force::ConstantForce: public Force {
330 class SimTK_SIMBODY_EXPORT Force::ConstantTorque: public Force {
354 class SimTK_SIMBODY_EXPORT Force::GlobalDamper : public Force {
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Model/
H A DForce.cpp38 Force::Force() in Force() function in OpenSim::Force
50 void Force::setNull() in setNull()
57 void Force::constructProperties() in constructProperties()
88 void Force::extendAddToSystem(SimTK::MultibodySystem& system) const in extendAddToSystem()
93 SimTK::Force::Custom force(_model->updForceSubsystem(), adapter); in extendAddToSystem()
96 Force* mutableThis = const_cast<Force *>(this); in extendAddToSystem()
101 void Force::extendInitStateFromProperties(SimTK::State& s) const in extendInitStateFromProperties()
114 void Force::extendSetPropertiesFromState(const SimTK::State& state) in extendSetPropertiesFromState()
131 void Force::setAppliesForce(SimTK::State& s, bool applyForce) const in setAppliesForce()
142 bool Force::appliesForce(const SimTK::State& s) const in appliesForce()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/e2e/terraform/packer/windows/
H A Dfix-tls.ps181 New-Item 'HKLM:SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols' -Force | Out-…
85 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Server -Force | Out-Null
86 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Client -Force | Out-Null
87 …\SCHANNEL\Protocols\$protocol\Server -name Enabled -value 0 -PropertyType 'DWord' -Force | Out-Null
89 …\SCHANNEL\Protocols\$protocol\Client -name Enabled -value 0 -PropertyType 'DWord' -Force | Out-Null
95 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Server -Force | Out-Null
96 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Client -Force | Out-Null
104 New-Item 'HKLM:SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers' -Force | Out-Nu…
121 New-Item 'HKLM:SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes' -Force | Out-Null
126 …Providers\SCHANNEL\Hashes\$hash" -name 'Enabled' -value '0' -PropertyType 'DWord' -Force | Out-Null
[all …]
/dports/sysutils/nomad/nomad-1.1.0/e2e/terraform/packer/windows-2016-amd64/
H A Dfix-tls.ps181 New-Item 'HKLM:SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols' -Force | Out-…
85 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Server -Force | Out-Null
86 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Client -Force | Out-Null
87 …\SCHANNEL\Protocols\$protocol\Server -name Enabled -value 0 -PropertyType 'DWord' -Force | Out-Null
89 …\SCHANNEL\Protocols\$protocol\Client -name Enabled -value 0 -PropertyType 'DWord' -Force | Out-Null
95 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Server -Force | Out-Null
96 …M\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\$protocol\Client -Force | Out-Null
104 New-Item 'HKLM:SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers' -Force | Out-Nu…
121 New-Item 'HKLM:SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes' -Force | Out-Null
126 …Providers\SCHANNEL\Hashes\$hash" -name 'Enabled' -value '0' -PropertyType 'DWord' -Force | Out-Null
[all …]
H A Dprovision.ps176 Remove-Item -Path ./nomad.zip -Force -ErrorAction Ignore in InstallFromS3()
80 Remove-Item -Path $install_path -Force -ErrorAction Stop in InstallFromS3()
81 Expand-Archive ./nomad.zip ./ -Force -ErrorAction Stop in InstallFromS3()
82 Remove-Item -Path nomad.zip -Force -ErrorAction Ignore in InstallFromS3()
102 Remove-Item -Path $install_path -Force -ErrorAction Ignore in InstallFromUploadedBinary()
139 Remove-Item -Path ./nomad.zip -Force -ErrorAction Ignore in InstallFromRelease()
142 Remove-Item -Path $install_path -Force -ErrorAction Ignore in InstallFromRelease()
144 Remove-Item -Path nomad.zip -Force -ErrorAction Ignore in InstallFromRelease()
168 Remote-Item 'C:\opt\config\custom' -Force -ErrorAction Ignore in InstallConfigProfile()
174 Remove-Item "C:\opt\nomad.d\*" -Force -ErrorAction Ignore in InstallConfigProfile()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DTimeIntegrate.F9080 Force(i) = Force(i) + s
116 Force(i) = Force(i) + s
286 Force(i) = Force(i) + s
300 Force(i) = Force(i) + s
316 Force(i) = Force(i) + s
334 Force(i) = Force(i) + s
353 Force(i) = Force(i) + s
416 Force(i) = Force(i) + s
468 Force(i) = Force(i) + s
523 Force(i) = Force(i) + s
[all …]
/dports/science/octopus/octopus-10.5/testsuite/functionals/
H A D10-vdw_d3_dna.test42 match ; Force 10 (x) ; GREPFIELD(static/info, '10 N', 3) ; 0.00887431
43 match ; Force 10 (y) ; GREPFIELD(static/info, '10 N', 4) ; 0.001030295
46 match ; Force 20 (y) ; GREPFIELD(static/info, '20 C', 4) ; -0.00424695
47 match ; Force 20 (z) ; GREPFIELD(static/info, '20 C', 5) ; -0.0118742
48 match ; Force 30 (x) ; GREPFIELD(static/info, '30 C', 3) ; 0.00532857
50 match ; Force 30 (z) ; GREPFIELD(static/info, '30 C', 5) ; 0.0177604
51 match ; Force 40 (x) ; GREPFIELD(static/info, '40 H', 3) ; -0.0114851
53 match ; Force 40 (z) ; GREPFIELD(static/info, '40 H', 5) ; -0.0147137
56 match ; Force 50 (z) ; GREPFIELD(static/info, '50 H', 5) ; 0.00623326
57 match ; Force 60 (x) ; GREPFIELD(static/info, '60 H', 3) ; -0.0188591
[all …]
H A D11-vdw_d3.test34 match ; Force 1 (x) ; GREPFIELD(static/info, '1 N', 3) ; -0.009787
35 match ; Force 1 (y) ; GREPFIELD(static/info, '1 N', 4) ; -0.002092
36 match ; Force 1 (z) ; GREPFIELD(static/info, '1 N', 5) ; -0.006401
38 match ; Force 2 (x) ; GREPFIELD(static/info, '2 H', 3) ; -0.001347
39 match ; Force 2 (y) ; GREPFIELD(static/info, '2 H', 4) ; -0.002423
40 match ; Force 2 (z) ; GREPFIELD(static/info, '2 H', 5) ; 0.000622
42 match ; Force 3 (x) ; GREPFIELD(static/info, '3 H', 3) ; -0.001992
43 match ; Force 3 (y) ; GREPFIELD(static/info, '3 H', 4) ; 0.002022
44 match ; Force 3 (z) ; GREPFIELD(static/info, '3 H', 5) ; 0.001570
46 match ; Force 4 (x) ; GREPFIELD(static/info, '4 H', 3) ; -0.001285
[all …]
/dports/science/openmx/openmx3.8/work/large_example/
H A DruntestL.result_macloud27 …/5_5_13COb2.dat Elapsed time(s)= 216.49 diff Utot= 0.000000000073 diff Force= 0.000000000051
8 …/B2C62_Band.dat Elapsed time(s)= 2551.81 diff Utot= 0.000000000008 diff Force= 0.000000034951
9 …/CG15c-Kry.dat Elapsed time(s)= 452.74 diff Utot= 0.000000006366 diff Force= 0.000000220771
10 …/DIA512-1.dat Elapsed time(s)= 476.32 diff Utot= 0.000000000054 diff Force= 0.000000006185
11 …/FeBCC.dat Elapsed time(s)= 265.75 diff Utot= 0.000000000009 diff Force= 0.000000000001
12 …/GEL.dat Elapsed time(s)= 116.26 diff Utot= 0.000000000002 diff Force= 0.000000000000
13 …/GFRAG.dat Elapsed time(s)= 96.83 diff Utot= 0.000000000015 diff Force= 0.000000000000
14 …/GGFF.dat Elapsed time(s)= 5214.19 diff Utot= 0.000000000007 diff Force= 0.000000000577
15 …/MCCN.dat Elapsed time(s)= 649.39 diff Utot= 0.000000000029 diff Force= 0.000000000031
16 …/Mn12_148_F.dat Elapsed time(s)= 274.31 diff Utot= 0.000000000092 diff Force= 0.000000000017
[all …]
H A DruntestL.result_mx737 …/5_5_13COb2.dat Elapsed time(s)= 174.15 diff Utot= 0.000000000000 diff Force= 0.000000000000
8 …/B2C62_Band.dat Elapsed time(s)= 1611.86 diff Utot= 0.000000000014 diff Force= 0.000000017005
9 …/CG15c-Kry.dat Elapsed time(s)= 314.16 diff Utot= 0.000000005432 diff Force= 0.000000227676
10 …/DIA512-1.dat Elapsed time(s)= 368.67 diff Utot= 0.000000000061 diff Force= 0.000000004621
11 …/FeBCC.dat Elapsed time(s)= 257.86 diff Utot= 0.000000000003 diff Force= 0.000000000001
12 …/GEL.dat Elapsed time(s)= 98.16 diff Utot= 0.000000000000 diff Force= 0.000000000001
13 …/GFRAG.dat Elapsed time(s)= 84.73 diff Utot= 0.000000000000 diff Force= 0.000000000003
14 …/GGFF.dat Elapsed time(s)= 5758.59 diff Utot= 0.000000000048 diff Force= 0.000000000443
15 …/MCCN.dat Elapsed time(s)= 479.91 diff Utot= 0.000000000013 diff Force= 0.000000000011
16 …/Mn12_148_F.dat Elapsed time(s)= 206.81 diff Utot= 0.000000000005 diff Force= 0.000000000002
[all …]
H A DruntestL.result_hster7 …/5_5_13COb2.dat Elapsed time(s)= 41.98 diff Utot= 0.000000000049 diff Force= 0.000000000010
8 …/B2C62_Band.dat Elapsed time(s)= 329.15 diff Utot= 0.000000000004 diff Force= 0.000000052505
9 …/CG15c-Kry.dat Elapsed time(s)= 37.50 diff Utot= 0.000000008676 diff Force= 0.000000257123
10 …/DIA512-1.dat Elapsed time(s)= 29.08 diff Utot= 0.000000000010 diff Force= 0.000000000353
11 …/FeBCC.dat Elapsed time(s)= 48.21 diff Utot= 0.000000000015 diff Force= 0.000000000000
12 …/GEL.dat Elapsed time(s)= 34.78 diff Utot= 0.000000000030 diff Force= 0.000000000008
13 …/GFRAG.dat Elapsed time(s)= 25.82 diff Utot= 0.000000000560 diff Force= 0.000000000039
14 …/GGFF.dat Elapsed time(s)= 389.95 diff Utot= 0.000000000081 diff Force= 0.000000000476
15 …/MCCN.dat Elapsed time(s)= 49.80 diff Utot= 0.000000000059 diff Force= 0.000000000007
16 …/Mn12_148_F.dat Elapsed time(s)= 65.09 diff Utot= 0.000000000141 diff Force= 0.000000000021
[all …]
H A DruntestL.result_xc308 …/5_5_13COb2.dat Elapsed time(s)= 29.90 diff Utot= 0.000000000066 diff Force= 0.000000000045
9 …/B2C62_Band.dat Elapsed time(s)= 337.18 diff Utot= 0.000000000030 diff Force= 0.000000016106
10 …/CG15c-Kry.dat Elapsed time(s)= 40.14 diff Utot= 0.000000011260 diff Force= 0.000000415862
11 …/DIA512-1.dat Elapsed time(s)= 25.85 diff Utot= 0.000000000030 diff Force= 0.000000006092
12 …/FeBCC.dat Elapsed time(s)= 49.46 diff Utot= 0.000000000094 diff Force= 0.000000000010
13 …/GEL.dat Elapsed time(s)= 33.36 diff Utot= 0.000000000028 diff Force= 0.000000000001
14 …/GFRAG.dat Elapsed time(s)= 17.98 diff Utot= 0.000000000315 diff Force= 0.000000000030
15 …/GGFF.dat Elapsed time(s)= 528.97 diff Utot= 0.000000000068 diff Force= 0.000000000349
16 …/MCCN.dat Elapsed time(s)= 45.48 diff Utot= 0.000000000062 diff Force= 0.000000000001
17 …/Mn12_148_F.dat Elapsed time(s)= 51.59 diff Utot= 0.000000000093 diff Force= 0.000000000076
[all …]
/dports/sysutils/py-salt/salt-3004.1/pkg/windows/
H A Dbuild_env.ps1100 $p = New-Item $ini['Settings']['DownloadDir'] -ItemType Directory -Force
101 $p = New-Item "$($ini['Settings']['DownloadDir'])\64" -ItemType Directory -Force
102 $p = New-Item "$($ini['Settings']['DownloadDir'])\32" -ItemType Directory -Force
103 $p = New-Item $ini['Settings']['SaltDir'] -ItemType Directory -Force
172 Remove-Item "$( $ini['Settings']['DownloadDir'] )\nsisunz" -Force -Recurse
173 Remove-Item "$file" -Force
197 Remove-Item "$( $ini['Settings']['DownloadDir'] )\NSISunzU" -Force -Recurse
198 Remove-Item "$file" -Force
228 Remove-Item "$file" -Force
258 Remove-Item "$file" -Force
[all …]
/dports/science/openmx/openmx3.8/work/input_example/
H A Druntest.result_macloud27 …/Benzene.dat Elapsed time(s)= 10.59 diff Utot= 0.000000000003 diff Force= 0.000000000001
8 …/C60.dat Elapsed time(s)= 30.65 diff Utot= 0.000000001503 diff Force= 0.000000000081
9 …/CO.dat Elapsed time(s)= 25.41 diff Utot= 0.000000001669 diff Force= 0.000000003393
10 …/Cr2.dat Elapsed time(s)= 20.34 diff Utot= 0.000000000968 diff Force= 0.000000000014
11 …/Crys-MnO.dat Elapsed time(s)= 35.95 diff Utot= 0.000000000008 diff Force= 0.000000000001
12 …/GaAs.dat Elapsed time(s)= 46.43 diff Utot= 0.000000000012 diff Force= 0.000000000001
13 …/Glycine.dat Elapsed time(s)= 11.55 diff Utot= 0.000000000054 diff Force= 0.000000000004
14 …/Graphite4.dat Elapsed time(s)= 9.94 diff Utot= 0.000000000001 diff Force= 0.000000000000
15 …/H2O-EF.dat Elapsed time(s)= 9.81 diff Utot= 0.000000000051 diff Force= 0.000000000058
16 …/H2O.dat Elapsed time(s)= 10.30 diff Utot= 0.000000000051 diff Force= 0.000000015099
[all …]
H A Druntest.result_mx737 …/Benzene.dat Elapsed time(s)= 4.58 diff Utot= 0.000000000002 diff Force= 0.000000000000
8 …/C60.dat Elapsed time(s)= 14.93 diff Utot= 0.000000000003 diff Force= 0.000000000001
9 …/CO.dat Elapsed time(s)= 7.82 diff Utot= 0.000000000000 diff Force= 0.000000000004
10 …/Cr2.dat Elapsed time(s)= 7.78 diff Utot= 0.000000004887 diff Force= 0.000000000012
11 …/Crys-MnO.dat Elapsed time(s)= 18.74 diff Utot= 0.000000000006 diff Force= 0.000000000001
12 …/GaAs.dat Elapsed time(s)= 24.45 diff Utot= 0.000000000010 diff Force= 0.000000000000
13 …/Glycine.dat Elapsed time(s)= 4.87 diff Utot= 0.000000000054 diff Force= 0.000000000003
14 …/Graphite4.dat Elapsed time(s)= 4.42 diff Utot= 0.000000000000 diff Force= 0.000000000001
15 …/H2O-EF.dat Elapsed time(s)= 3.78 diff Utot= 0.000000000000 diff Force= 0.000000000001
16 …/H2O.dat Elapsed time(s)= 3.51 diff Utot= 0.000000000000 diff Force= 0.000000000001
[all …]
H A Druntest.result_hster7 …/Benzene.dat Elapsed time(s)= 4.23 diff Utot= 0.000000000003 diff Force= 0.000000000000
8 …/C60.dat Elapsed time(s)= 14.27 diff Utot= 0.000000000009 diff Force= 0.000000000007
9 …/CO.dat Elapsed time(s)= 8.74 diff Utot= 0.000000000000 diff Force= 0.000000000000
10 …/Cr2.dat Elapsed time(s)= 8.14 diff Utot= 0.000000000970 diff Force= 0.000000000073
11 …/Crys-MnO.dat Elapsed time(s)= 18.93 diff Utot= 0.000000000004 diff Force= 0.000000000001
12 …/GaAs.dat Elapsed time(s)= 25.22 diff Utot= 0.000000000012 diff Force= 0.000000000001
13 …/Glycine.dat Elapsed time(s)= 4.86 diff Utot= 0.000000000054 diff Force= 0.000000000002
14 …/Graphite4.dat Elapsed time(s)= 4.69 diff Utot= 0.000000000000 diff Force= 0.000000000000
15 …/H2O-EF.dat Elapsed time(s)= 3.87 diff Utot= 0.000000000000 diff Force= 0.000000000001
16 …/H2O.dat Elapsed time(s)= 3.90 diff Utot= 0.000000000000 diff Force= 0.000000000002
[all …]
H A Druntest.result_xc308 …/Benzene.dat Elapsed time(s)= 3.89 diff Utot= 0.000000000019 diff Force= 0.000000000003
9 …/C60.dat Elapsed time(s)= 13.60 diff Utot= 0.000000000008 diff Force= 0.000000000003
10 …/CO.dat Elapsed time(s)= 8.44 diff Utot= 0.000000000195 diff Force= 0.000000001471
11 …/Cr2.dat Elapsed time(s)= 7.97 diff Utot= 0.000000000001 diff Force= 0.000000000029
12 …/Crys-MnO.dat Elapsed time(s)= 23.15 diff Utot= 0.000000000029 diff Force= 0.000000002314
13 …/GaAs.dat Elapsed time(s)= 29.46 diff Utot= 0.000000000012 diff Force= 0.000000000001
14 …/Glycine.dat Elapsed time(s)= 4.45 diff Utot= 0.000000000002 diff Force= 0.000000000003
15 …/Graphite4.dat Elapsed time(s)= 4.23 diff Utot= 0.000000000015 diff Force= 0.000000000006
16 …/H2O-EF.dat Elapsed time(s)= 3.42 diff Utot= 0.000000000106 diff Force= 0.000000000002
17 …/H2O.dat Elapsed time(s)= 3.40 diff Utot= 0.000000000102 diff Force= 0.000000000609
[all …]

12345678910>>...359