// Created by libAntimony v2.13.0
model *Model_1()

  // Compartments and Species:
  compartment cell;
  species agonist in cell, DR in cell, DRG_GDP in cell, DRG in cell, GDP in cell;
  species DRG_GTP in cell, GTP in cell, Recptor in cell, G_GDP in cell, G_GTP in cell;

  // Reactions:
  Forming: agonist + Recptor -> DR; cell*(Forming_k1*agonist*Recptor - Forming_k7*DR);
  reaction_1: DR + G_GDP -> DRG_GDP; cell*(reaction_1_k2*DR*G_GDP - reaction_1_k8*DRG_GDP);
  reaction_2: DRG_GDP -> GDP + DRG; cell*(reaction_2_k3*DRG_GDP - reaction_2_k9*DRG*GDP);
  reaction_3: DRG + GTP -> DRG_GTP; cell*(reaction_3_k4*DRG*GTP - reaction_3_k10*DRG_GTP);
  reaction_4: DRG_GTP => G_GTP + DR; cell*reaction_4_k5*DRG_GTP;
  reaction_5: G_GTP => G_GDP; cell*reaction_5_k6*G_GTP;

  // Species initializations:
  agonist = 1e-08;
  DR = 0;
  DRG_GDP = 0;
  DRG = 0;
  GDP = 0;
  DRG_GTP = 0;
  GTP = 1e-05;
  Recptor = 1e-09;
  G_GDP = 1e-09;
  G_GTP = 0;

  // Compartment initializations:
  cell = 1;

  // Variable initializations:
  Forming_k1 = 5000000;
  Forming_k7 = 0.5;
  reaction_1_k2 = 100000000;
  reaction_1_k8 = 0.1;
  reaction_2_k3 = 0.1;
  reaction_2_k9 = 100000;
  reaction_3_k4 = 10000000;
  reaction_3_k10 = 0.1;
  reaction_4_k5 = 0.05;
  reaction_5_k6 = 0.1;

  // Other declarations:
  const cell;

  // Display Names:
  agonist is "D";
  Recptor is "R";
  Forming is "Forming  DR";
  reaction_1 is "DR binding with G_GDP produc DRG_GDP";
  reaction_2 is "GDP releasing";
  reaction_3 is "GTP binding with DRG";
  reaction_4 is "DRG_GTP dissociates(G protein activation)";
  reaction_5 is "G protein inactivated";

  // CV terms:
  cell hypernym "http://identifiers.org/go/GO:0005623"
  agonist hypernym "http://identifiers.org/chebi/CHEBI:35569"
  DR part "http://identifiers.org/chebi/CHEBI:35569",
          "http://identifiers.org/uniprot/P18825"
  DR part "http://identifiers.org/chebi/CHEBI:35569",
          "http://identifiers.org/uniprot/P08913"
  DR part "http://identifiers.org/chebi/CHEBI:35569",
          "http://identifiers.org/uniprot/P18089"
  DRG_GDP part "http://identifiers.org/chebi/CHEBI:17552",
               "http://identifiers.org/chebi/CHEBI:35569",
               "http://identifiers.org/uniprot/P08913",
               "http://identifiers.org/go/GO:0005834"
  DRG_GDP part "http://identifiers.org/chebi/CHEBI:17552",
               "http://identifiers.org/chebi/CHEBI:35569",
               "http://identifiers.org/uniprot/P18089",
               "http://identifiers.org/go/GO:0005834"
  DRG_GDP part "http://identifiers.org/chebi/CHEBI:17552",
               "http://identifiers.org/chebi/CHEBI:35569",
               "http://identifiers.org/uniprot/P18825",
               "http://identifiers.org/go/GO:0005834"
  DRG part "http://identifiers.org/chebi/CHEBI:35569",
           "http://identifiers.org/uniprot/P18089",
           "http://identifiers.org/go/GO:0005834"
  DRG part "http://identifiers.org/chebi/CHEBI:35569",
           "http://identifiers.org/uniprot/P08913",
           "http://identifiers.org/go/GO:0005834"
  DRG part "http://identifiers.org/chebi/CHEBI:35569",
           "http://identifiers.org/uniprot/P18825",
           "http://identifiers.org/go/GO:0005834"
  GDP identity "http://identifiers.org/chebi/CHEBI:17552"
  DRG_GTP part "http://identifiers.org/chebi/CHEBI:15996",
               "http://identifiers.org/chebi/CHEBI:35569",
               "http://identifiers.org/uniprot/P08913",
               "http://identifiers.org/go/GO:0005834"
  DRG_GTP part "http://identifiers.org/chebi/CHEBI:15996",
               "http://identifiers.org/chebi/CHEBI:35569",
               "http://identifiers.org/uniprot/P18089",
               "http://identifiers.org/go/GO:0005834"
  DRG_GTP part "http://identifiers.org/chebi/CHEBI:15996",
               "http://identifiers.org/chebi/CHEBI:35569",
               "http://identifiers.org/uniprot/P18825",
               "http://identifiers.org/go/GO:0005834"
  GTP identity "http://identifiers.org/chebi/CHEBI:15996"
  Recptor version "http://identifiers.org/uniprot/P08913",
                  "http://identifiers.org/uniprot/P18089",
                  "http://identifiers.org/uniprot/P18825"
  G_GDP part "http://identifiers.org/chebi/CHEBI:17552",
             "http://identifiers.org/go/GO:0005834"
  G_GTP part "http://identifiers.org/chebi/CHEBI:15996",
             "http://identifiers.org/go/GO:0005834"
  Forming hypernym "http://identifiers.org/go/GO:0031690"
  reaction_1 hypernym "http://identifiers.org/go/GO:0001664"
  reaction_2 hypernym "http://identifiers.org/go/GO:0043241"
  reaction_3 hypernym "http://identifiers.org/go/GO:0005525",
                      "http://identifiers.org/go/GO:0032403"
  reaction_4 hypernym "http://identifiers.org/go/GO:0043241"
  reaction_5 hypernym "http://identifiers.org/go/GO:0003924"
end

Model_1 is "Thomsen1988_AdenylateCyclase_Inhibition"

Model_1 model_entity_is "http://identifiers.org/biomodels.db/MODEL1166069080"
Model_1 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000082"
Model_1 description "http://identifiers.org/pubmed/2904647"
Model_1 origin "http://identifiers.org/pubmed/6248546",
               "http://identifiers.org/pubmed/6277164"
Model_1 hypernym "http://identifiers.org/go/GO:0031684",
                 "http://identifiers.org/go/GO:0007194"
Model_1 taxon "http://identifiers.org/taxonomy/9606"
