Home
last modified time | relevance | path

Searched refs:lo_method (Results 1 – 17 of 17) sorted by relevance

/dports/science/py-pyscf/pyscf-2.0.1/examples/1-advanced/
H A D033-constrained_dft.py46 def get_localized_orbitals(mf, lo_method, mo=None): argument
54 if lo_method.lower() == 'lowdin' or lo_method.lower() == 'meta_lowdin':
62 elif lo_method == 'iao':
84 elif lo_method == 'nao':
102 if lo_method.lower() == 'lowdin' or lo_method.lower() == 'meta_lowdin':
243 def cdft(mf, constraints, V_0=None, lo_method='lowdin', alpha=0.2, tol=1e-5, argument
256 C_inv = get_localized_orbitals(mf, lo_method, mf.mo_coeff)[0]
294 if lo_method.lower() == 'iao':
348 if lo_method.lower() == 'iao':
385 mo_on_loc_ao = get_localized_orbitals(mf, lo_method, mf.mo_coeff)[1]
[all …]
/dports/audio/liblo/liblo-0.31/src/
H A Dmethod.c22 void lo_method_pp(lo_method m) in lo_method_pp()
27 void lo_method_pp_prefix(lo_method m, const char *p) in lo_method_pp_prefix()
H A Dlo_types_internal.h135 } *lo_method; typedef
154 lo_method first;
H A Dserver_thread.c125 lo_method lo_server_thread_add_method(lo_server_thread st, in lo_server_thread_add_method()
140 int lo_server_thread_del_lo_method(lo_server_thread st, lo_method m) in lo_server_thread_del_lo_method()
H A Dserver.c792 lo_method it;
793 lo_method next;
1901 lo_method it;
2140 lo_method lo_server_add_method(lo_server s, const char *path,
2144 lo_method m = (lo_method) calloc(1, sizeof(struct _lo_method));
2145 lo_method it;
2185 lo_method it, prev, next;
2227 int lo_server_del_lo_method(lo_server s, lo_method m)
2229 lo_method it, prev, next;
2351 lo_method it;
H A Dtestlo.c1303 lo_method jit = in test_server_thread()
1364 lo_method m; in test_server_thread()
/dports/audio/liblo/liblo-0.31/lo/
H A Dlo_serverthread.h141 lo_method lo_server_thread_add_method(lo_server_thread st, const char *path,
164 int lo_server_thread_del_lo_method(lo_server_thread st, lo_method m);
H A Dlo_lowlevel.h833 lo_method lo_server_add_method(lo_server s, const char *path,
856 int lo_server_del_lo_method(lo_server s, lo_method m);
1121 void lo_method_pp(lo_method m);
1125 void lo_method_pp_prefix(lo_method m, const char *p);
H A Dlo_types.h77 typedef void *lo_method; typedef
H A Dlo_cpp.h48 lo_method m = _add_method(path, types, \
139 Method(lo_method m) : method(m) {} in Method()
140 operator lo_method() const in lo_method() function
143 lo_method method;
619 int del_method(const lo_method& m) in del_method()
/dports/audio/p5-Net-LibLO/Net-LibLO-0.06/lib/Net/
H A Dtypemap6 lo_method T_PTROBJ
H A DLibLO.xs353 lo_method
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Deca-osc.h61 lo_method method_all_repp;
/dports/audio/py-pyliblo/pyliblo-0.10.0/src/
H A Dliblo.pxd20 ctypedef void *lo_method
61lo_method lo_server_add_method(lo_server s, char *path, char *typespec, lo_method_handler h, void …
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dosc.cpp311 lo_method meth = 0; in initOSC()
/dports/audio/liblo/liblo-0.31/
H A DNEWS63 - Addition of function to remove methods by lo_method identifier
/dports/audio/csound/csound-6.15.0/Opcodes/
H A DOSC.c112 lo_method method;