Home
last modified time | relevance | path

Searched refs:is_shift (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/nimf/libnimf/
H A Dnimf-events.c49 case 20: keyval = is_shift ? '_' : '-'; break; in nimf_event_keycode_to_qwerty_keyval()
50 case 21: keyval = is_shift ? '+' : '='; break; in nimf_event_keycode_to_qwerty_keyval()
52 case 24: keyval = is_shift ? 'Q' : 'q'; break; in nimf_event_keycode_to_qwerty_keyval()
53 case 25: keyval = is_shift ? 'W' : 'w'; break; in nimf_event_keycode_to_qwerty_keyval()
54 case 26: keyval = is_shift ? 'E' : 'e'; break; in nimf_event_keycode_to_qwerty_keyval()
55 case 27: keyval = is_shift ? 'R' : 'r'; break; in nimf_event_keycode_to_qwerty_keyval()
56 case 28: keyval = is_shift ? 'T' : 't'; break; in nimf_event_keycode_to_qwerty_keyval()
57 case 29: keyval = is_shift ? 'Y' : 'y'; break; in nimf_event_keycode_to_qwerty_keyval()
58 case 30: keyval = is_shift ? 'U' : 'u'; break; in nimf_event_keycode_to_qwerty_keyval()
59 case 31: keyval = is_shift ? 'I' : 'i'; break; in nimf_event_keycode_to_qwerty_keyval()
[all …]
/dports/science/py-phonopy/phonopy-2.11.0/test/structure/
H A Dtest_brillouin_zone.py16 is_shift = [0, 0, 0]
17 self._testBrillouinZone(direct_lat, [4, 4, 4], is_shift)
18 self._testBrillouinZone(direct_lat, [5, 5, 5], is_shift)
24 is_shift = [0, 0, 0]
25 self._testBrillouinZone(direct_lat, [4, 4, 4], is_shift)
26 self._testBrillouinZone(direct_lat, [5, 5, 5], is_shift)
28 def _testBrillouinZone(self, direct_lat, mesh, is_shift): argument
32 is_shift=is_shift)
38 is_shift=is_shift)
40 qpoints = (grid_address + np.array(is_shift) / 2.0) / mesh
[all …]
/dports/science/phonopy/phonopy-2.11.0/test/structure/
H A Dtest_brillouin_zone.py16 is_shift = [0, 0, 0]
17 self._testBrillouinZone(direct_lat, [4, 4, 4], is_shift)
18 self._testBrillouinZone(direct_lat, [5, 5, 5], is_shift)
24 is_shift = [0, 0, 0]
25 self._testBrillouinZone(direct_lat, [4, 4, 4], is_shift)
26 self._testBrillouinZone(direct_lat, [5, 5, 5], is_shift)
28 def _testBrillouinZone(self, direct_lat, mesh, is_shift): argument
32 is_shift=is_shift)
38 is_shift=is_shift)
40 qpoints = (grid_address + np.array(is_shift) / 2.0) / mesh
[all …]
/dports/science/gabedit/GabeditSrc251_300720/spglib/
H A Dkpoint.c187 const int is_shift[3],
227 const int is_shift[3], in kpt_get_irreducible_reciprocal_mesh()
267 is_shift, in kpt_get_stabilized_reciprocal_mesh()
301 const int is_shift[3], in kpt_get_BZ_grid_points_by_rotations()
325 const int is_shift[3]) in kpt_relocate_BZ_grid_address()
332 is_shift); in kpt_relocate_BZ_grid_address()
501 const int is_shift[3], in get_ir_reciprocal_mesh()
544 is_shift); in get_ir_reciprocal_mesh_normal()
587 is_shift); in get_ir_reciprocal_mesh_distortion()
766 return (((eq[0] && mesh[0] == mesh[1] && is_shift[0] == is_shift[1]) || (!eq[0])) && in check_mesh_symmetry()
[all …]
H A Dkpoint.h43 const int is_shift[3],
48 const int is_shift[3],
57 const int is_shift[3]);
62 const int is_shift[3],
69 const int is_shift[3]);
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/src/
H A Dkpoint.c187 const int is_shift[3],
227 const int is_shift[3], in kpt_get_irreducible_reciprocal_mesh()
267 is_shift, in kpt_get_stabilized_reciprocal_mesh()
301 const int is_shift[3], in kpt_get_BZ_grid_points_by_rotations()
325 const int is_shift[3]) in kpt_relocate_BZ_grid_address()
332 is_shift); in kpt_relocate_BZ_grid_address()
501 const int is_shift[3], in get_ir_reciprocal_mesh()
542 is_shift); in get_ir_reciprocal_mesh_normal()
583 is_shift); in get_ir_reciprocal_mesh_distortion()
760 return (((eq[0] && mesh[0] == mesh[1] && is_shift[0] == is_shift[1]) || (!eq[0])) && in check_mesh_symmetry()
[all …]
H A Dkpoint.h43 const int is_shift[3],
48 const int is_shift[3],
57 const int is_shift[3]);
62 const int is_shift[3],
69 const int is_shift[3]);
/dports/science/py-phono3py/phono3py-1.22.3/c/
H A Dkpoint.c210 const int is_shift[3],
268 is_shift, in kpt_get_dense_irreducible_reciprocal_mesh()
338 is_shift, in kpt_get_dense_stabilized_reciprocal_mesh()
446 is_shift); in kpt_relocate_dense_BZ_grid_address()
656 is_shift); in get_dense_ir_reciprocal_mesh_normal()
703 is_shift); in get_dense_ir_reciprocal_mesh_distortion()
800 is_shift[k]) / ((double)mesh[k]) / 2; in relocate_dense_BZ_grid_address()
865 const int is_shift[3], in check_mesh_symmetry()
901 return (((eq[0] && mesh[0] == mesh[1] && is_shift[0] == is_shift[1]) || (!eq[0])) && in check_mesh_symmetry()
902 ((eq[1] && mesh[1] == mesh[2] && is_shift[1] == is_shift[2]) || (!eq[1])) && in check_mesh_symmetry()
[all …]
H A Dkpoint.h44 const int is_shift[3],
49 const int is_shift[3],
54 const int is_shift[3],
62 const int is_shift[3],
73 const int is_shift[3]);
80 const int is_shift[3],
87 const int is_shift[3]);
93 const int is_shift[3]);
/dports/science/py-spglib/spglib-1.16.2/src/
H A Dkpoint.c210 const int is_shift[3],
268 is_shift, in kpt_get_dense_irreducible_reciprocal_mesh()
338 is_shift, in kpt_get_dense_stabilized_reciprocal_mesh()
446 is_shift); in kpt_relocate_dense_BZ_grid_address()
656 is_shift); in get_dense_ir_reciprocal_mesh_normal()
703 is_shift); in get_dense_ir_reciprocal_mesh_distortion()
800 is_shift[k]) / ((double)mesh[k]) / 2; in relocate_dense_BZ_grid_address()
865 const int is_shift[3], in check_mesh_symmetry()
901 return (((eq[0] && mesh[0] == mesh[1] && is_shift[0] == is_shift[1]) || (!eq[0])) && in check_mesh_symmetry()
902 ((eq[1] && mesh[1] == mesh[2] && is_shift[1] == is_shift[2]) || (!eq[1])) && in check_mesh_symmetry()
[all …]
H A Dkpoint.h44 const int is_shift[3],
49 const int is_shift[3],
54 const int is_shift[3],
62 const int is_shift[3],
73 const int is_shift[3]);
80 const int is_shift[3],
87 const int is_shift[3]);
93 const int is_shift[3]);
H A Dspglib.h443 const int is_shift[3],
453 const int is_shift[3],
472 const int is_shift[3],
481 const int is_shift[3],
496 const int is_shift[3]);
502 const int is_shift[3]);
509 const int is_shift[3],
516 const int is_shift[3],
546 const int is_shift[3]);
552 const int is_shift[3]);
/dports/science/spglib/spglib-1.16.2/src/
H A Dkpoint.c210 const int is_shift[3],
268 is_shift, in kpt_get_dense_irreducible_reciprocal_mesh()
338 is_shift, in kpt_get_dense_stabilized_reciprocal_mesh()
446 is_shift); in kpt_relocate_dense_BZ_grid_address()
656 is_shift); in get_dense_ir_reciprocal_mesh_normal()
703 is_shift); in get_dense_ir_reciprocal_mesh_distortion()
800 is_shift[k]) / ((double)mesh[k]) / 2; in relocate_dense_BZ_grid_address()
865 const int is_shift[3], in check_mesh_symmetry()
901 return (((eq[0] && mesh[0] == mesh[1] && is_shift[0] == is_shift[1]) || (!eq[0])) && in check_mesh_symmetry()
902 ((eq[1] && mesh[1] == mesh[2] && is_shift[1] == is_shift[2]) || (!eq[1])) && in check_mesh_symmetry()
[all …]
H A Dkpoint.h44 const int is_shift[3],
49 const int is_shift[3],
54 const int is_shift[3],
62 const int is_shift[3],
73 const int is_shift[3]);
80 const int is_shift[3],
87 const int is_shift[3]);
93 const int is_shift[3]);
H A Dspglib.h443 const int is_shift[3],
453 const int is_shift[3],
472 const int is_shift[3],
481 const int is_shift[3],
496 const int is_shift[3]);
502 const int is_shift[3]);
509 const int is_shift[3],
516 const int is_shift[3],
546 const int is_shift[3]);
552 const int is_shift[3]);
/dports/science/berkeleygw/BGW-2.0.0/MeanField/spglib-1.0.9/
H A Dkpoint.c144 is_shift, in kpt_get_irreducible_reciprocal_mesh()
186 is_shift, in kpt_get_stabilized_reciprocal_mesh()
574 is_shift[i] = 0;
580 is_shift,
612 is_shift );
644 is_shift,
783 is_shift[i] = 0;
802 is_shift );
808 is_shift,
882 int is_shift[3]; local
[all …]
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/example/
H A Dexample_f08.f9015 & mesh, is_shift, is_time_reversal ) argument
29 integer, intent(in), dimension(3) :: mesh, is_shift local
101 & mesh, is_shift, is_time_reversal, lattice, positions, &
115 & real(is_shift + 2*grid_point(:, i))/real(2*mesh), map(i)+1, &
141 integer, dimension(3) :: is_shift variable
167 is_shift = [0,0,0]
171 mesh, is_shift, is_time_reversal )
182 is_shift = [0,0,0]
186 mesh, is_shift, is_time_reversal )
224 is_shift = [1,1,1]
[all …]
H A Dexample.f9014 mesh, is_shift, is_time_reversal ) argument
26 integer, intent(in), dimension(3) :: mesh, is_shift local
96 print('(a, "- is_shift: [", i3, ", ", i3, ", ", i3, " ]")'), space(1:indent*2), is_shift(:)
99 mesh, is_shift, is_time_reversal, lattice, positions, &
147 integer, dimension(3) :: is_shift=(/ 0, 0, 0/) variable
171 mesh, is_shift, is_time_reversal )
185 mesh, is_shift, is_time_reversal )
/dports/science/py-abipy/abipy-0.9.0/abipy/core/
H A Dskw.py49 def get_sampling(self, mesh, is_shift): argument
70 is_shift=is_shift, is_time_reversal=self.has_timrev, symprec=self.symprec)
79 kshift = 0.0 if is_shift is None else 0.5 * np.asarray(is_shift)
196 k = self.get_sampling(kmesh, is_shift)
399 if is_shift is not None: is_shift = tuple(is_shift)
411 if is_shift is not None: is_shift = tuple(is_shift)
414 def _get_cached_edos(self, kmesh, is_shift): argument
422 if is_shift is not None: is_shift = tuple(is_shift)
425 def _cache_edos(self, kmesh, is_shift, edos): argument
432 if is_shift is not None: is_shift = tuple(is_shift)
[all …]
/dports/science/spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py565 is_shift=None, argument
614 if is_shift is None:
615 is_shift = [0, 0, 0]
620 np.array(is_shift, dtype='intc'),
681 if is_shift is None:
682 is_shift = [0, 0, 0]
694 np.array(is_shift, dtype='intc'),
739 if is_shift is None:
795 if is_shift is None:
823 is_shift=None, argument
[all …]
/dports/science/py-spglib/spglib-1.16.2/python/spglib/
H A Dspglib.py565 is_shift=None, argument
614 if is_shift is None:
615 is_shift = [0, 0, 0]
620 np.array(is_shift, dtype='intc'),
681 if is_shift is None:
682 is_shift = [0, 0, 0]
694 np.array(is_shift, dtype='intc'),
739 if is_shift is None:
795 if is_shift is None:
823 is_shift=None, argument
[all …]
/dports/science/py-spglib/spglib-1.16.2/example/
H A Dexample.f9014 mesh, is_shift, is_time_reversal ) argument
26 integer, intent(in), dimension(3) :: mesh, is_shift local
96 print('(a, "- is_shift: [", i3, ", ", i3, ", ", i3, " ]")'), space(1:indent*2), is_shift(:)
99 mesh, is_shift, is_time_reversal, lattice, positions, &
147 integer, dimension(3) :: is_shift=(/ 0, 0, 0/) variable
171 mesh, is_shift, is_time_reversal )
185 mesh, is_shift, is_time_reversal )
/dports/science/spglib/spglib-1.16.2/example/
H A Dexample.f9014 mesh, is_shift, is_time_reversal ) argument
26 integer, intent(in), dimension(3) :: mesh, is_shift local
96 print('(a, "- is_shift: [", i3, ", ", i3, ", ", i3, " ]")'), space(1:indent*2), is_shift(:)
99 mesh, is_shift, is_time_reversal, lattice, positions, &
147 integer, dimension(3) :: is_shift=(/ 0, 0, 0/) variable
171 mesh, is_shift, is_time_reversal )
185 mesh, is_shift, is_time_reversal )
/dports/science/py-abipy/abipy-0.9.0/abipy/core/tests/
H A Dtest_skw.py41 kmesh, is_shift = [8, 8, 8], None
44 k = skw.get_sampling(kmesh, is_shift)
64 … edos = skw.get_edos(kmesh, is_shift=None, method="gaussian", step=0.1, width=0.2, wmesh=None)
77 is_shift = None
78 assert skw.plot_dos_vs_kmeshes(kmeshes, is_shift=is_shift, show=False)
/dports/science/octopus/octopus-10.5/external_libs/spglib-1.9.9/python/spglib/
H A Dspglib.py466 is_shift=None, argument
498 if is_shift is None:
499 is_shift = [0, 0, 0]
504 np.array(is_shift, dtype='intc'),
516 is_shift=None, argument
545 if is_shift is None:
546 is_shift = [0, 0, 0]
558 np.array(is_shift, dtype='intc'),
581 np.array(is_shift, dtype='intc'))
601 np.array(is_shift, dtype='intc'),
[all …]

12345678910>>...14