Home
last modified time | relevance | path

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

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/src/
H A Dgen1int_carmom.F9043 integer :: prop_sym = ANTI_SYM_MATRIX component
56 integer :: prop_sym = SYMMETRIC_MATRIX component
200 integer, intent(out) :: prop_sym local
206 prop_sym = ang_mom%prop_sym
356 ang_mom%prop_sym = ANTI_SYM_MATRIX
431 integer, intent(out) :: prop_sym local
437 prop_sym = overlap%prop_sym
758 integer, intent(out) :: prop_sym local
764 prop_sym = kin_energy%prop_sym
1283 integer, intent(out) :: prop_sym local
[all …]
H A Dgen1int_nucpot.F9043 integer :: prop_sym = SYMMETRIC_MATRIX component
64 integer :: prop_sym = ANTI_SYM_MATRIX component
118 pot_energy%prop_sym = ANTI_SYM_MATRIX
189 write(io_viewer,100) "symmetry of property integral matrices", pot_energy%prop_sym
230 subroutine PotEnergyGetSymmetry(pot_energy, prop_sym) argument
232 integer, intent(out) :: prop_sym local
238 prop_sym = pot_energy%prop_sym
473 write(io_viewer,100) "symmetry of property integral matrices", pso%prop_sym
510 subroutine PSOGetSymmetry(pso, prop_sym) argument
512 integer, intent(out) :: prop_sym local
[all …]
H A Dgen1int_onehamil.F9043 integer :: prop_sym = SYMMETRIC_MATRIX component
108 write(io_viewer,100) "symmetry of property integral matrices", one_hamil%prop_sym
139 subroutine OneHamilGetSymmetry(one_hamil, prop_sym) argument
141 integer, intent(out) :: prop_sym local
147 prop_sym = one_hamil%prop_sym
H A Dgen1int.F90501 subroutine OnePropGetSymmetry(one_prop, prop_sym) argument
503 integer, intent(out) :: prop_sym local
514 prop_sym = SQUARE_INT_MAT
517 call AngMomGetSymmetry(one_prop%ang_mom(1), prop_sym)
519 call OverlapGetSymmetry(one_prop%overlap(1), prop_sym)
521 call KinEnergyGetSymmetry(one_prop%kin_energy(1), prop_sym)
523 call PotEnergyGetSymmetry(one_prop%pot_energy(1), prop_sym)
525 call OneHamilGetSymmetry(one_prop%one_hamil(1), prop_sym)
527 call MultipoleGetSymmetry(one_prop%multipole(1), prop_sym)
531 call PSOGetSymmetry(one_prop%pso(1), prop_sym)
[all …]
H A Dgen1int_gaupot.F9043 integer :: prop_sym = SYMMETRIC_MATRIX component
174 write(io_viewer,100) "symmetry of property integral matrices", gaussian_pot%prop_sym
215 subroutine GaussianPotGetSymmetry(gaussian_pot, prop_sym) argument
217 integer, intent(out) :: prop_sym local
223 prop_sym = gaussian_pot%prop_sym
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/qfitlib/src/
H A Dintegrals.F9056 integer :: prop_sym local
132 prop_sym=prop_sym)
145 symmetric = (prop_sym == SYMM_INT_MAT)
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/pelib/src/interfaces/
H A Dpelib_integral_interfaces.F90122 integer(ip) :: num_ao, num_prop, prop_sym, ierr local
236 call OnePropGetSymmetry(one_prop=prop_operator, prop_sym=prop_sym)
259 select case(prop_sym)
262 symmetric = (prop_sym == SYMM_INT_MAT)
265 symmetric = (prop_sym == ANTI_INT_MAT)
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/gen1int/
H A DMANUAL26 integer prop_sym
47 prop_sym=prop_sym)
92 select case(prop_sym)
96 symmetric = (prop_sym==SYMM_INT_MAT)
201 (prop_sym=SYMM_INT_MAT) or anti-symmetric (prop_sym=ANTI_INT_MAT) by
203 select case(prop_sym)
208 symmetric = (prop_sym==SYMM_INT_MAT)
H A Dgen1int_shell.F90594 call OnePropGetSymmetry(one_prop=one_prop, prop_sym=prop_sym)
595 select case (prop_sym)
605 prop_sym = SQUARE_INT_MAT
730 select case (prop_sym)
789 if (prop_sym==SYMM_INT_MAT .and. &
990 select case (prop_sym)
1397 call OnePropGetSymmetry(one_prop=one_prop, prop_sym=prop_sym)
1398 select case (prop_sym)
1408 prop_sym = SQUARE_INT_MAT
1503 select case (prop_sym)
[all …]
H A Dgen1int_api.F90762 subroutine Gen1IntAPIPropGetSymmetry(prop_comp, prop_sym) argument
764 integer, intent(out) :: prop_sym local
765 call OnePropGetSymmetry(one_prop=prop_comp%one_prop, prop_sym=prop_sym)
/dports/games/tads/tads-3.0.8/tads3/
H A Dtcprsstm.cpp4252 CTcSymProp *prop_sym; in parse_template_def() local
6945 CTcSymProp *prop_sym; in parse_obj_prop() local
7045 prop_sym = 0; in parse_obj_prop()
7123 if (prop_sym != 0 && prop_sym->is_vocab()) in parse_obj_prop()
7140 if (prop_sym != 0) in parse_obj_prop()
7251 if (prop_sym != 0 && prop_sym->is_vocab()) in parse_obj_prop()
7255 if (prop_sym != 0) in parse_obj_prop()
7326 if (prop_sym != 0 && prop_sym->is_vocab() in parse_obj_prop()
7369 if (prop_sym != 0 && prop_sym->is_vocab()) in parse_obj_prop()
7409 if (prop_sym != 0) in parse_obj_prop()
[all …]
H A Dtcprsimg.cpp916 CTcSymProp *prop_sym; in load_from_obj_file_main() local
927 prop_sym = (CTcSymProp *)G_prs->get_global_symtab() in load_from_obj_file_main()
932 if (prop_sym->get_type() != TC_SYM_PROP) in load_from_obj_file_main()
935 prop_sym->log_objfile_conflict(fname, TC_SYM_PROP); in load_from_obj_file_main()
940 add_del_prop_to_list(&del_prop_head, prop_sym); in load_from_obj_file_main()
H A Dtcprs.cpp6570 CTcSymProp *prop_sym) in add_del_prop_to_list() argument
6575 entry = new CTcObjPropDel(prop_sym); in add_del_prop_to_list()
7121 CTcSymProp *prop_sym; in add_prop() local
7124 prop_sym = (CTcSymProp *)G_prs->get_global_symtab()->find(txt, len); in add_prop()
7125 if (prop_sym != 0) in add_prop()
7128 if (prop_sym->get_type() != TC_SYM_PROP) in add_prop()
7149 prop_sym = 0; in add_prop()
7156 G_prs->get_global_symtab()->add_entry(prop_sym); in add_prop()
7163 if (prop_sym != 0) in add_prop()
7169 prop_sym->mark_referenced(); in add_prop()
[all …]
H A Dtcpndrv.h3911 class CTPNObjProp *add_prop(class CTcSymProp *prop_sym,
3921 void delete_property(class CTcSymProp *prop_sym);
3924 void add_method(class CTcSymProp *prop_sym,
4073 CTPNObjPropBase(class CTPNStmObject *obj_stm, class CTcSymProp *prop_sym, in CTPNObjPropBase() argument
4079 prop_sym_ = prop_sym; in CTPNObjPropBase()
4150 CTcObjPropDel(class CTcSymProp *prop_sym) in CTcObjPropDel() argument
4153 prop_sym_ = prop_sym; in CTcObjPropDel()
H A Dvmdbg.cpp710 const char *prop_sym; in build_stack_listing() local
770 && (prop_sym = propid_to_sym(prop_id)) != 0) in build_stack_listing()
773 sprintf(p, ".%.255s", prop_sym); in build_stack_listing()
H A Dtct3drv.h2018 CTPNObjProp(class CTPNStmObject *obj_stm, class CTcSymProp *prop_sym, in CTPNObjProp() argument
2021 : CTPNObjPropBase(obj_stm, prop_sym, expr, code_body, is_static) in CTPNObjProp()
H A Dtcprs.h913 class CTcSymProp *prop_sym);
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/custom/
H A Dndarray_op-inl.h153 NDArrayOpProp *prop_sym = new NDArrayOpProp(); in Copy() local
154 prop_sym->param_ = this->param_; in Copy()
155 return prop_sym; in Copy()
H A Dnative_op-inl.h251 NativeOpProp *prop_sym = new NativeOpProp(); in Copy() local
252 prop_sym->param_ = this->param_; in Copy()
253 return prop_sym; in Copy()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/custom/
H A Dndarray_op-inl.h153 NDArrayOpProp *prop_sym = new NDArrayOpProp(); in Copy() local
154 prop_sym->param_ = this->param_; in Copy()
155 return prop_sym; in Copy()
H A Dnative_op-inl.h251 NativeOpProp *prop_sym = new NativeOpProp(); in Copy() local
252 prop_sym->param_ = this->param_; in Copy()
253 return prop_sym; in Copy()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dpooling_v1-inl.h333 PoolingV1Prop *prop_sym = new PoolingV1Prop(); in Copy() local
334 prop_sym->param_ = this->param_; in Copy()
335 return prop_sym; in Copy()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Dpooling_v1-inl.h333 PoolingV1Prop *prop_sym = new PoolingV1Prop(); in Copy() local
334 prop_sym->param_ = this->param_; in Copy()
335 return prop_sym; in Copy()
/dports/lang/cparser/cparser-0.9.14/
H A Dparser.c2528 symbol_t *const prop_sym = expect_identifier("while parsing property declspec", &pos); in parse_attribute_ms_property() local
2532 if (prop_sym) { in parse_attribute_ms_property()
2533 if (streq(prop_sym->string, "put")) { in parse_attribute_ms_property()
2535 } else if (streq(prop_sym->string, "get")) { in parse_attribute_ms_property()
2538 errorf(&pos, "expected put or get in property declspec, but got '%Y'", prop_sym); in parse_attribute_ms_property()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/external/gen1int/doc/
H A Dmanual.tex1266 integer prop_sym
1390 call OnePropGetSymmetry(one_prop=prop_operator, prop_sym=prop_sym)