Home
last modified time | relevance | path

Searched refs:sp_points (Results 1 – 7 of 7) sorted by relevance

/dports/biology/molden/molden5.8/surf/
H A Dtessel_patches.c228 Big_Point *sp_points; local
235 ALLOCN(sp_points, Big_Point, guess_num);
275 memcpy(&sp_points[k-1], &sp_points[0], sizeof(Big_Point));
279 gen_tris(&sp_points[i+1].vt, &sp_points[i].vt, &center.vt);
281 gen_tris(&sp_points[i].vt, &sp_points[i+1].vt, &center.vt);
286 new_gen_sphere_tris(&sp_points[i+1], &sp_points[i], &center, atom_id);
288 new_gen_sphere_tris(&sp_points[i], &sp_points[i+1], &center, atom_id);
293 free(sp_points);
300 gen_arc_recurse(bp0, bp1, sp_points, j, atom_id, convex) in gen_arc_recurse() argument
301 Big_Point *bp0, *bp1, *sp_points; in gen_arc_recurse()
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/examples/pbc/
H A D09-band_ase.py28 band_kpts, kpath, sp_points = get_bandpath([L, G, X, W, K, G], c.cell, npoints=50) variable
71 for p in sp_points:
73 plt.plot([0, sp_points[-1]], [0, 0], 'k-')
74 plt.xticks(sp_points, ['$%s$' % n for n in ['L', r'\Gamma', 'X', 'W', 'K', r'\Gamma']])
75 plt.axis(xmin=0, xmax=sp_points[-1], ymin=emin, ymax=emax)
/dports/audio/din/din-52/src/
H A Dmorpher.cc48 …et* _ctrls [] = {&src.lbl, &tar.lbl, &src.cd, &tar.cd, &src.get, &tar.get, &sl_amount, &sp_points}; in setup()
75 sp_points.set ("Points", 1, 1, MILLION, this, 0); in setup()
76 sp_points.set_value (num_points); in setup()
152 num_points = max (max (src.total, tar.total), int (sp_points.f_value)); in make_points()
168 changed (sp_points.f_value); in clicked()
173 changed (sp_points.f_value); in clicked()
178 plugin::changed (sp_points.f_value); in changed()
H A Dsine_mixer.cc59 …f << "num_points " << int (sp_points.f_value) << " make_shapeform " << cb_make_shapeform.state << … in save_params()
166 &sp_points, in setup()
181 sp_points.set ("Points", 1, 1, MILLION, this, 0); in setup()
182 sp_points.set_value (num_points); in setup()
235 if (&f == &sp_points.f_value) { in changed()
H A Dmorpher.h23 spinner<int> sp_points; member
H A Dsine_mixer.h58 spinner<int> sp_points; member
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/tools/
H A Dlattice.py77 kpts_reduced, kpath, sp_points = get_bandpath([L, G, X, W, K, G],
81 return kpts_reduced, kpts_cartes, kpath, sp_points