Home
last modified time | relevance | path

Searched refs:gga (Results 1 – 25 of 1540) sorted by relevance

12345678910>>...62

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/pspw/lib/exchange-correlation/
H A Dv_bwexc_all.F13 integer gga local
57 else if (gga.eq.110) then
59 else if (gga.eq.111) then
61 else if (gga.eq.112) then
63 else if (gga.eq.114) then
65 else if (gga.eq.115) then
81 integer gga local
100 use_gga = (.not.nwpwxc_is_on().and.(gga.ge.10).and.(gga.lt.100))
142 integer luout,gga local
157 IF (gga.eq.-1) THEN
[all …]
H A Dv_bwexc.F17 integer gga local
157 if (gga.eq.10) then
165 else if (gga.eq.11) then
174 else if (gga.eq.12) then
182 else if (gga.eq.13) then
190 else if (gga.eq.14) then
198 else if (gga.eq.15) then
206 else if (gga.eq.16) then
214 else if (gga.eq.17) then
503 if (gga.eq.10) then
[all …]
H A Dv_mexc.F13 subroutine v_mexc(gga,n2ft3d,ispin,dn, argument
17 integer gga
132 if (gga.ge.300) then
136 if (gga.eq.300) then
146 else if (gga.eq.301) then
156 else if (gga.eq.302) then
166 else if (gga.eq.303) then
178 else if (gga.eq.304) then
188 else if (gga.eq.305) then
516 if (gga.ge.300) then
[all …]
H A Dv_bwexc_euv.F18 integer gga
180 if (gga.eq.10) then
189 else if (gga.eq.11) then
197 else if (gga.eq.12) then
205 else if (gga.eq.13) then
213 else if (gga.eq.14) then
221 else if (gga.eq.15) then
229 else if (gga.eq.16) then
237 else if (gga.eq.17) then
606 if (gga.eq.10) then
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/lib/exchange-correlation/
H A Dv_bwexc_all.F13 integer gga local
57 else if (gga.eq.110) then
59 else if (gga.eq.111) then
61 else if (gga.eq.112) then
63 else if (gga.eq.114) then
65 else if (gga.eq.115) then
81 integer gga local
100 use_gga = (.not.nwpwxc_is_on().and.(gga.ge.10).and.(gga.lt.100))
142 integer luout,gga local
157 IF (gga.eq.-1) THEN
[all …]
H A Dv_bwexc.F17 integer gga
157 if (gga.eq.10) then
165 else if (gga.eq.11) then
174 else if (gga.eq.12) then
182 else if (gga.eq.13) then
190 else if (gga.eq.14) then
198 else if (gga.eq.15) then
206 else if (gga.eq.16) then
214 else if (gga.eq.17) then
503 if (gga.eq.10) then
[all …]
H A Dv_bwexc_euv.F18 integer gga
178 if (gga.eq.10) then
187 else if (gga.eq.11) then
195 else if (gga.eq.12) then
203 else if (gga.eq.13) then
211 else if (gga.eq.14) then
219 else if (gga.eq.15) then
227 else if (gga.eq.16) then
235 else if (gga.eq.17) then
596 if (gga.eq.10) then
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/control/
H A Dcontrol_gga.fh8 * gga = -1 off
11 * gga = 0 vosko,
16 * gga = 11 blyp
17 * gga = 12 revpbe
18 * gga = 13 pbesol
21 * gga = 16 BEEF
23 * gga = 17-99 (reserved for other gga's)
52 gga = 0
54 gga = 0
56 gga = 0
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/control/
H A Dcontrol_gga.fh8 * gga = -1 off
11 * gga = 0 vosko,
16 * gga = 11 blyp
17 * gga = 12 revpbe
18 * gga = 13 pbesol
21 * gga = 16 BEEF
23 * gga = 17-99 (reserved for other gga's)
56 gga = 0
58 gga = 0
60 gga = 0
[all …]
/dports/science/ergo/ergo-3.8/source/dft/
H A Dfunctionals.c131 drv1_clear(FunFirstFuncDrv* gga) in drv1_clear() argument
133 memset(gga, 0, sizeof(*gga)); in drv1_clear()
137 drv2_clear(FunSecondFuncDrv* gga) in drv2_clear() argument
139 memset(gga, 0, sizeof(*gga)); in drv2_clear()
143 drv3_clear(FunThirdFuncDrv* gga) in drv3_clear() argument
145 memset(gga, 0, sizeof(*gga)); in drv3_clear()
148 drv4_clear(FunFourthFuncDrv* gga) in drv4_clear() argument
150 memset(gga, 0, sizeof(*gga)); in drv4_clear()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/realtime/gpstether/
H A DCRtGpsTetherInfo.cpp138 if(gga.isValid) in getPosition()
140 return QPointF(gga.lon, gga.lat); in getPosition()
195 gga.isValid = false; in slotDisconnected()
243 if(gga.isValid) in slotUpdate()
245 timestamp = gga.datetime; in slotUpdate()
246 lon = gga.lon; in slotUpdate()
247 lat = gga.lat; in slotUpdate()
248 ele = gga.altAboveSeaLevel; in slotUpdate()
381 gga.isValid = false; in nmeaGGA()
385 gga.isValid = true; in nmeaGGA()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/utilities/paw_utilities/
H A Dnwpw_gga.F8 subroutine nwpw_gga(gga,ic,ispin, argument
12 integer gga,ic,ispin
79 if (gga.eq.10) then
87 else if (gga.eq.11) then
96 else if (gga.eq.12) then
149 if (gga.eq.10) then
157 else if (gga.eq.11) then
166 else if (gga.eq.12) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/paw/paw_xc/
H A Dpaw_gga.F7 subroutine paw_gga(gga,ic,ispin, argument
13 integer gga,ic,ispin
57 if (gga.eq.10) then
65 else if (gga.eq.11) then
74 else if (gga.eq.12) then
123 if (gga.eq.10) then
131 else if (gga.eq.11) then
140 else if (gga.eq.12) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/utilities/paw_utilities/
H A Dnwpw_gga.F8 subroutine nwpw_gga(gga,ic,ispin, argument
12 integer gga,ic,ispin
79 if (gga.eq.10) then
87 else if (gga.eq.11) then
96 else if (gga.eq.12) then
149 if (gga.eq.10) then
157 else if (gga.eq.11) then
166 else if (gga.eq.12) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/paw/paw_xc/
H A Dpaw_gga.F7 subroutine paw_gga(gga,ic,ispin, argument
13 integer gga,ic,ispin
57 if (gga.eq.10) then
65 else if (gga.eq.11) then
74 else if (gga.eq.12) then
123 if (gga.eq.10) then
131 else if (gga.eq.11) then
140 else if (gga.eq.12) then
/dports/biology/jalview/jalview/examples/
H A DestrogenReceptorCdna_frag.fa8 gga
20 gga
24 gga
28 gga
/dports/science/py-gpaw/gpaw-21.6.0/c/xc/
H A Dxc.c37 bool gga, bool spinpol,
43 bool gga, bool spinpol,
60 bool gga, bool spinpol,
99 if (par->gga) in XCFunctional_calculate()
132 if (par->gga) in XCFunctional_calculate()
162 if (par->gga) in XCFunctional_calculate()
195 if (par->gga) in XCFunctional_calculate()
261 self->par.gga = 1; in NewXCFunctionalObject()
268 self->par.gga = 0; in NewXCFunctionalObject()
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_module.py129 import test.good_getattr as gga namespace
132 self.assertEqual(gga.x, 1)
133 self.assertEqual(gga.y, 2)
136 gga.yolo
137 self.assertEqual(gga.whatever, "There is whatever")
154 import test.good_getattr as gga namespace
155 self.assertEqual(dir(gga), ['a', 'b', 'c'])
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_module.py129 import test.good_getattr as gga namespace
132 self.assertEqual(gga.x, 1)
133 self.assertEqual(gga.y, 2)
136 gga.yolo
137 self.assertEqual(gga.whatever, "There is whatever")
154 import test.good_getattr as gga namespace
155 self.assertEqual(dir(gga), ['a', 'b', 'c'])
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_module.py129 import test.good_getattr as gga namespace
132 self.assertEqual(gga.x, 1)
133 self.assertEqual(gga.y, 2)
136 gga.yolo
137 self.assertEqual(gga.whatever, "There is whatever")
154 import test.good_getattr as gga namespace
155 self.assertEqual(dir(gga), ['a', 'b', 'c'])
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_module.py129 import test.good_getattr as gga namespace
132 self.assertEqual(gga.x, 1)
133 self.assertEqual(gga.y, 2)
136 gga.yolo
137 self.assertEqual(gga.whatever, "There is whatever")
154 import test.good_getattr as gga namespace
155 self.assertEqual(dir(gga), ['a', 'b', 'c'])
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_module.py128 import test.good_getattr as gga namespace
131 self.assertEqual(gga.x, 1)
132 self.assertEqual(gga.y, 2)
135 gga.yolo
136 self.assertEqual(gga.whatever, "There is whatever")
153 import test.good_getattr as gga namespace
154 self.assertEqual(dir(gga), ['a', 'b', 'c'])
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_module.py129 import test.good_getattr as gga namespace
132 self.assertEqual(gga.x, 1)
133 self.assertEqual(gga.y, 2)
136 gga.yolo
137 self.assertEqual(gga.whatever, "There is whatever")
154 import test.good_getattr as gga namespace
155 self.assertEqual(dir(gga), ['a', 'b', 'c'])
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_module.py129 import test.good_getattr as gga namespace
132 self.assertEqual(gga.x, 1)
133 self.assertEqual(gga.y, 2)
136 gga.yolo
137 self.assertEqual(gga.whatever, "There is whatever")
154 import test.good_getattr as gga namespace
155 self.assertEqual(dir(gga), ['a', 'b', 'c'])
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/t/data/compliant/
H A DSPAN_Family7n.nex13 …gaatacatggcgtatctgttcaagtatgattccgttcatggacgatatcaa------------------------gga------aaagtcgaaaccaa…
17 …------------------ggtttcggtcgtattggccgtatcgtcctccgtaatgctctccttcac---------gga---gacattgacgtcgtcgc…
24 …gaatacatggtgtacatgtttaagtatgactccacccacggccgatacaag------------------------gga------agtgtggaattcag…
26 …gattacgccgcttacatgttcaagtacgactctacccacggaaagttcaag------------------------gga------actgtcacccacga…
34 …aagtacatggcttacatgttgaagtatgattctactcatggaaatttcaag------------------------gga---agcatcaatgtcattga…
35 …aagtacatggcttacatgttcaagtatgattctactcatggaaattacaaa------------------------gga---actatcaatgtaattga…
36 …gagtacatggtctacatgttcaagtacgactccacccacggtgtcttcaag------------------------gga------tccgtcgagatcaa…
45 …gaatacatggtgtacatgtttaagtatgactccacccacggccgatacaag------------------------gga------agtgtggaattcag…
49 …gaatacatggtctacatgttcaagtacgactccgttcacggtcgcttcaag------------------------gga------accgtcgaggcaaa…
57 …gactacatggtctacttgttccagtacgactccacccacggacgcttcaag------------------------gga------accgttgctcacga…
[all …]

12345678910>>...62