Home
last modified time | relevance | path

Searched refs:stateB (Results 1 – 25 of 46) sorted by relevance

12

/dports/science/bagel/bagel-1.2.2/src/asd/
H A Dasd_compute_diagonal.hpp85 for(int stateB = 0; stateB < nstatesB; ++stateB) { in compute_diagonal_1e() local
86 const int stateApB = AB.dimerindex(stateAp, stateB); in compute_diagonal_1e()
87 const int stateAB = AB.dimerindex(stateA, stateB); in compute_diagonal_1e()
93 for(int stateB = 0; stateB < nstatesB; ++stateB) { in compute_diagonal_1e() local
94 const int stateAB = AB.dimerindex(stateA, stateB); in compute_diagonal_1e()
100 for(int stateB = 0; stateB < nstatesB; ++stateB) { in compute_diagonal_1e() local
101 std::shared_ptr<const CiType> isigma = sigmavecB->data(stateB); in compute_diagonal_1e()
102 for(int stateBp = 0; stateBp < stateB; ++stateBp) { in compute_diagonal_1e()
106 const int stateAB = AB.dimerindex(stateA, stateB); in compute_diagonal_1e()
112 const double dotproduct = ccvecB->data(stateB)->dot_product(*isigma); in compute_diagonal_1e()
[all …]
H A Dasd_base.cc110 for(int stateB = 0; stateB < nstatesB; ++stateB) { in compute_intra() local
111 const int stateApB = AB.dimerindex(stateAp, stateB); in compute_intra()
112 const int stateAB = AB.dimerindex(stateA, stateB); in compute_intra()
118 for(int stateB = 0; stateB < nstatesB; ++stateB) { in compute_intra() local
119 const int stateAB = AB.dimerindex(stateA, stateB); in compute_intra()
125 for(int stateB = 0; stateB < nstatesB; ++stateB) { in compute_intra() local
126 for(int stateBp = 0; stateBp < stateB; ++stateBp) { in compute_intra()
127 const double value = AB.sigma<1>()->element(stateBp, stateB); in compute_intra()
129 const int stateAB = AB.dimerindex(stateA, stateB); in compute_intra()
135 const double value = AB.sigma<1>()->element(stateB, stateB); in compute_intra()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp-tutorials/xtp-tutorials-8576616/LAMMPS/KMC_Thiophene/
H A Diqm.jobs23 <coupling j_diag="6.896529e-04" j_pert="-4.140999e-04" stateA="s1" stateB="s1"/>
26 <coupling j_diag="3.291987e-03" j_pert="3.507028e-03" stateA="t1" stateB="t1"/>
52 <coupling j_diag="2.345639e-03" j_pert="2.523301e-03" stateA="s1" stateB="s1"/>
55 <coupling j_diag="-7.235405e-05" j_pert="-1.576832e-05" stateA="t1" stateB="t1"/>
81 <coupling j_diag="-7.445033e-03" j_pert="-2.518154e-04" stateA="s1" stateB="s1"/>
84 <coupling j_diag="-2.015504e-04" j_pert="-5.341071e-04" stateA="t1" stateB="t1"/>
110 <coupling j_diag="1.213637e-01" j_pert="2.233288e-03" stateA="s1" stateB="s1"/>
113 <coupling j_diag="-9.133386e-03" j_pert="-3.042739e-03" stateA="t1" stateB="t1"/>
171 <coupling j_diag="2.988045e-05" j_pert="3.194729e-05" stateA="t1" stateB="t1"/>
197 <coupling j_diag="-6.498894e-03" j_pert="7.817291e-04" stateA="s1" stateB="s1"/>
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp-tutorials/LAMMPS/KMC_Thiophene/
H A Diqm.jobs23 <coupling j_diag="6.896529e-04" j_pert="-4.140999e-04" stateA="s1" stateB="s1"/>
26 <coupling j_diag="3.291987e-03" j_pert="3.507028e-03" stateA="t1" stateB="t1"/>
52 <coupling j_diag="2.345639e-03" j_pert="2.523301e-03" stateA="s1" stateB="s1"/>
55 <coupling j_diag="-7.235405e-05" j_pert="-1.576832e-05" stateA="t1" stateB="t1"/>
81 <coupling j_diag="-7.445033e-03" j_pert="-2.518154e-04" stateA="s1" stateB="s1"/>
84 <coupling j_diag="-2.015504e-04" j_pert="-5.341071e-04" stateA="t1" stateB="t1"/>
110 <coupling j_diag="1.213637e-01" j_pert="2.233288e-03" stateA="s1" stateB="s1"/>
113 <coupling j_diag="-9.133386e-03" j_pert="-3.042739e-03" stateA="t1" stateB="t1"/>
171 <coupling j_diag="2.988045e-05" j_pert="3.194729e-05" stateA="t1" stateB="t1"/>
197 <coupling j_diag="-6.498894e-03" j_pert="7.817291e-04" stateA="s1" stateB="s1"/>
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/
H A Dbsecoupling.cc67 const QMState& stateB) const { in WriteToProperty()
83 coupling_summary.setAttribute("stateB", stateB.ToString()); in WriteToProperty()
101 for (Index stateB = 0; stateB < levB_; ++stateB) { in Addoutput() local
102 QMState qmstateB = QMState(singlet, stateB, false); in Addoutput()
114 for (Index stateB = 0; stateB < levB_; ++stateB) { in Addoutput() local
115 QMState qmstateB = QMState(triplet, stateB, false); in Addoutput()
627 for (Index stateB = 0; stateB < levB_; stateB++) { in Perturbation() local
628 Index stateBd = stateB + levA_; in Perturbation()
631 << stateA + 1 << " and exciton B" << stateB + 1 << flush; in Perturbation()
673 for (Index stateB = 0; stateB < levB_; stateB++) { in Fulldiag() local
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/
H A Dbsecoupling.cc67 const QMState& stateB) const { in WriteToProperty()
83 coupling_summary.setAttribute("stateB", stateB.ToString()); in WriteToProperty()
101 for (Index stateB = 0; stateB < levB_; ++stateB) { in Addoutput() local
102 QMState qmstateB = QMState(singlet, stateB, false); in Addoutput()
114 for (Index stateB = 0; stateB < levB_; ++stateB) { in Addoutput() local
115 QMState qmstateB = QMState(triplet, stateB, false); in Addoutput()
627 for (Index stateB = 0; stateB < levB_; stateB++) { in Perturbation() local
628 Index stateBd = stateB + levA_; in Perturbation()
631 << stateA + 1 << " and exciton B" << stateB + 1 << flush; in Perturbation()
673 for (Index stateB = 0; stateB < levB_; stateB++) { in Fulldiag() local
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/structure/
H A Dstate_machine_test.cxx67 StateMachine::State_ptr stateB = sm->createState("b"); \
71 StateMachine::Transition_ptr t1 = sm->createTransition(">b", stateB); \
77 t2->addSourceState(stateB); \
83 t3->addSourceState(stateB); \
135 SG_CHECK_EQUAL(sm->stateByIndex(1), stateB); in testBasic()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/jobcalculators/
H A Diqm.cc214 QMState stateB(qmgeo_state_B); in EvalJob() local
272 orbitalsAB.QMAtoms().AddContainer(mapper.map(*(segments[1]), stateB)); in EvalJob()
284 orbitalsAB.QMAtoms().AddContainer(mapper.map(seg2, stateB)); in EvalJob()
616 Index stateB) { in GetDFTCouplingFromProp() argument
622 if (state1 == stateA && state2 == stateB) { in GetDFTCouplingFromProp()
637 const QMState& stateB) { in GetBSECouplingFromProp() argument
644 if (state1 == stateA && state2 == stateB) { in GetBSECouplingFromProp()
746 Index levelB = homoB - stateB.StateIdx(); in ReadJobFile()
759 Index levelB = homoB + 1 + stateB.StateIdx(); in ReadJobFile()
774 double J2 = GetBSECouplingFromProp(singlets, stateA, stateB); in ReadJobFile()
[all …]
H A Diqm.h63 const QMState& stateA, const QMState& stateB);
65 Index stateB);
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/jobcalculators/
H A Diqm.cc214 QMState stateB(qmgeo_state_B); in EvalJob() local
272 orbitalsAB.QMAtoms().AddContainer(mapper.map(*(segments[1]), stateB)); in EvalJob()
284 orbitalsAB.QMAtoms().AddContainer(mapper.map(seg2, stateB)); in EvalJob()
616 Index stateB) { in GetDFTCouplingFromProp() argument
622 if (state1 == stateA && state2 == stateB) { in GetDFTCouplingFromProp()
637 const QMState& stateB) { in GetBSECouplingFromProp() argument
644 if (state1 == stateA && state2 == stateB) { in GetBSECouplingFromProp()
746 Index levelB = homoB - stateB.StateIdx(); in ReadJobFile()
759 Index levelB = homoB + 1 + stateB.StateIdx(); in ReadJobFile()
774 double J2 = GetBSECouplingFromProp(singlets, stateA, stateB); in ReadJobFile()
[all …]
H A Diqm.h63 const QMState& stateA, const QMState& stateB);
65 Index stateB);
/dports/sysutils/cfengine317/cfengine-3.17.0/libpromises/
H A Dmodes.c45 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort modeA, enum …
248 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort sortA, enum … in CheckModeState() argument
251 if ((stateA != wild) && (stateB != wild) && (stateA != stateB)) in CheckModeState()
/dports/sysutils/cfengine316/cfengine-3.16.0/libpromises/
H A Dmodes.c45 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort modeA, enum …
248 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort sortA, enum … in CheckModeState() argument
251 if ((stateA != wild) && (stateB != wild) && (stateA != stateB)) in CheckModeState()
/dports/sysutils/cfengine/cfengine-3.19.0/libpromises/
H A Dmodes.c45 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort modeA, enum …
248 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort sortA, enum … in CheckModeState() argument
251 if ((stateA != wild) && (stateB != wild) && (stateA != stateB)) in CheckModeState()
/dports/sysutils/cfengine318/cfengine-3.18.1/libpromises/
H A Dmodes.c45 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort modeA, enum …
248 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort sortA, enum … in CheckModeState() argument
251 if ((stateA != wild) && (stateB != wild) && (stateA != stateB)) in CheckModeState()
/dports/sysutils/cfengine-devel/core-d08ae9eff/libpromises/
H A Dmodes.c45 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort modeA, enum …
248 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort sortA, enum … in CheckModeState() argument
251 if ((stateA != wild) && (stateB != wild) && (stateA != stateB)) in CheckModeState()
/dports/sysutils/cfengine319/cfengine-3.19.0/libpromises/
H A Dmodes.c45 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort modeA, enum …
248 static bool CheckModeState(enum modestate stateA, enum modestate stateB, enum modesort sortA, enum … in CheckModeState() argument
251 if ((stateA != wild) && (stateB != wild) && (stateA != stateB)) in CheckModeState()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/util/
H A DBrokenMd5Hasher.java46 private int stateB = 0xEFCDAB89; field in BrokenMd5Hasher
88 stateB = 0xEFCDAB89; in reset()
198 digest.putInt(stateB); in finalDigest()
210 b = stateB; in transform()
291 stateB += b; in transform()
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/state/
H A Dtest_state_highstate.py126 stateB = """
162 "stateB.sls", stateB, sls_dir
/dports/sysutils/py-salt/salt-3004.1/tests/integration/files/file/base/issue-47182/
H A Dtop.sls4 - issue-47182.stateB
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/client/
H A Dparallel.cpp1320 BSONObjBuilder stateB; in toBSON() local
1321 stateB.appendElements(stateObj); in toBSON()
1323 stateB.append("cursor", "(none)"); in toBSON()
1328 stateB.append("cursor", "(empty)"); in toBSON()
1330 stateB.append("cursor", v[0]); in toBSON()
1333 stateB.append("count", count); in toBSON()
1334 stateB.append("done", done); in toBSON()
1336 return stateB.obj().getOwned(); in toBSON()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/common/json/
H A Dmongo_extjson.go117 s.step = stateB
142 func stateB(s *scanner, c int) int { func
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/legacy/json/
H A Dmongo_extjson.go117 s.step = stateB
142 func stateB(s *scanner, c int) int { func
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/mongodb/mongo-tools-common/json/
H A Dmongo_extjson.go119 s.step = stateB
144 func stateB(s *scanner, c int) int { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/base/
H A Dreactive_java.md499 `stateB` was activated first, so it can be activated by either activating
500 `stateA` and then `stateB`, or by activating `stateB` and then `stateA`.
523 Calling `stateA.andThen(stateB)` returns an `Observable` representing the
605 stateA.and(stateB).and(stateC).and(stateD).subscribe(data -> {
630 stateA.subscribe(a -> stateB.subscribe(b -> ...));
635 * We do not `subscribe` to `stateB` until `stateA` is activated.
636 * If `stateB` is already activated when an `Observer` is subscribed to it, the
638 * While `stateA` is activated, the `Observer` subscribed to `stateB` will open
639 and close its scopes normally as `stateB` mutates.
645 `stateA` or `stateB` is deactivated. This is the same as the `and()` operator!
[all …]

12