|
|
本帖最后由 wal 于 2025-10-21 21:19 编辑
2.0.2
- 支持将Gview Clipboard转换为xyz text(需要用户找到自己的Clipboard.frg)
- 支持转换chg text并写入电荷信息
- 继承此贴[辅助/分析程序] 双击使用GaussView打开xyz/trj文件的小trick功能,支持以设定默认打开方式的形式双击打开xyz\trj\chg文件
- 可以将形如
MaxF=6.9e-03 RMSF=7.8e-04 MaxD=2.2e-01 RMSD=5.1e-02 E=-1941.608811
的收敛信息写入log文件 (此功能与笔者未来将发布的某小玩具有联动)
- 支持指定识别坐标列数,例如对于gamess输出
- COORDINATES OF ALL ATOMS ARE (ANGS)
- ATOM CHARGE X Y Z
- ------------------------------------------------------------
- C 6.0 7.8449680100 -0.8450630000 0.0002460000
- N 7.0 6.9265290000 0.2807020000 -0.0000410000
- C 6.0 7.4702390000 1.6279360000 0.0002520000
- C 6.0 5.5954119800 0.0786870000 0.0000600000
- C 6.0 4.6758330000 1.1757670000 0.0000850000
- C 6.0 3.3248500000 0.9678360000 0.0001060000
- C 6.0 2.7608200000 -0.3489860000 0.0001440000
复制代码
可以指定第1列为元素符号,3、4、5列为xyz来转换结构
当前配置文件设置项:
- hotkey=CTRL+ALT+X
- hotkey_reverse=CTRL+ALT+G
- gview_path=D:\program\G16W\gview.exe
- gaussian_clipboard_path=D:\program\G16W\Scratch\fragments-12_10_2024_15_55_36\Clipboard.frg
- temp_dir=D:\MyProgram\xyzFakeG\temp
- log_file=D:\MyProgram\xyzFakeG\logs\xyz_monitor.log
- log_level=INFO
- log_to_console=true
- log_to_file=true
- wait_seconds=5
- # Memory limit in MB for processing (default: 500MB)
- max_memory_mb=500
- # Optional: set explicit character limit (0 = auto calculate from memory)
- max_clipboard_chars=65536000
- # XYZ Converter Column Definitions (1-based indexing)
- element_column=1
- xyz_columns=2,3,4
- # CHG Format Support (format: Element X Y Z Charge)
- try_parse_chg_format=true
- # Atomic Number Parsing (try to parse element column as atomic number)
- try_parse_atomic_number=true
复制代码
|
|