返回 Skill 列表
extension
分类: 效率与办公无需 API Key

Chemistry Skill

通过技术和哲学的方法提供对化学的深入理解,适用于研究和教育任务。在研究任务中,您将利用对化学不同理论模型及其粒子子主题的技术和逻辑理解,并从人类历史上指导化学科学发展的一系列思想链中选取例子来完成这项技能。对于教育来说,您将引导用户理解和预测亚原子粒子的行为以及它们如何相互作用形成分子和化合物,并解释自然界和工业中发生的化学过程,以这项技能中编译的信息为例。

person作者: jakexiaohubgithub

Chemistry Skill

investigation and education in chemistry

1.0 Index and structure of resources

A continuation of the index and structure of the educational and research resources available, the subtopic, a brief description to understand the content and the link to the document is shown.

1.1 Theoretical and technical knowledge of chemistry

Reflection on the “indivisibility” of the atom, basic chemical reactions, the nucleus, its particles, and the relationship between the number of protons (atomic number) in defining the identity of the element and why the element depends on the number of protons (atomic number) from a logical perspective, Electron from a logical and philosophical perspective, and finally, “the entire chain of thought” that humanity had, from philosophers, scientists, and researchers throughout history that led to the discovery of the atom as we know it today. Atom Level 1

2.0 Chemical Formula Script

The project includes a Python script to execute chemical and physical formulas related to the skill.

2.1 Formula List

| Formula Name | Description | Arguments | | :--- | :--- | :--- | | brownian_motion | Calculates Einstein's Brownian Motion (Diffusion * Time) | t (s), T (K), eta (Pa·s), r (m) |

2.2 Agent Instructions for Script Execution

To execute a formula, use the run_command tool with the following syntax: python scripts/formulas.py [formula_name] [args...]

Example: python scripts/formulas.py brownian_motion 10 298 0.001 0.000001