2

Remote Quantum Software Engineer Jobs in McAllen, TX

We are looking for Software Engineers that want to help Citamed get to the next level. If working ... Availability to work in San Juan and with remote working options Applicant should also answer the ...

Remote micro1 is engaging Computational Biology & Cheminformatics Experts to contribute their expertise to a customer's computational drug discovery project. In this role, you'll apply your expertise ...

Remote micro1 is engaging Computational Biology & Cheminformatics Experts to contribute their expertise to a customer's computational drug discovery project. In this role, you'll apply your expertise ...

Linear Algebra Tutor

Edinburg, TX ยท Remote

$18 - $40/hr

... data science, engineering, and advanced mathematics. * Conceptual Teaching & Problem-Solving ... Adapts instruction using matrix visualization tools, computational software like MATLAB or Python ...

Roadway CAD Technician

Mcallen, TX ยท On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

Roadway CAD Technician

Mcallen, TX ยท On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

Roadway CAD Technician

Mcallen, TX ยท On-site +1

  • Medical

  • Dental

  • Vision

  • Life

  • Retirement

  • PTO

... software, converting engineering concepts, sketches, and redline markups into completed design ... and eligibility for hybrid and remote work options for some employees based on role ...

Remote Quantum Software Engineer information

See McAllen, TX salary details

$60.3K

$140.2K

$195.2K

How much do remote quantum software engineer jobs pay per year?

As of Aug 17, 2026, the average yearly pay for remote quantum software engineer in McAllen, TX is $140,151.00, according to ZipRecruiter salary data. Most workers in this role earn between $114,000.00 and $164,400.00 per year, depending on experience, location, and employer.

What is a remote quantum software engineer?

Remote Quantum Software Engineers are professionals who develop, test, and optimize software for quantum computers while working outside of a traditional office environment. They use their knowledge of quantum mechanics, computer science, and programming languages (such as Qiskit or Cirq) to create algorithms and applications that run on quantum hardware or simulators. These engineers collaborate with teams remotely, contributing to advancements in quantum computing, cryptography, and other cutting-edge fields. Their work often involves research, simulation, and integration of quantum solutions with classical computing systems.

What are the key skills and qualifications needed to thrive as a remote quantum software engineer?

To thrive as a Remote Quantum Software Engineer, you need strong knowledge of quantum mechanics, computer science fundamentals, and proficiency in programming languages like Python, as well as a relevant degree in physics, computer science, or engineering. Familiarity with quantum computing frameworks such as Qiskit, Cirq, or Q# and experience using cloud-based quantum platforms are typically required. Excellent problem-solving abilities, clear communication, and self-motivation are crucial soft skills for collaborating remotely and advancing complex projects. These skills and qualities are essential for developing efficient quantum algorithms and effectively contributing to distributed teams in a cutting-edge, rapidly evolving field.

How do remote quantum software engineers typically collaborate with research and development teams across different time zones?

Remote Quantum Software Engineers often work closely with multidisciplinary teams, including physicists, algorithm developers, and hardware engineers. Collaboration is usually facilitated through digital communication tools like Slack, GitHub, and video conferencing, enabling team members to share code, research findings, and project updates asynchronously. Adapting to varying time zones may require flexibility with meeting schedules and clear documentation practices to ensure smooth handoffs and project continuity. This structure supports effective teamwork while allowing engineers to contribute from anywhere in the world.

What is the difference between Remote Quantum Software Engineer vs Quantum Software Developer?

AspectRemote Quantum Software EngineerQuantum Software Developer
Required CredentialsDegree in Computer Science, Physics, or related field; knowledge of quantum algorithmsSimilar credentials; often includes programming and physics background
Work EnvironmentRemote, collaborative teams, often in tech or research companiesRemote or on-site, primarily in research labs or tech firms
Industry UsageTech companies, startups, research institutionsResearch labs, tech firms, academia
Common Search/ComparisonYesYes

The main difference is that Remote Quantum Software Engineers typically focus on developing and implementing quantum algorithms remotely within tech or research teams, while Quantum Software Developers may be more involved in research or academic projects. Both roles require similar skills and credentials, but their work environments and industry applications can vary slightly.

How much does a remote quantum software engineer make?

Remote quantum software engineers typically earn between $100,000 and $150,000 annually, depending on experience, education, and the complexity of projects. Senior roles or those with specialized skills in quantum algorithms and programming languages like Qiskit or Cirq may offer higher salaries. Compensation can also vary based on the company's size and industry focus on quantum computing research or development.

What are popular job titles related to Remote Quantum Software Engineer jobs in McAllen, TX?

For Remote Quantum Software Engineer jobs in McAllen, TX, the most frequently searched job titles are:

What cities near McAllen, TX are hiring for Remote Quantum Software Engineer jobs?

Cities near McAllen, TX with the most Remote Quantum Software Engineer job openings:

Software Engineer

Citamed

San Juan, TX โ€ข On-site, Remote

Full-time

Re-posted 17 days ago


Job description

We are looking for Software Engineers that want to help Citamed get to the next level. If working within a Tech Startup, with other professionals that will push you to the limit is what you are searching for... then this is for you!
At Citamed, we strive for excellency at all levels of our business and operations. We pride ourselves for the attention to detail and the quality of our work. Therefore, we are looking for people that:
  • Want to learn about everything... and keep learning... always!
  • Are proactive and dynamic, with good attitudes and like having fun with coding and technology.
  • Extremely passionate about technology, software, and quality.
  • Ability to research, investigate, and study profoundly new technologies and best practices.
  • Be able to manage priorities, constant changes, and new requirements while maintaining a high level of quality and attention to details, due dates, and deliverables.
  • Be organized and able to work under pressure when necessary.

We also have some requirements for the opening:
  • Should have at least 2-3 years of experience in software and applications architecture and development.
  • Fully bilingual (verbal and written).
  • Knowledge of two or more of the following programming languages/frameworks/infrastructure: Visual Basic, C#, MS-SQL, Javascript, Groovy (Java), ReactJS, Amazon Web Services.
  • Availability to work in San Juan and with remote working options
Applicant should also answer the following questions related to the next code snippet.
01> var printers = [];
02> for(var i=0; i<3; i++) {
03> printers[i] = function(){
04> myCoolPrinter(i);
05> };
06> }
07> for(i=0; i<3; i++) {
08> printers[i]();
09> }
10> for(var j=0; j<3; j++) {
11> printers[j]();
12> }
13> function myCoolPrinter(v1){
14> // this function will print "v1"
15> }
DO NOT USE A COMPUTER TO RUN THE CODE ABOVE - we will know :). THE FOLLOWING QUESTIONS SHOULD BE ANSWERED BY MIND.
  1. Briefly describe lines 1-6.
  2. Briefly describe lines 10-12.
  3. Suppose that the function myCoolPrinter will output parameter v1 to the console. What will be the output?

PLEASE USE A COMPUTER TO RUN THE PREVIOUS CODE SNIPPET TO ANSWER THE FOLLOWING QUESTIONS.
  1. Refactor function myCoolPrinter so that it outputs to the console (eg: use console.log). What is the output?
  2. Is the output different to the one in question #3, why?