The discovery of the structure of a protein is a difficult and expensive task, because it requires minimizing different energies related to them. The van der Waals energy hás the most expensive evaluation in this context, and computational methods have been developed in this way, such as Genetic Algorithm (GA) and cell-list technique, which reduces its the complexity from O(n2) to O(n). Even with the support of GA and cell lists, the van der Waals energy evaluation still requires a long computing time, even for a small protein. Parallel Computing is capable to reduce the runtime to predict the structure of proteins. Parallel algorithms in such context are usually specific for one programming model and computer architecture, resulting in limited speedups. This paper compares the runtime of three distinct parallel algorithms for the evaluation of an ab initio and full-atom approach based on GA and cell-list technique, in order to minimize the van der Waals energy. The three parallel algorithms are in C and use one of these programming models: MPI, OpenMP or hybrid (MPI+Open MP). Our results show that van der Waals Energy are executed faster and with better speedups when using hybrid and more flexible parallel algorithms to predict the structure of larger proteins. We also show that for small proteins the communication of MPI imposes a high overhead for the parallel execution and, thus the Open MP presents a better relation cost x benefit in such cases A descoberta da estrutura de uma proteína é uma tarefa difícil e dispendiosa, porque requer a minimização de diferentes energias relacionadas a elas. A energia de van der Waals tem a avaliação mais cara neste contexto, e os métodos computacionais foram desenvolvidos desta forma, como o Algoritmo Genético (GA) e a técnica da lista de células, que reduz a complexidade de O (n2) para O ( n). Mesmo com o apoio do GA e das listas de células, a avaliação energética de van der Waals ainda requer um longo tempo de computação, mesmo para uma pequena proteína. Computação Paralela é capaz de reduzir o tempo de execução para prever a estrutura das proteínas. Algoritmos paralelos em tal contexto são geralmente específicos para um modelo de programação e arquitetura de computador, resultando em acelerações limitadas. Este artigo compara o tempo de execução de três algoritmos paralelos distintos para a avaliação de uma abordagem ab initio e full-atom baseada na GA e na