source: ThirdParty/mpqc_open/lib/cca/sidl/chemistry-mpqc.sidl@ 860145

Action_Thermostats Add_AtomRandomPerturbation Add_RotateAroundBondAction Add_SelectAtomByNameAction Adding_Graph_to_ChangeBondActions Adding_MD_integration_tests Adding_StructOpt_integration_tests Automaking_mpqc_open AutomationFragmentation_failures Candidate_v1.6.0 Candidate_v1.6.1 ChangeBugEmailaddress ChangingTestPorts ChemicalSpaceEvaluator Combining_Subpackages Debian_Package_split Debian_package_split_molecuildergui_only Disabling_MemDebug Docu_Python_wait EmpiricalPotential_contain_HomologyGraph_documentation Enable_parallel_make_install Enhance_userguide Enhanced_StructuralOptimization Enhanced_StructuralOptimization_continued Example_ManyWaysToTranslateAtom Exclude_Hydrogens_annealWithBondGraph FitPartialCharges_GlobalError Fix_ChronosMutex Fix_StatusMsg Fix_StepWorldTime_single_argument Fix_Verbose_Codepatterns ForceAnnealing_goodresults ForceAnnealing_oldresults ForceAnnealing_tocheck ForceAnnealing_with_BondGraph ForceAnnealing_with_BondGraph_continued ForceAnnealing_with_BondGraph_continued_betteresults ForceAnnealing_with_BondGraph_contraction-expansion GeometryObjects Gui_displays_atomic_force_velocity IndependentFragmentGrids_IntegrationTest JobMarket_RobustOnKillsSegFaults JobMarket_StableWorkerPool JobMarket_unresolvable_hostname_fix ODR_violation_mpqc_open PartialCharges_OrthogonalSummation PythonUI_with_named_parameters QtGui_reactivate_TimeChanged_changes Recreated_GuiChecks RotateToPrincipalAxisSystem_UndoRedo StoppableMakroAction Subpackage_levmar Subpackage_mpqc_open Subpackage_vmg ThirdParty_MPQC_rebuilt_buildsystem TremoloParser_IncreasedPrecision TremoloParser_MultipleTimesteps Ubuntu_1604_changes stable
Last change on this file since 860145 was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • Property mode set to 100644
File size: 2.2 KB
Line 
1package MPQC version 0.2 {
2
3 class Chemistry_MoleculeViewer implements-all Chemistry.MoleculeViewer,
4 gov.cca.Component, gov.cca.Port {};
5
6 class Chemistry_QC_Model implements-all Chemistry.QC.Model {
7 void initialize_parsedkeyval(in string keyword, in string input);
8 void initialize_parsedkeyval_file(in string keyword, in string filename);
9 void initialize_aggregatekeyval(in string keyword, in string input,
10 in opaque describedclass);
11 void initialize_pointer(in opaque ptr);
12 };
13
14 class Chemistry_QC_ModelFactory implements-all Chemistry.QC.ModelFactory,
15 gov.cca.Component, gov.cca.Port {};
16
17 class Physics_Units implements-all Physics.Units {};
18
19 class GaussianBasis_Shell implements-all
20 Chemistry.QC.GaussianBasis.Shell{
21 void initialize(in opaque scshell);
22 };
23 class GaussianBasis_Atomic implements-all
24 Chemistry.QC.GaussianBasis.Atomic{
25 void initialize(in opaque scbasis, in int atomnum);
26 };
27 class GaussianBasis_Molecular implements-all
28 Chemistry.QC.GaussianBasis.Molecular{
29 void initialize(in opaque scbasis, in string label);
30 opaque sc_gbs_pointer();
31 };
32
33 class IntegralEvaluatorFactory
34 implements-all Chemistry.QC.GaussianBasis.IntegralEvaluatorFactory,
35 gov.cca.Component, gov.cca.Port {};
36
37 class IntegralEvaluator2 implements-all
38 Chemistry.QC.GaussianBasis.IntegralEvaluator2{
39 void set_integral_package(in string label);
40 };
41 class IntegralEvaluator3 implements-all
42 Chemistry.QC.GaussianBasis.IntegralEvaluator3{
43 void set_integral_package(in string label);
44 };
45 class IntegralEvaluator4 implements-all
46 Chemistry.QC.GaussianBasis.IntegralEvaluator4{
47 void set_integral_package(in string label);
48 };
49
50 class ChemistryOpt_CoordinateModel implements-all ChemistryOpt.CoordinateModel,
51 gov.cca.Component, gov.cca.Port{};
52
53 class ComponentFactory implements-all ccaffeine.ports.ComponentFactory {
54 void addDescription(in string className, in string classAlias);
55 };
56
57 class ComponentClassDescription implements-all gov.cca.ComponentClassDescription {
58 void initialize(in string className, in string classAlias);
59 };
60
61 class SimpleDriver implements-all gov.cca.Component, gov.cca.ports.GoPort { };
62
63};
Note: See TracBrowser for help on using the repository browser.