Home
last modified time | relevance | path

Searched refs:TDA (Results 1 – 25 of 1313) sorted by relevance

12345678910>>...53

/dports/science/py-pyscf/pyscf-2.0.1/pyscf/solvent/test/
H A Dtest_ddcosmo_tdscf_grad.py46 td = mf.TDA().ddCOSMO().run()
50 td1 = mf.TDA().ddCOSMO().run()
52 td2 = mf.TDA().ddCOSMO().run()
115 td = mf.TDA().ddCOSMO().run()
119 td1 = mf.TDA().ddCOSMO().run()
121 td2 = mf.TDA().ddCOSMO().run()
161 td = mf.TDA().ddCOSMO().run()
165 td1 = mf.TDA().ddCOSMO().run()
184 td = mf.TDA().ddCOSMO().run()
207 td = mf.TDA().ddCOSMO().run()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/tdscf/
H A Drhf.py27 class TDA(rhf.TDA): class
29 vind, hdiag = rhf.TDA.gen_vind(self, mf)
38 CIS = TDA
56 scf.hf.RHF.TDA = lib.class_as_method(TDA)
58 scf.rohf.ROHF.TDA = None
H A D__init__.py46 def TDA(mf): function
54 return uks.TDA(mf)
56 return uhf.TDA(mf)
60 return rks.TDA(mf)
62 return rhf.TDA(mf)
95 return kuks.TDA(mf)
97 return kuhf.TDA(mf)
100 return krks.TDA(mf)
102 return krhf.TDA(mf)
H A Duhf.py23 class TDA(uhf.TDA): class
25 vind, hdiag = uhf.TDA.gen_vind(self, mf)
34 CIS = TDA
52 scf.uhf.UHF.TDA = lib.class_as_method(TDA)
H A Dkrks.py27 KTDA = TDA = krhf.TDA
43 dft.krks.KRKS.TDA = lib.class_as_method(KTDA)
46 dft.kroks.KROKS.TDA = None
87 td = TDA(mf)
H A Dkuks.py21 KTDA = TDA = kuhf.TDA
38 dft.kuks.KUKS.TDA = lib.class_as_method(KTDA)
77 td = TDA(mf)
93 td = TDA(mf)
H A Drks.py20 from pyscf.pbc.tdscf.rhf import TDA
45 dft.rks.RKS.TDA = lib.class_as_method(TDA)
H A Duks.py21 from pyscf.pbc.tdscf.uhf import TDA
46 dft.uks.UKS.TDA = lib.class_as_method(TDA)
H A Dkrhf.py36 class TDA(rhf.TDA): class
43 rhf.TDA.__init__(self, mf)
138 CIS = KTDA = TDA
141 class TDHF(TDA):
200 x0 = TDA.init_guess(self, mf, nstates)
290 scf.khf.KRHF.TDA = lib.class_as_method(KTDA)
292 scf.krohf.KROHF.TDA = None
327 td = TDA(mf)
H A Dkuhf.py33 class TDA(uhf.TDA): class
41 uhf.TDA.__init__(self, mf)
154 CIS = KTDA = TDA
157 class TDHF(TDA):
233 x0 = TDA.init_guess(self, mf, nstates)
303 scf.kuhf.KUHF.TDA = lib.class_as_method(KTDA)
334 td = TDA(mf)
348 td = TDA(mf)
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/tdscf/
H A Drks.py39 class TDA(rhf.TDA):
51 class TDDFTNoHybrid(TDDFT, TDA):
54 init_guess = TDA.init_guess
186 class dTDA(TDA):
195 TDA.__init__(self, mf)
206 dft.rks.RKS.TDA = dft.rks_symm.RKS.TDA = lib.class_as_method(TDA)
213 dft.roks.ROKS.TDA = dft.rks_symm.ROKS.TDA = None
H A D__init__.py44 def TDA(mf): function
48 return uks.TDA(mf)
50 return uhf.TDA(mf)
54 return rks.TDA(mf)
56 return rhf.TDA(mf)
H A Duks.py36 class TDA(uhf.TDA): class
49 class TDDFTNoHybrid(TDDFT, TDA):
53 init_guess = TDA.init_guess
218 class dTDA(TDA):
224 TDA.__init__(self, mf)
235 dft.uks.UKS.TDA = dft.uks_symm.UKS.TDA = lib.class_as_method(TDA)
/dports/science/octopus/octopus-10.5/testsuite/linear_response/
H A D01-casida.test98 match ; 1st TDA E ; LINEFIELD(casida/tamm_dancoff, 2, 2) ; 3.44931274E-01
99 match ; 2nd TDA E ; LINEFIELD(casida/tamm_dancoff, 4, 2) ; 3.53561930E-01
100 match ; 3rd TDA E ; LINEFIELD(casida/tamm_dancoff, 5, 2) ; 3.74266381E-01
102 match ; 1st TDA f ; LINEFIELD(casida/tamm_dancoff, 2, 6) ; 0.0
103 match ; 3rd TDA f ; LINEFIELD(casida/tamm_dancoff, 5, 6) ; 0.0
104 match ; 9th TDA f ; LINEFIELD(casida/tamm_dancoff, 10, 6) ; 4.58820724E-02
148 match ; 1st TDA E ; LINEFIELD(casida/tamm_dancoff, 2, 2) ; 3.42506434E-01
149 match ; 2nd TDA E ; LINEFIELD(casida/tamm_dancoff, 4, 2) ; 3.53561930E-01
150 match ; 3rd TDA E ; LINEFIELD(casida/tamm_dancoff, 5, 2) ; 3.74266381E-01
152 match ; 1st TDA f ; LINEFIELD(casida/tamm_dancoff, 2, 6) ; 0.0
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/tdscf/test/
H A Dtest_tdrks.py113 td = rks.TDA(mf)
123 td = rks.TDA(mf_lda)
136 td = rks.TDA(mf_b3lyp1)
146 td = rks.TDA(mf)
153 td = rks.TDA(mf_b3lyp)
160 td = rks.TDA(mf_lda)
234 td = rks.TDA(mf).run()
278 self.assertTrue(isinstance(tdscf.TDA(hf), tdscf.rhf.TDA))
279 self.assertTrue(isinstance(tdscf.TDA(ks), tdscf.rks.TDA))
280 self.assertTrue(isinstance(tdscf.TDA(kshf), tdscf.rks.TDA))
[all …]
H A Dtest_tduks.py130 td = tdscf.TDA(mf_b3lyp).set(conv_tol=1e-12)
135 td = tdscf.TDA(mf_lda).set(conv_tol=1e-12)
142 td = mf.TDA()
288 td = tdscf.TDA(mf).run()
299 td = tdscf.TDA(mf).run(nstates=3)
333 self.assertTrue(isinstance(tdscf.TDA(hf), tdscf.uhf.TDA))
334 self.assertTrue(isinstance(tdscf.TDA(ks), tdscf.uks.TDA))
335 self.assertTrue(isinstance(tdscf.TDA(kshf), tdscf.uks.TDA))
359 td = tdscf.uks.TDA(mf)
408 td = mol.UHF.run().TDA().run(nstates=1)
H A Dtest_tdrhf.py36 td = mf.TDA()
42 td = mf.TDA()
/dports/multimedia/dtv-scan-tables/dtv-scan-tables-20211214/dvb-s/
H A DAlcomsat-1-24.8W4 [TDA]
13 [TDA]
21 [TDA]
/dports/science/py-pyscf/pyscf-2.0.1/examples/solvent/
H A D21-tddft_equilibrium_solvation.py26 td = mf.TDA()
36 td = mf.TDA().ddCOSMO()
/dports/multimedia/xawtv/xawtv-3.107/contrib/
H A Dhauppauge-eeprom54 This varies if you have No Stereo decoder, TDA decoder or MSP decoder
64 If byte 3 indicates a TDA chip, the block is 8 bytes, EG
66 byte 5, 6 and 7 are used in programming the TDA (the TDA dbx alignment
68 Each TDA chip needs different values found during card calibration at
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/solvent/
H A D__init__.py41 elif isinstance(method_or_mol, (tdscf.rhf.TDA, tdscf.rhf.TDHF)):
72 elif isinstance(method_or_mol, (tdscf.rhf.TDA, tdscf.rhf.TDHF)):
110 elif isinstance(method_or_mol, (tdscf.rhf.TDA, tdscf.rhf.TDHF)):
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/grad/test/
H A Dtest_tdrks_grad.py48 td = tdscf.TDA(mf_lda).run(nstates=3)
60 td = tdscf.TDA(mf_gga).run(nstates=3)
92 td = mf.apply(tdscf.TDA)
H A Dtest_tduks_grad.py50 td = tdscf.TDA(mf_lda).run(nstates=3)
61 td = tdscf.TDA(mf_gga).run(nstates=3)
100 td = mf.apply(tdscf.TDA)
/dports/science/py-pyscf/pyscf-2.0.1/examples/dft/
H A D12-camb3lyp.py30 tdks = tdscf.TDA(mf)
41 tdks = tdscf.TDA(mf)
/dports/science/py-pyscf/pyscf-2.0.1/
H A DFEATURES36 - TDA (and density-fitting TDA) for RHF, UHF, RKS and UKS methods
39 - TDA nuclear gradients for RHF, UHF, RKS and UKS methods
44 - direct-TDA (TDA without exchange)
124 - Non-relativistic TDA, TDHF and TDDFT nuclear gradients
177 - (restricted and unrestricted) TDA, TDHF and TDDFT with k-point sampling

12345678910>>...53