분자의 연결성 그래프 결속
ChemicalData 등의 선별 된 데이터 집합에서 바로 사용할 수있는 그래프와 네트워크를 살펴봅니다.
카페인의 기본 구조를 알아봅니다.
In[1]:=
ChemicalData["Caffeine", "StructureGraph"]
Out[1]=
두개의 산성 분자 구조를 표현합니다.
In[2]:=
ChemicalData[#, "StructureGraph"] & /@ {"NEthylmethylamine",
"Propylamine"}
Out[2]=
두 그래프의 동형 여부를 테스트합니다.
In[3]:=
ChemicalData[#, "StructureGraph"] & /@ {"NEthylmethylamine",
"Propylamine"};
IsomorphicGraphQ @@ %
Out[3]=