Huckel 95

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 9097
Wine: 1.2.3

Retours d'expérience

Description

Permet d’obtenir les orbitales moléculaires des systèmes conjugués et d’avoir accès à la représentation des orbitales frontières, aux indices de liaison et aux charges partielle.

Auteur : Jean-Yves Magna. Site non officiel.

Captures d'écran

MiniatureMiniatureMiniature

Code source

#!/bin/bash

# CHANGELOG
# [Quentin PÂRIS] (2012-04-29 18:25)
#   Update to v4.0

# PlayOnLinux API
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Infos
TITLE="Huckel 95"
PREFIX="Huckel95"
EDITEUR="Jean-Yves Magna"
EDITEUR_URL="http://www.jymagna.com/"
AUTEUR="Quentin PÂRIS"

# On est parti
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITEUR" "$EDITEUR_URL" "$AUTEUR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.2.3"
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"

POL_Download "http://chimiepclamartin.nos-actus.fr/Sur%20le%20Net/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
POL_Wine_WaitBefore "$TITLE"
POL_Wine "huc.exe"

POL_System_TmpDelete
POL_Shortcut "Huckel95.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribuer
Membre Messages
Quentin PÂRIS Lundi 10 Décembre 2018 à 22:55
Quentin PÂRIS Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Differences

@@ -26,7 +26,7 @@
 POL_System_TmpCreate "$PREFIX"
 cd "$POL_System_TmpDir"
 
-POL_Download "http://www.jymagna.com/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
+POL_Download "http://chimiepclamartin.nos-actus.fr/Sur%20le%20Net/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "huc.exe"
 

Nouveau code source

#!/bin/bash

# CHANGELOG
# [Quentin PÂRIS] (2012-04-29 18:25)
#   Update to v4.0

# PlayOnLinux API
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Infos
TITLE="Huckel 95"
PREFIX="Huckel95"
EDITEUR="Jean-Yves Magna"
EDITEUR_URL="http://www.jymagna.com/"
AUTEUR="Quentin PÂRIS"

# On est parti
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$EDITEUR" "$EDITEUR_URL" "$AUTEUR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.2.3"
POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"

POL_Download "http://chimiepclamartin.nos-actus.fr/Sur%20le%20Net/huc.exe" f9b3a0fc0cc46a014ea0e59802880dc3
POL_Wine_WaitBefore "$TITLE"
POL_Wine "huc.exe"

POL_System_TmpDelete
POL_Shortcut "Huckel95.exe" "$TITLE"

POL_SetupWindow_Close
exit 0

Réponses

anchoum Vendredi 25 Novembre 2016 à 16:07
anchoum Anonymous

Messages

merci

Réponses