Home
last modified time | relevance | path

Searched refs:get_generator (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/SlaterDeterminantOperations/
H A DSlaterDetOperations_base.hpp53 TMatrix TNN({NAEA, NAEA}, buffer_manager.get_generator().template get_allocator<T>()); in SlaterDetOperations_base()
54 TMatrix TNM({NAEA, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in SlaterDetOperations_base()
55 TMatrix TMN({NMO, NAEA}, buffer_manager.get_generator().template get_allocator<T>()); in SlaterDetOperations_base()
87 TMatrix TNN({NAEA, NAEA}, buffer_manager.get_generator().template get_allocator<T>()); in MixedDensityMatrix()
88 TMatrix TNM({NAEA, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in MixedDensityMatrix()
101 TMatrix TNM({NAEA, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in MixedDensityMatrix()
158 TMatrix TNN({NEL, NEL}, buffer_manager.get_generator().template get_allocator<T>()); in MixedDensityMatrixForWoodbury()
160 TMatrix TNM({NEL, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in MixedDensityMatrixForWoodbury()
181 TMatrix TNN({NEL, NEL}, buffer_manager.get_generator().template get_allocator<T>()); in MixedDensityMatrixFromConfiguration()
251 TMatrix T1({M, NAEA}, buffer_manager.get_generator().template get_allocator<T>()); in Propagate()
[all …]
H A DSlaterDetOperations_serial.hpp167 TTensor TMN({nbatch, NMO, NAEA}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedPropagate()
168 TTensor T1({nbatch, NMO, NAEA}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedPropagate()
169 TTensor T2({nbatch, NMO, NAEA}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedPropagate()
247 TTensor TNM3D({n1, n2, n3}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedMixedDensityMatrix()
284 TTensor TNM3D({n1, n2, n3}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedDensityMatrices()
325 TTensor AT({nbatch, NAEA, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedOrthogonalize()
326 TMatrix T_({nbatch, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedOrthogonalize()
327 TMatrix scl({nbatch, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedOrthogonalize()
363 TTensor AT({nbatch, NAEA, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedOrthogonalize()
364 TMatrix T_({nbatch, NMO}, buffer_manager.get_generator().template get_allocator<T>()); in BatchedOrthogonalize()
[all …]
/dports/www/moodle310/moodle/customfield/tests/
H A Dgenerator_test.php42 protected function get_generator(): core_customfield_generator { function in core_customfield_generator_testcase
52 $lpg = $this->get_generator();
65 $lpg = $this->get_generator();
84 $lpg = $this->get_generator();
89 … $f12 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'), 'type' => 'date']);
90 $f13 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'),
92 … $f14 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'), 'type' => 'text']);
95 $this->get_generator()->add_instance_data($f11, $course1->id, 1);
96 $this->get_generator()->add_instance_data($f12, $course1->id, 1546300800);
97 $this->get_generator()->add_instance_data($f13, $course1->id, 2);
[all …]
H A Dapi_test.php45 protected function get_generator(): core_customfield_generator { function in core_customfield_api_testcase
73 $id0 = $this->get_generator()->create_category($params)->get('id');
74 $id1 = $this->get_generator()->create_category($params)->get('id');
75 $id2 = $this->get_generator()->create_category($params)->get('id');
76 $id3 = $this->get_generator()->create_category($params)->get('id');
77 $id4 = $this->get_generator()->create_category($params)->get('id');
78 $id5 = $this->get_generator()->create_category($params)->get('id');
129 $category0 = $this->get_generator()->create_category(['name' => 'aaaa'] + $options);
130 $category1 = $this->get_generator()->create_category(['name' => 'bbbb'] + $options);
131 $category2 = $this->get_generator()->create_category(['name' => 'cccc'] + $options);
[all …]
H A Ddata_controller_test.php42 protected function get_generator(): core_customfield_generator { function in core_customfield_data_controller_testcase
55 $category0 = $this->get_generator()->create_category(['name' => 'aaaa']);
65 $field0 = $this->get_generator()->create_field($fielddata);
67 $field1 = $this->get_generator()->create_field($fielddata);
69 $field2 = $this->get_generator()->create_field($fielddata);
71 $field3 = $this->get_generator()->create_field($fielddata);
73 $field4 = $this->get_generator()->create_field($fielddata);
124 $category = $this->get_generator()->create_category();
125 $field = $this->get_generator()->create_field(['categoryid' => $category->get('id')]);
/dports/www/moodle311/moodle/customfield/tests/
H A Dgenerator_test.php42 protected function get_generator(): core_customfield_generator { function in core_customfield_generator_testcase
52 $lpg = $this->get_generator();
65 $lpg = $this->get_generator();
84 $lpg = $this->get_generator();
89 … $f12 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'), 'type' => 'date']);
90 $f13 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'),
92 … $f14 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'), 'type' => 'text']);
95 $this->get_generator()->add_instance_data($f11, $course1->id, 1);
96 $this->get_generator()->add_instance_data($f12, $course1->id, 1546300800);
97 $this->get_generator()->add_instance_data($f13, $course1->id, 2);
[all …]
H A Dapi_test.php45 protected function get_generator(): core_customfield_generator { function in core_customfield_api_testcase
73 $id0 = $this->get_generator()->create_category($params)->get('id');
74 $id1 = $this->get_generator()->create_category($params)->get('id');
75 $id2 = $this->get_generator()->create_category($params)->get('id');
76 $id3 = $this->get_generator()->create_category($params)->get('id');
77 $id4 = $this->get_generator()->create_category($params)->get('id');
78 $id5 = $this->get_generator()->create_category($params)->get('id');
129 $category0 = $this->get_generator()->create_category(['name' => 'aaaa'] + $options);
130 $category1 = $this->get_generator()->create_category(['name' => 'bbbb'] + $options);
131 $category2 = $this->get_generator()->create_category(['name' => 'cccc'] + $options);
[all …]
H A Ddata_controller_test.php42 protected function get_generator(): core_customfield_generator { function in core_customfield_data_controller_testcase
55 $category0 = $this->get_generator()->create_category(['name' => 'aaaa']);
65 $field0 = $this->get_generator()->create_field($fielddata);
67 $field1 = $this->get_generator()->create_field($fielddata);
69 $field2 = $this->get_generator()->create_field($fielddata);
71 $field3 = $this->get_generator()->create_field($fielddata);
73 $field4 = $this->get_generator()->create_field($fielddata);
124 $category = $this->get_generator()->create_category();
125 $field = $this->get_generator()->create_field(['categoryid' => $category->get('id')]);
/dports/www/moodle39/moodle/customfield/tests/
H A Dgenerator_test.php42 protected function get_generator(): core_customfield_generator { function in core_customfield_generator_testcase
52 $lpg = $this->get_generator();
65 $lpg = $this->get_generator();
84 $lpg = $this->get_generator();
89 … $f12 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'), 'type' => 'date']);
90 $f13 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'),
92 … $f14 = $this->get_generator()->create_field(['categoryid' => $c1->get('id'), 'type' => 'text']);
95 $this->get_generator()->add_instance_data($f11, $course1->id, 1);
96 $this->get_generator()->add_instance_data($f12, $course1->id, 1546300800);
97 $this->get_generator()->add_instance_data($f13, $course1->id, 2);
[all …]
H A Dapi_test.php45 protected function get_generator(): core_customfield_generator { function in core_customfield_api_testcase
73 $id0 = $this->get_generator()->create_category($params)->get('id');
74 $id1 = $this->get_generator()->create_category($params)->get('id');
75 $id2 = $this->get_generator()->create_category($params)->get('id');
76 $id3 = $this->get_generator()->create_category($params)->get('id');
77 $id4 = $this->get_generator()->create_category($params)->get('id');
78 $id5 = $this->get_generator()->create_category($params)->get('id');
129 $category0 = $this->get_generator()->create_category(['name' => 'aaaa'] + $options);
130 $category1 = $this->get_generator()->create_category(['name' => 'bbbb'] + $options);
131 $category2 = $this->get_generator()->create_category(['name' => 'cccc'] + $options);
[all …]
H A Ddata_controller_test.php42 protected function get_generator(): core_customfield_generator { function in core_customfield_data_controller_testcase
55 $category0 = $this->get_generator()->create_category(['name' => 'aaaa']);
65 $field0 = $this->get_generator()->create_field($fielddata);
67 $field1 = $this->get_generator()->create_field($fielddata);
69 $field2 = $this->get_generator()->create_field($fielddata);
71 $field3 = $this->get_generator()->create_field($fielddata);
73 $field4 = $this->get_generator()->create_field($fielddata);
124 $category = $this->get_generator()->create_category();
125 $field = $this->get_generator()->create_field(['categoryid' => $category->get('id')]);
/dports/www/moodle310/moodle/customfield/field/select/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
59 $this->cfields[2] = $this->get_generator()->create_field(
62 $this->cfields[3] = $this->get_generator()->create_field(
70 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
71 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
80 protected function get_generator() : core_customfield_generator { function in customfield_select_plugin_testcase
184 $field = $this->get_generator()->create_field([
/dports/www/moodle311/moodle/customfield/field/select/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
59 $this->cfields[2] = $this->get_generator()->create_field(
62 $this->cfields[3] = $this->get_generator()->create_field(
70 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
71 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
80 protected function get_generator() : core_customfield_generator { function in customfield_select_plugin_testcase
185 $field = $this->get_generator()->create_field([
/dports/www/moodle39/moodle/customfield/field/select/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
59 $this->cfields[2] = $this->get_generator()->create_field(
62 $this->cfields[3] = $this->get_generator()->create_field(
70 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
71 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
80 protected function get_generator() : core_customfield_generator { function in customfield_select_plugin_testcase
184 $field = $this->get_generator()->create_field([
/dports/www/moodle39/moodle/customfield/field/text/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
59 $this->cfields[2] = $this->get_generator()->create_field(
62 $this->cfields[3] = $this->get_generator()->create_field(
65 $this->cfields[4] = $this->get_generator()->create_field(
/dports/www/moodle310/moodle/customfield/field/text/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
59 $this->cfields[2] = $this->get_generator()->create_field(
62 $this->cfields[3] = $this->get_generator()->create_field(
65 $this->cfields[4] = $this->get_generator()->create_field(
/dports/www/moodle311/moodle/customfield/field/text/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
59 $this->cfields[2] = $this->get_generator()->create_field(
62 $this->cfields[3] = $this->get_generator()->create_field(
65 $this->cfields[4] = $this->get_generator()->create_field(
/dports/www/moodle310/moodle/customfield/field/checkbox/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
61 $this->cfields[3] = $this->get_generator()->create_field(
69 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
70 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
79 protected function get_generator() : core_customfield_generator { function in customfield_checkbox_plugin_testcase
/dports/www/moodle39/moodle/customfield/field/checkbox/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
61 $this->cfields[3] = $this->get_generator()->create_field(
69 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
70 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
79 protected function get_generator() : core_customfield_generator { function in customfield_checkbox_plugin_testcase
/dports/www/moodle311/moodle/customfield/field/checkbox/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
61 $this->cfields[3] = $this->get_generator()->create_field(
69 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
70 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
79 protected function get_generator() : core_customfield_generator { function in customfield_checkbox_plugin_testcase
/dports/www/moodle310/moodle/customfield/field/textarea/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
61 $this->cfields[3] = $this->get_generator()->create_field(
69 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
71 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
81 protected function get_generator() : core_customfield_generator { function in customfield_textarea_plugin_testcase
/dports/www/moodle311/moodle/customfield/field/textarea/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
61 $this->cfields[3] = $this->get_generator()->create_field(
69 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
71 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
81 protected function get_generator() : core_customfield_generator { function in customfield_textarea_plugin_testcase
/dports/www/moodle39/moodle/customfield/field/textarea/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
61 $this->cfields[3] = $this->get_generator()->create_field(
69 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
71 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
81 protected function get_generator() : core_customfield_generator { function in customfield_textarea_plugin_testcase
/dports/www/moodle310/moodle/customfield/field/date/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
66 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
67 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
76 protected function get_generator() : core_customfield_generator { function in customfield_date_plugin_testcase
/dports/www/moodle311/moodle/customfield/field/date/tests/
H A Dplugin_test.php54 $this->cfcat = $this->get_generator()->create_category();
56 $this->cfields[1] = $this->get_generator()->create_field(
58 $this->cfields[2] = $this->get_generator()->create_field(
66 …$this->cfdata[1] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[1]-…
67 …$this->cfdata[2] = $this->get_generator()->add_instance_data($this->cfields[1], $this->courses[2]-…
76 protected function get_generator() : core_customfield_generator { function in customfield_date_plugin_testcase

12345678