0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SDファイルに分子名を入力

Posted at

分子名が表示されない原因

SDファイルの先頭行が空行となっているSDファイルをGUI(MaestroやMOE等)で読み込むと、分子名が表示されない。

[空行] ←これが原因
  SciTegic08072009022D

  6  6  0  0  0  0            999 V2000
    6.2278   -6.1276    0.0000 C   0  0
    8.2701   -6.1271    0.0000 C   0  0
    7.2509   -5.5373    0.0000 C   0  0
    8.2701   -7.3085    0.0000 C   0  0
    6.2278   -7.3138    0.0000 C   0  0
    7.2534   -7.8981    0.0000 C   0  0
  6  4  1  0
  5  6  2  0
  2  3  1  0
  1  5  1  0
  4  2  2  0
  3  1  2  0
M  END
> <ID>
1

> <data>
benzene

$$$$

PPを用いた解決法

「data」プロパティに分子名が入力されていることを想定した対応。
1. PilotScriptで代入
PilotScriptでdataプロパティをNameプロパティに代入する。
Name := data
image.png

2.SD WriterのAdditional Optionsで設定
Additional Options>Nameにdataを指定。
image.png

※SDファイル参考資料

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?