A series of Python3 script to lower the barrier of computing and simulating molecular and material systems.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Nova Pratiwi Indriyani 8032b6879d update 2 years ago
..
__pycache__ update 2 years ago
bin update 2 years ago
cmmde_gui update 2 years ago
examples update 2 years ago
README.md update 2 years ago
cmmde_adsorbate.py update 2 years ago
cmmde_array.py update 2 years ago
cmmde_atoms.py update 2 years ago
cmmde_bravais.py update 2 years ago
cmmde_bulk.py update 2 years ago
cmmde_cell.py update 2 years ago
cmmde_clusterutil.py update 2 years ago
cmmde_compounds.py update 2 years ago
cmmde_cubic.py update 2 years ago
cmmde_data.py update 2 years ago
cmmde_dcdftb.py update 2 years ago
cmmde_decahedron.py update 2 years ago
cmmde_density.py update 2 years ago
cmmde_dftb.py update 2 years ago
cmmde_dock.py update 2 years ago
cmmde_fit.py update 2 years ago
cmmde_formats.py update 2 years ago
cmmde_gen2poscar.py update 2 years ago
cmmde_hexagonal.py update 2 years ago
cmmde_hubbard.py update 2 years ago
cmmde_icosahedron.py update 2 years ago
cmmde_mass.py update 2 years ago
cmmde_mdpro.py update 2 years ago
cmmde_monoclinic.py update 2 years ago
cmmde_msd_com.py update 2 years ago
cmmde_nw.py update 2 years ago
cmmde_octahedron.py update 2 years ago
cmmde_orca.py update 2 years ago
cmmde_orthorhombic.py update 2 years ago
cmmde_parallel.py update 2 years ago
cmmde_poscar2gen.py mod README 2 years ago
cmmde_qe.py update 2 years ago
cmmde_rdf.py update 2 years ago
cmmde_solution.py update 2 years ago
cmmde_spacegroup.py update 2 years ago
cmmde_stress.py update 2 years ago
cmmde_surface.py update 2 years ago
cmmde_surface_with_termination.py update 2 years ago
cmmde_symbols.py update 2 years ago
cmmde_tetragonal.py update 2 years ago
cmmde_tetrahedron.py update 2 years ago
cmmde_tools.py update 2 years ago
cmmde_triclinic.py update 2 years ago
cmmde_unit.py update 2 years ago
cmmde_units.py update 2 years ago
cmmde_utils.py update 2 years ago
cmmde_xtb.py update 2 years ago
install.sh update 2 years ago

README.md

Computational Molecular and Material Design Environment (CMMDE)

Background

This software is developed for decreasing the barrier in using popular open-source computational chemistry software. Currently, CMMDE can use the following software:

  1. Orca
  2. DFTB+
  3. GROMACS
  4. DOCK6
  5. DCDFTBMD
  6. Quantum Espresso
  7. xTB
  8. Open Babel

About CMMDE

CMMDE is a set of tools based on Python for running computational jobs, as well as analyzing, visualizing, and post-processing the results in free/libre and open source applications for computational molecular & material design.

  • Core developers: Adit, Atthar, Hasan, MAM, Tommy
  • Contributors: Athiya MH, Arifin, Daniel
  • Core reviewers: Igun, Imam, Parsaoran
  • Committed users: Yusthinus, Veli, Mirella, Riyanto, Badra, Hilda, Rustaman, Edu

CMMDE telah diluncurkan dan akan diikuti oleh serangkaian lokakarya:

Sabtu, 17 September 2022 (10:00 WIB):
Penyiapan Server Komputasi
Tautan: https://mki.ac/CMMD-server

Sabtu, 24 September 2022 (10:00 WIB):
Workshop on Text-Based CMMDE
Tautan: https://mki.ac/CMMDE-text

Sabtu, 1 Oktober 2022 (10:00 WIB):
Workshop on Web-Based CMMDE
Tautan: https://mki.ac/CMMDE-web

Informasi lebih lanjut: cmmde@mki.or.id

Requirements

Sebelum menginstall CMMDE, perhatikan bahwa anda harus terlebih dahulu menginstall slurm untuk mengatur pengiriman pekerjaan komputasi anda ke suatu sistem antrian. Salah satu metode yang paling mudah untuk menginstall slurm dapat ditemukan di sini.

Installation

  1. Cloning the repository:
git clone https://git.mki.or.id/coredev/cmmde
  1. Change directory to CMMDE:
cd cmmde
  1. Install CMMDE dengan mengetik:
./install.sh

Jika ditemukan error:

FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/pip3.9'

Lakukan:

ln -s /usr/bin/pip /usr/bin/pip3.9
  1. Jika ingin menjalankan program cmmde-gui:
cd cmmde_gui
panel serve gui.py --autoreload

Catatan

Jika hanya ingin menginstall CMMDE versi text-based, cukup lakukan langkah 1-3. Langkah 4 hanya dilakukan jika ingin menjalankan CMMDE versi graphical user interface. Namun versi ini perlu menginstall panel-chemistry versi 0.0.11.

 pip install -Iv panel-chemistry==0.0.11